summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pam/libpam_1.5.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-12-31 12:20:17 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-01 23:15:13 +0000
commitd287745d1209aa989d83a371db26317fa56f1445 (patch)
treee9d7f03a5bf2b7dcaa094125672f44a9b77cdaa4 /meta/recipes-extended/pam/libpam_1.5.1.bb
parent7fbf349e1d14ddcf75276587d2b1db3717ba8a63 (diff)
downloadpoky-d287745d1209aa989d83a371db26317fa56f1445.tar.gz
libpam: Drop musl patches
These issues are addressed in libpam overtime and no longer needed thusly in 1.5.x (From OE-Core rev: 488c554623839d17436333894f9f4b244347de9d) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pam/libpam_1.5.1.bb')
-rw-r--r--meta/recipes-extended/pam/libpam_1.5.1.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.5.1.bb b/meta/recipes-extended/pam/libpam_1.5.1.bb
index 6af1d43c60..486c9d8aad 100644
--- a/meta/recipes-extended/pam/libpam_1.5.1.bb
+++ b/meta/recipes-extended/pam/libpam_1.5.1.bb
@@ -26,10 +26,6 @@ SRC_URI = "https://github.com/linux-pam/linux-pam/releases/download/v${PV}/Linux
26 26
27SRC_URI[sha256sum] = "201d40730b1135b1b3cdea09f2c28ac634d73181ccd0172ceddee3649c5792fc" 27SRC_URI[sha256sum] = "201d40730b1135b1b3cdea09f2c28ac634d73181ccd0172ceddee3649c5792fc"
28 28
29SRC_URI_append_libc-musl = " file://0001-Add-support-for-defining-missing-funcitonality.patch \
30 file://include_paths_header.patch \
31 "
32
33DEPENDS = "bison-native flex flex-native cracklib libxml2-native virtual/crypt" 29DEPENDS = "bison-native flex flex-native cracklib libxml2-native virtual/crypt"
34 30
35EXTRA_OECONF = "--includedir=${includedir}/security \ 31EXTRA_OECONF = "--includedir=${includedir}/security \