summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pam
diff options
context:
space:
mode:
authorMartin Larsson <martin.larsson@actia.se>2023-03-10 13:47:44 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-13 17:35:22 +0000
commit3bff360ff32a0ea671f1899cd87aae6f8ed549d4 (patch)
treeccfe39647605a65d94c6ddab913d66c4584858e6 /meta/recipes-extended/pam
parentae856e4139bf398f015138ea7b70f8726eebab2d (diff)
downloadpoky-3bff360ff32a0ea671f1899cd87aae6f8ed549d4.tar.gz
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. (From OE-Core rev: d48fc8e1f26120e75377caefb5f66eedce50081c) Signed-off-by: Martin Larsson <martin.larsson@actia.se> 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.5.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.5.2.bb b/meta/recipes-extended/pam/libpam_1.5.2.bb
index 3be879082e..5197f18132 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 \
29 29
30SRC_URI[sha256sum] = "e4ec7131a91da44512574268f493c6d8ca105c87091691b8e9b56ca685d4f94d" 30SRC_URI[sha256sum] = "e4ec7131a91da44512574268f493c6d8ca105c87091691b8e9b56ca685d4f94d"
31 31
32DEPENDS = "bison-native flex flex-native cracklib libxml2-native virtual/crypt" 32DEPENDS = "bison-native flex-native cracklib libxml2-native virtual/crypt"
33 33
34EXTRA_OECONF = "--includedir=${includedir}/security \ 34EXTRA_OECONF = "--includedir=${includedir}/security \
35 --libdir=${base_libdir} \ 35 --libdir=${base_libdir} \