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 | poky-1b7b0c28d8d6a99e7a52feeb0bfce7b5bd305691.tar.gz |
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 @@ | |||
1 | |||
2 | # | ||
3 | # Patch managed by http://www.holgerschurig.de/patcher.html | ||
4 | # | ||
5 | |||
6 | --- Python-2.4c1/Makefile.pre.in~bindir-libdir.patch | ||
7 | +++ Python-2.4c1/Makefile.pre.in | ||
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 | ||