summaryrefslogtreecommitdiff
path: root/meta/packages
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-08-02 13:47:14 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-08-02 13:47:14 +0000
commit6a166b899a999793ef7af664523d0c1bc64f190e (patch)
tree5d9b55378704d2071fdce0fbe427733f11ab49e5 /meta/packages
parentcdf2c48b6b6bd71181edc93f9211f6bab510b8e4 (diff)
downloadopenembedded-core-6a166b899a999793ef7af664523d0c1bc64f190e.tar.gz
openembedded-core-6a166b899a999793ef7af664523d0c1bc64f190e.tar.bz2
openembedded-core-6a166b899a999793ef7af664523d0c1bc64f190e.tar.xz
openembedded-core-6a166b899a999793ef7af664523d0c1bc64f190e.zip
libxml2: depend on python-native-runtime
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2331 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/libxml/libxml2-native_2.6.29.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/libxml/libxml2-native_2.6.29.bb b/meta/packages/libxml/libxml2-native_2.6.29.bb
index fc9c3697d..d444bd509 100644
--- a/meta/packages/libxml/libxml2-native_2.6.29.bb
+++ b/meta/packages/libxml/libxml2-native_2.6.29.bb
@@ -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}"