]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxml2: depend on python-native-runtime
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 2 Aug 2007 13:47:14 +0000 (13:47 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 2 Aug 2007 13:47:14 +0000 (13:47 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2331 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libxml/libxml2-native_2.6.29.bb

index fc9c3697de9a8ca2e77969f5c5519a8010aac9a8..d444bd509ec9b328bc6a3b71abe80beb9a2f5062 100644 (file)
@@ -1,9 +1,9 @@
 DESCRIPTION = "GNOME XML library"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz"
 
-DEPENDS = "python-native"
+DEPENDS = "python-native-runtime"
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}"
 S = "${WORKDIR}/libxml2-${PV}"