Add a bzip2-full-native recipe and make the python-native recipe depend on it.

Yum requires bzip2 support in Python so our native Python package needs something to provide it.


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5233 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Joshua Lock
2008-09-23 03:30:23 +00:00
parent 6e1a993ecc
commit e419523cbf
4 changed files with 81 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
DESCRIPTION = "The Python Programming Language"
HOMEPAGE = "http://www.python.org"
LICENSE = "PSF"
DEPENDS = "openssl-native"
DEPENDS = "openssl-native bzip2-full-native"
SECTION = "devel/python"
PRIORITY = "optional"
PR = "ml5"