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:
f52ebc0
)
python-native: ensure that python has zlib support by adding zlib-native as dependecy
author
Steve Sakoman
<sakoman@tera.(none)>
Sat, 3 Jan 2009 00:31:52 +0000
(16:31 -0800)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 2 Jan 2009 16:37:51 +0000
(17:37 +0100)
python-native: ensure that python has zlib support by adding zlib-native as dependecy
Firefox build will fail if python lacks zlib support
packages/python/python-native_2.5.1.bb
patch
|
blob
|
history
diff --git
a/packages/python/python-native_2.5.1.bb
b/packages/python/python-native_2.5.1.bb
index
be8fc35
..
6be228a
100644
(file)
--- a/
packages/python/python-native_2.5.1.bb
+++ b/
packages/python/python-native_2.5.1.bb
@@
-1,10
+1,10
@@
DESCRIPTION = "The Python Programming Language"
HOMEPAGE = "http://www.python.org"
LICENSE = "PSF"
-DEPENDS = "openssl-native bzip2-full-native"
+DEPENDS = "openssl-native bzip2-full-native
zlib-native
"
SECTION = "devel/python"
PRIORITY = "optional"
-PR = "ml
5
"
+PR = "ml
6
"
EXCLUDE_FROM_WORLD = "1"