diff options
Diffstat (limited to 'meta/recipes-devtools/python/python_2.6.6.bb')
-rw-r--r-- | meta/recipes-devtools/python/python_2.6.6.bb | 3 |
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 50f8d70..b33e0a9 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 = "\ file://99-ignore-optimization-flag.patch \ file://sitecustomize.py \ " + +SRC_URI[md5sum] = "cf4e6881bb84a7ce6089e4a307f71f14" +SRC_URI[sha256sum] = "134c5e0736bae2e5570d0b915693374f11108ded63c35a23a35d282737d2ce83" S = "${WORKDIR}/Python-${PV}" inherit autotools |