]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-native: Add libxml2-native to DEPENDS
authorRichard Purdie <richard@openedhand.com>
Tue, 26 Aug 2008 10:18:00 +0000 (10:18 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 26 Aug 2008 10:18:00 +0000 (10:18 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5105 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/python/python-native_2.5.1.bb

index 21e5c7999fdc14c4498fa7d589745759ae8101f6..1a6d64ce2f745acf91a524818c3e48d175a47007 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.python.org"
 LICENSE = "PSF"
 SECTION = "devel/python"
 PRIORITY = "optional"
-DEPENDS = ""
+DEPENDS = "libxml2-native"
 PR = "ml3"
 
 EXCLUDE_FROM_WORLD = "1"