diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-12 10:23:41 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-12 10:23:41 +0100 |
| commit | 9db2b57fcaf3a93cbaa1971309da80304d25d5b4 (patch) | |
| tree | b06191df7a23b4df5928a6583884106842dc3094 /meta/packages/python/python-native_2.5.1.bb | |
| parent | 06e878caadb7be7408d3d69b9d1900171bdae41d (diff) | |
| download | poky-9db2b57fcaf3a93cbaa1971309da80304d25d5b4.tar.gz | |
python-native: Fix the _ctypes module (and remove some dead files)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/python/python-native_2.5.1.bb')
| -rw-r--r-- | meta/packages/python/python-native_2.5.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/python/python-native_2.5.1.bb b/meta/packages/python/python-native_2.5.1.bb index 71345347b2..4f6a4a84ca 100644 --- a/meta/packages/python/python-native_2.5.1.bb +++ b/meta/packages/python/python-native_2.5.1.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "PSF" | |||
| 4 | DEPENDS = "openssl-native bzip2-full-native sqlite3-native" | 4 | DEPENDS = "openssl-native bzip2-full-native sqlite3-native" |
| 5 | SECTION = "devel/python" | 5 | SECTION = "devel/python" |
| 6 | PRIORITY = "optional" | 6 | PRIORITY = "optional" |
| 7 | PR = "ml5" | 7 | PR = "ml6" |
| 8 | 8 | ||
| 9 | EXCLUDE_FROM_WORLD = "1" | 9 | EXCLUDE_FROM_WORLD = "1" |
| 10 | 10 | ||
| @@ -16,6 +16,7 @@ SRC_URI = "\ | |||
| 16 | file://default-is-optimized.patch;patch=1 \ | 16 | file://default-is-optimized.patch;patch=1 \ |
| 17 | file://catchup-with-swig.patch;patch=1 \ | 17 | file://catchup-with-swig.patch;patch=1 \ |
| 18 | file://fix-staging.patch;patch=1 \ | 18 | file://fix-staging.patch;patch=1 \ |
| 19 | file://enable-ctypes-module.patch;patch=1 \ | ||
| 19 | " | 20 | " |
| 20 | S = "${WORKDIR}/Python-${PV}" | 21 | S = "${WORKDIR}/Python-${PV}" |
| 21 | 22 | ||
