libtirpc is looked for by configure and if found its enabled. So lets make it consistent and enable it always
Signed-off-by: Khem Raj <[email protected]> --- meta/recipes-extended/pam/libpam_1.1.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/pam/libpam_1.1.6.bb b/meta/recipes-extended/pam/libpam_1.1.6.bb index c355634..581f687 100644 --- a/meta/recipes-extended/pam/libpam_1.1.6.bb +++ b/meta/recipes-extended/pam/libpam_1.1.6.bb @@ -23,7 +23,7 @@ SRC_URI[sha256sum] = "bab887d6280f47fc3963df3b95735a27a16f0f663636163ddf3acab5f1 SRC_URI_append_libc-uclibc = " file://pam-no-innetgr.patch" -DEPENDS = "bison flex flex-native cracklib" +DEPENDS = "bison flex flex-native cracklib libtirpc" EXTRA_OECONF = "--with-db-uniquename=_pam \ --includedir=${includedir}/security \ -- 1.7.9.5 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
