summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python_2.6.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python_2.6.6.bb')
-rw-r--r--meta/recipes-devtools/python/python_2.6.6.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python_2.6.6.bb b/meta/recipes-devtools/python/python_2.6.6.bb
index 50f8d70b04..b33e0a9e87 100644
--- a/meta/recipes-devtools/python/python_2.6.6.bb
+++ b/meta/recipes-devtools/python/python_2.6.6.bb
@@ -14,6 +14,9 @@ SRC_URI = "\
14 file://99-ignore-optimization-flag.patch \ 14 file://99-ignore-optimization-flag.patch \
15 file://sitecustomize.py \ 15 file://sitecustomize.py \
16" 16"
17
18SRC_URI[md5sum] = "cf4e6881bb84a7ce6089e4a307f71f14"
19SRC_URI[sha256sum] = "134c5e0736bae2e5570d0b915693374f11108ded63c35a23a35d282737d2ce83"
17S = "${WORKDIR}/Python-${PV}" 20S = "${WORKDIR}/Python-${PV}"
18 21
19inherit autotools 22inherit autotools