git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
428dc98
)
python 2.4.3 add PACKAGES_DYNAMIC -- close #1366
author
Michael Lauer
<mickey@vanille-media.de>
Tue, 29 Aug 2006 11:40:58 +0000
(11:40 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Tue, 29 Aug 2006 11:40:58 +0000
(11:40 +0000)
packages/python/python_2.4.3.bb
patch
|
blob
|
history
diff --git
a/packages/python/python_2.4.3.bb
b/packages/python/python_2.4.3.bb
index
4fe3ebd
..
30c4ee1
100644
(file)
--- a/
packages/python/python_2.4.3.bb
+++ b/
packages/python/python_2.4.3.bb
@@
-6,7
+6,7
@@
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
DEPENDS = "python-native readline zlib gdbm openssl tcl tk"
DEPENDS_sharprom = "python-native readline zlib gdbm openssl"
-PR = "ml
4
"
+PR = "ml
5
"
PYTHON_MAJMIN = "2.4"
@@
-68,4
+68,5
@@
require python-${PV}-manifest.inc
RPROVIDES_python-core = "python"
RPROVIDES_python-curses = "python"
PACKAGES =+ "libpython2"
+PACKAGES_DYNAMIC = "python-* libpython2"
FILES_libpython2 = "${libdir}/libpython*"