]> code.ossystems Code Review - openembedded-core.git/commitdiff
libpam: update dependency list
authorMaxin B. John <maxin.john@intel.com>
Wed, 1 Jun 2016 13:25:56 +0000 (16:25 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jun 2016 07:36:24 +0000 (08:36 +0100)
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)

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/pam/libpam_1.3.0.bb

index 966947c0ff73c22137a939ea56f1add18d94513c..bb5a4bd8d337fc7b796d35ea03e64376a874d82d 100644 (file)
@@ -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 \