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.2/bindir-libdir.patch | |
| 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.2/bindir-libdir.patch')
| -rw-r--r-- | meta/packages/python/python-native-2.5.2/bindir-libdir.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/packages/python/python-native-2.5.2/bindir-libdir.patch b/meta/packages/python/python-native-2.5.2/bindir-libdir.patch deleted file mode 100644 index 999bddc449..0000000000 --- a/meta/packages/python/python-native-2.5.2/bindir-libdir.patch +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | |||
| 2 | # | ||
| 3 | # Made by http://www.mn-logistik.de/unsupported/pxa250/patcher | ||
| 4 | # | ||
| 5 | |||
| 6 | --- Python-2.3.1/Makefile.pre.in~bindir-libdir 2003-09-20 12:50:28.000000000 +0200 | ||
| 7 | +++ Python-2.3.1/Makefile.pre.in 2003-11-02 19:53:17.000000000 +0100 | ||
| 8 | @@ -78,8 +78,8 @@ | ||
| 9 | exec_prefix= @exec_prefix@ | ||
| 10 | |||
| 11 | # Expanded directories | ||
| 12 | -BINDIR= $(exec_prefix)/bin | ||
| 13 | -LIBDIR= $(exec_prefix)/lib | ||
| 14 | +BINDIR= @bindir@ | ||
| 15 | +LIBDIR= @libdir@ | ||
| 16 | MANDIR= @mandir@ | ||
| 17 | INCLUDEDIR= @includedir@ | ||
| 18 | CONFINCLUDEDIR= $(exec_prefix)/include | ||
