summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pam
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-06-01 16:25:56 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-02 08:36:24 +0100
commitd904d24a9cb1f15688b9924981d9c3d4dac7065f (patch)
treeb8e595103ea982cd941bbf1b2698a05db2377640 /meta/recipes-extended/pam
parent0c6fc9a01ba58adc221f04cc79ece7efc16c0ee7 (diff)
downloadopenembedded-core-contrib-d904d24a9cb1f15688b9924981d9c3d4dac7065f.tar.gz
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) 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>
Diffstat (limited to 'meta/recipes-extended/pam')
-rw-r--r--meta/recipes-extended/pam/libpam_1.3.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.3.0.bb b/meta/recipes-extended/pam/libpam_1.3.0.bb
index 966947c0ff..bb5a4bd8d3 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 \