From: Mikko Rapeli Date: Thu, 20 Jul 2017 13:23:04 +0000 (+0300) Subject: python.inc: set CVE_PRODUCT to python X-Git-Tag: uninative-1.7~59 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=848e1be494e8ea10c729f95f02acb366e1843d75;p=openembedded-core.git python.inc: set CVE_PRODUCT to python All python versions are just python in NVD like this CVE for python 3.4.4: https://nvd.nist.gov/vuln/detail/CVE-2016-5699 Signed-off-by: Mikko Rapeli Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc index b4bce24edb..b40f551ab3 100644 --- a/meta/recipes-devtools/python/python.inc +++ b/meta/recipes-devtools/python/python.inc @@ -16,6 +16,8 @@ SRC_URI[sha256sum] = "35d543986882f78261f97787fd3e06274bfa6df29fac9b4a94f73930ff # also, exclude pre-releases for both python 2.x and 3.x UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P2(\.\d+)+).tar" +CVE_PRODUCT = "python" + PYTHON_MAJMIN = "2.7" inherit autotools pkgconfig