[oe-commits] [openembedded-core] 04/05: libpam: update dependency list

git at git.openembedded.org git at git.openembedded.org
Thu Jun 2 07:37:39 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit d904d24a9cb1f15688b9924981d9c3d4dac7065f
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Wed Jun 1 16:25:56 2016 +0300

    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 at gmail.com>
    Signed-off-by: Maxin B. John <maxin.john at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/pam/libpam_1.3.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/pam/libpam_1.3.0.bb b/meta/recipes-extended/pam/libpam_1.3.0.bb
index 966947c..bb5a4bd 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list