From 61620bd56d0696a03ffc94fbbfa2d0e25be950a5 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 27 Dec 2011 16:12:01 -0800 Subject: python: add md5module support The internal md5 module is needed for using "waf" to install other python packages such as pycairo. Signed-off-by: Saul Wold --- meta/recipes-devtools/python/python-native_2.7.2.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/python/python-native_2.7.2.bb') diff --git a/meta/recipes-devtools/python/python-native_2.7.2.bb b/meta/recipes-devtools/python/python-native_2.7.2.bb index d036eca976..7d8c597447 100644 --- a/meta/recipes-devtools/python/python-native_2.7.2.bb +++ b/meta/recipes-devtools/python/python-native_2.7.2.bb @@ -1,6 +1,6 @@ require python.inc DEPENDS = "openssl-native bzip2-full-native zlib-native readline-native sqlite3-native" -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" SRC_URI += "file://04-default-is-optimized.patch \ file://05-enable-ctypes-cross-build.patch \ @@ -11,7 +11,9 @@ SRC_URI += "file://04-default-is-optimized.patch \ file://debug.patch \ file://unixccompiler.patch \ file://nohostlibs.patch \ - file://multilib.patch " + file://multilib.patch \ + file://add-md5module-support.patch \ + " S = "${WORKDIR}/Python-${PV}" inherit native -- cgit v1.2.3