Browse Source

libpam: set CVE_PRODUCT

(From OE-Core rev: f1d5273d53d66b217f3d4975f5cb5eb367b1aab1)

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
Ross Burton 4 years ago
parent
commit
2395ae4a33
1 changed files with 2 additions and 0 deletions
  1. 2 0
      meta/recipes-extended/pam/libpam_1.3.0.bb

+ 2 - 0
meta/recipes-extended/pam/libpam_1.3.0.bb

@@ -49,6 +49,8 @@ S = "${WORKDIR}/Linux-PAM-${PV}"
 
 inherit autotools gettext pkgconfig
 
+CVE_PRODUCT = "linux-pam"
+
 PACKAGECONFIG[audit] = "--enable-audit,--disable-audit,audit,"
 
 PACKAGES += "${PN}-runtime ${PN}-xtests"