diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-02 13:47:14 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-02 13:47:14 +0000 |
commit | 6a166b899a999793ef7af664523d0c1bc64f190e (patch) | |
tree | 5d9b55378704d2071fdce0fbe427733f11ab49e5 /meta/packages/libxml | |
parent | cdf2c48b6b6bd71181edc93f9211f6bab510b8e4 (diff) | |
download | openembedded-core-6a166b899a999793ef7af664523d0c1bc64f190e.tar.gz openembedded-core-6a166b899a999793ef7af664523d0c1bc64f190e.tar.bz2 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/libxml')
-rw-r--r-- | meta/packages/libxml/libxml2-native_2.6.29.bb | 4 |
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 fc9c3697de..d444bd509e 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}" |