From: Maxin B. John Date: Wed, 1 Jun 2016 13:25:56 +0000 (+0300) Subject: libpam: update dependency list X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ce22250c48e6da48bf3689944c06e44e5bb3b17;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libpam: update dependency list Depend only on bison-native as configure script is checking only for bison binary and libpam itself doesn't need target bison. Add libxml2-native for deterministic build (it detects xmlcatalog and xmllint) (From OE-Core rev: d904d24a9cb1f15688b9924981d9c3d4dac7065f) Signed-off-by: Martin Jansa Signed-off-by: Maxin B. John Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/pam/libpam_1.3.0.bb b/meta/recipes-extended/pam/libpam_1.3.0.bb index 966947c0ff7..bb5a4bd8d33 100644 --- a/meta/recipes-extended/pam/libpam_1.3.0.bb +++ b/meta/recipes-extended/pam/libpam_1.3.0.bb @@ -34,7 +34,7 @@ SRC_URI_append_libc-musl = " file://0001-Add-support-for-defining-missing-funcit file://include_paths_header.patch \ " -DEPENDS = "bison flex flex-native cracklib" +DEPENDS = "bison-native flex flex-native cracklib libxml2-native" EXTRA_OECONF = "--with-db-uniquename=_pam \ --includedir=${includedir}/security \