diff options
Diffstat (limited to 'meta/recipes-devtools/python/python.inc')
-rw-r--r-- | meta/recipes-devtools/python/python.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc index 4d428f3d07..878f5826be 100644 --- a/meta/recipes-devtools/python/python.inc +++ b/meta/recipes-devtools/python/python.inc | |||
@@ -12,6 +12,10 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz" | |||
12 | SRC_URI[md5sum] = "38d530f7efc373d64a8fb1637e3baaa7" | 12 | SRC_URI[md5sum] = "38d530f7efc373d64a8fb1637e3baaa7" |
13 | SRC_URI[sha256sum] = "90d27e14ea7e03570026850e2e50ba71ad20b7eb31035aada1cf3def8f8d4916" | 13 | SRC_URI[sha256sum] = "90d27e14ea7e03570026850e2e50ba71ad20b7eb31035aada1cf3def8f8d4916" |
14 | 14 | ||
15 | # python recipe is actually python 2.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" | ||
18 | |||
15 | PYTHON_MAJMIN = "2.7" | 19 | PYTHON_MAJMIN = "2.7" |
16 | 20 | ||
17 | inherit autotools | 21 | inherit autotools |