summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-09-04 14:00:55 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-09-04 14:00:55 +0000
commit0fb48f7370b8e19a854ad7d9f12f52b4f4ef89c3 (patch)
treefab63923aad632c55db8f9f4c5670bddde287b83 /meta
parentf46cad811fe2a618e44981a6e155df13e25afeb0 (diff)
downloadopenembedded-core-0fb48f7370b8e19a854ad7d9f12f52b4f4ef89c3.tar.gz
openembedded-core-0fb48f7370b8e19a854ad7d9f12f52b4f4ef89c3.tar.bz2
openembedded-core-0fb48f7370b8e19a854ad7d9f12f52b4f4ef89c3.tar.xz
openembedded-core-0fb48f7370b8e19a854ad7d9f12f52b4f4ef89c3.zip
python-native: depend on OpenSSL native to get python-urlgrabber-native buildable
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5139 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/python/python-native_2.5.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/python/python-native_2.5.1.bb b/meta/packages/python/python-native_2.5.1.bb
index d55475832..5c23ea958 100644
--- a/meta/packages/python/python-native_2.5.1.bb
+++ b/meta/packages/python/python-native_2.5.1.bb
@@ -1,9 +1,10 @@
DESCRIPTION = "The Python Programming Language"
HOMEPAGE = "http://www.python.org"
LICENSE = "PSF"
+DEPENDS = "openssl-native"
SECTION = "devel/python"
PRIORITY = "optional"
-PR = "ml4"
+PR = "ml5"
EXCLUDE_FROM_WORLD = "1"