From: Martin Larsson Date: Fri, 10 Mar 2023 13:47:44 +0000 (+0000) Subject: libpam: Remove flex dependency X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1423 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d48fc8e1f26120e75377caefb5f66eedce50081c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libpam: Remove flex dependency libpam does not have a direct build time dependency toward flex. The libpam code does not have any references to the lib and does not use flex for anything else at runtime. Signed-off-by: Martin Larsson Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/pam/libpam_1.5.2.bb b/meta/recipes-extended/pam/libpam_1.5.2.bb index 3be879082e3..5197f18132b 100644 --- a/meta/recipes-extended/pam/libpam_1.5.2.bb +++ b/meta/recipes-extended/pam/libpam_1.5.2.bb @@ -29,7 +29,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/Linux-PAM-${PV}.tar.xz \ SRC_URI[sha256sum] = "e4ec7131a91da44512574268f493c6d8ca105c87091691b8e9b56ca685d4f94d" -DEPENDS = "bison-native flex flex-native cracklib libxml2-native virtual/crypt" +DEPENDS = "bison-native flex-native cracklib libxml2-native virtual/crypt" EXTRA_OECONF = "--includedir=${includedir}/security \ --libdir=${base_libdir} \