summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pam
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-09-27 14:09:21 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-28 08:01:10 +0100
commitafefe7de281e558ed823460f80ddc631e718feb3 (patch)
tree69cc46fb93265fcbc2bcf9064829b088fa2dbed5 /meta/recipes-extended/pam
parent35708f8860adbf51549b2b2b07c176ba34eed812 (diff)
downloadpoky-afefe7de281e558ed823460f80ddc631e718feb3.tar.gz
meta: fix version checks in all github recipes using the github-releases class
(From OE-Core rev: b04316bdd28b7945c2c91b4e43c007b650eedc14) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> 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.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.5.2.bb b/meta/recipes-extended/pam/libpam_1.5.2.bb
index 081986ef43..bde7fef8a2 100644
--- a/meta/recipes-extended/pam/libpam_1.5.2.bb
+++ b/meta/recipes-extended/pam/libpam_1.5.2.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7eb5c1bf854e8881005d673599ee74d3 \
12 file://libpamc/License;md5=a4da476a14c093fdc73be3c3c9ba8fb3 \ 12 file://libpamc/License;md5=a4da476a14c093fdc73be3c3c9ba8fb3 \
13 " 13 "
14 14
15SRC_URI = "https://github.com/linux-pam/linux-pam/releases/download/v${PV}/Linux-PAM-${PV}.tar.xz \ 15SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/Linux-PAM-${PV}.tar.xz \
16 file://99_pam \ 16 file://99_pam \
17 file://pam.d/common-account \ 17 file://pam.d/common-account \
18 file://pam.d/common-auth \ 18 file://pam.d/common-auth \
@@ -42,7 +42,7 @@ CFLAGS:append = " -fPIC "
42 42
43S = "${WORKDIR}/Linux-PAM-${PV}" 43S = "${WORKDIR}/Linux-PAM-${PV}"
44 44
45inherit autotools gettext pkgconfig systemd ptest 45inherit autotools gettext pkgconfig systemd ptest github-releases
46 46
47PACKAGECONFIG ??= "" 47PACKAGECONFIG ??= ""
48PACKAGECONFIG[audit] = "--enable-audit,--disable-audit,audit," 48PACKAGECONFIG[audit] = "--enable-audit,--disable-audit,audit,"
@@ -180,6 +180,6 @@ CONFFILES:${PN}-runtime += "${sysconfdir}/pam.d/common-session-noninteractive"
180CONFFILES:${PN}-runtime += "${sysconfdir}/pam.d/common-account" 180CONFFILES:${PN}-runtime += "${sysconfdir}/pam.d/common-account"
181CONFFILES:${PN}-runtime += "${sysconfdir}/security/limits.conf" 181CONFFILES:${PN}-runtime += "${sysconfdir}/security/limits.conf"
182 182
183UPSTREAM_CHECK_URI = "https://github.com/linux-pam/linux-pam/releases" 183GITHUB_BASE_URI = "https://github.com/linux-pam/linux-pam/releases"
184 184
185CVE_PRODUCT = "linux-pam" 185CVE_PRODUCT = "linux-pam"