diff options
-rw-r--r-- | meta/recipes-devtools/python/python.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
16 | # also, exclude pre-releases for both python 2.x and 3.x | 16 | # also, exclude pre-releases for both python 2.x and 3.x |
17 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>2(\.\d+)+).tar" | 17 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>2(\.\d+)+).tar" |
18 | 18 | ||
19 | CVE_PRODUCT = "python" | ||
20 | |||
19 | PYTHON_MAJMIN = "2.7" | 21 | PYTHON_MAJMIN = "2.7" |
20 | 22 | ||
21 | inherit autotools pkgconfig | 23 | inherit autotools pkgconfig |