mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 18:02:12 +01:00
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:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user