diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-03-01 16:16:56 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-03-01 16:16:56 +0000 |
commit | 1b7b0c28d8d6a99e7a52feeb0bfce7b5bd305691 (patch) | |
tree | 3d5b85d1e94acab14e7d8a9409a2265610ff5444 /meta-extras/packages/python/python-2.4.3/bindir-libdir.patch | |
parent | eff0c4b55a43d204ae6da4cbc57a0be1cbb33241 (diff) | |
download | openembedded-core-1b7b0c28d8d6a99e7a52feeb0bfce7b5bd305691.tar.gz openembedded-core-1b7b0c28d8d6a99e7a52feeb0bfce7b5bd305691.tar.bz2 openembedded-core-1b7b0c28d8d6a99e7a52feeb0bfce7b5bd305691.zip |
python: sync with OE .dev and dropped Tcl/Tk support
- updated to 2.4.4
- cleaned manifest
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1305 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras/packages/python/python-2.4.3/bindir-libdir.patch')
-rw-r--r-- | meta-extras/packages/python/python-2.4.3/bindir-libdir.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-extras/packages/python/python-2.4.3/bindir-libdir.patch b/meta-extras/packages/python/python-2.4.3/bindir-libdir.patch deleted file mode 100644 index 27ae5dce5b..0000000000 --- a/meta-extras/packages/python/python-2.4.3/bindir-libdir.patch +++ /dev/null @@ -1,18 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- Python-2.4c1/Makefile.pre.in~bindir-libdir.patch -+++ Python-2.4c1/Makefile.pre.in -@@ -78,8 +78,8 @@ - exec_prefix= @exec_prefix@ - - # Expanded directories --BINDIR= $(exec_prefix)/bin --LIBDIR= $(exec_prefix)/lib -+BINDIR= @bindir@ -+LIBDIR= @libdir@ - MANDIR= @mandir@ - INCLUDEDIR= @includedir@ - CONFINCLUDEDIR= $(exec_prefix)/include |