mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user