From: Richard Purdie Date: Tue, 26 Aug 2008 10:18:00 +0000 (+0000) Subject: python-native: Add libxml2-native to DEPENDS X-Git-Tag: 2011-1~8401 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a707851f7409a3b376e9c668f958da25ae546e11;p=openembedded-core.git python-native: Add libxml2-native to DEPENDS git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5105 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/python/python-native_2.5.1.bb b/meta/packages/python/python-native_2.5.1.bb index 21e5c7999f..1a6d64ce2f 100644 --- a/meta/packages/python/python-native_2.5.1.bb +++ b/meta/packages/python/python-native_2.5.1.bb @@ -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"