python-native: Fix the _ctypes module (and remove some dead files)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-05-12 10:23:41 +01:00
parent 06e878caad
commit 9db2b57fca
6 changed files with 108 additions and 84 deletions

View File

@@ -4,7 +4,7 @@ LICENSE = "PSF"
DEPENDS = "openssl-native bzip2-full-native sqlite3-native"
SECTION = "devel/python"
PRIORITY = "optional"
PR = "ml5"
PR = "ml6"
EXCLUDE_FROM_WORLD = "1"
@@ -16,6 +16,7 @@ SRC_URI = "\
file://default-is-optimized.patch;patch=1 \
file://catchup-with-swig.patch;patch=1 \
file://fix-staging.patch;patch=1 \
file://enable-ctypes-module.patch;patch=1 \
"
S = "${WORKDIR}/Python-${PV}"