libxml2: depend on python-native-runtime

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2331 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-08-02 13:47:14 +00:00
parent cdf2c48b6b
commit 6a166b899a

View 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}"