diff options
-rw-r--r-- | meta/recipes-devtools/python/python-native_2.6.6.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-native_2.6.6.bb b/meta/recipes-devtools/python/python-native_2.6.6.bb index 2ad10c9192..11956a400e 100644 --- a/meta/recipes-devtools/python/python-native_2.6.6.bb +++ b/meta/recipes-devtools/python/python-native_2.6.6.bb | |||
@@ -14,6 +14,9 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \ | |||
14 | file://nohostlibs.patch" | 14 | file://nohostlibs.patch" |
15 | S = "${WORKDIR}/Python-${PV}" | 15 | S = "${WORKDIR}/Python-${PV}" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "cf4e6881bb84a7ce6089e4a307f71f14" | ||
18 | SRC_URI[sha256sum] = "134c5e0736bae2e5570d0b915693374f11108ded63c35a23a35d282737d2ce83" | ||
19 | |||
17 | inherit native | 20 | inherit native |
18 | 21 | ||
19 | EXTRA_OEMAKE = '\ | 22 | EXTRA_OEMAKE = '\ |