summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-11-06 17:37:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-07 19:47:27 +0000
commit5dea226778613329c79109c8dfa77c5211a83085 (patch)
treebf56713c79e1b36cd750372b7c8a6cbbdc195720
parent1c0bb22388f767f4f312368abf94226dee8a50aa (diff)
downloadpoky-5dea226778613329c79109c8dfa77c5211a83085.tar.gz
libpam: set CVE_PRODUCT
(From OE-Core rev: f1d5273d53d66b217f3d4975f5cb5eb367b1aab1) (From OE-Core rev: 2395ae4a332928de3f5fcb840ef196e7a7d77386) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Conflicts: meta/recipes-extended/pam/libpam_1.3.1.bb
-rw-r--r--meta/recipes-extended/pam/libpam_1.3.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.3.0.bb b/meta/recipes-extended/pam/libpam_1.3.0.bb
index 92ab72a42f..fbcbfa9580 100644
--- a/meta/recipes-extended/pam/libpam_1.3.0.bb
+++ b/meta/recipes-extended/pam/libpam_1.3.0.bb
@@ -49,6 +49,8 @@ S = "${WORKDIR}/Linux-PAM-${PV}"
49 49
50inherit autotools gettext pkgconfig 50inherit autotools gettext pkgconfig
51 51
52CVE_PRODUCT = "linux-pam"
53
52PACKAGECONFIG[audit] = "--enable-audit,--disable-audit,audit," 54PACKAGECONFIG[audit] = "--enable-audit,--disable-audit,audit,"
53 55
54PACKAGES += "${PN}-runtime ${PN}-xtests" 56PACKAGES += "${PN}-runtime ${PN}-xtests"