diff options
author | Ross Burton <ross@openedhand.com> | 2008-09-01 15:51:05 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-09-01 15:51:05 +0000 |
commit | 36e803e3085ac805d5dc0e2128df6ccc822a78e4 (patch) | |
tree | b009a4f397ed8b9987ad339cce635006ef3a17dd /meta | |
parent | 33061d6ede5c461b313d4ed20c4076fc7c871169 (diff) | |
download | poky-36e803e3085ac805d5dc0e2128df6ccc822a78e4.tar.gz |
libxml2-native: actually fix depends to python-native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5121 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-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 4a9a2ddd4b..431d81d1d7 100644 --- a/meta/packages/libxml/libxml2-native_2.6.29.bb +++ b/meta/packages/libxml/libxml2-native_2.6.29.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | require libxml2.inc | 1 | require libxml2.inc |
2 | 2 | ||
3 | PR = "r6" | 3 | PR = "r7" |
4 | 4 | ||
5 | DEPENDS += "python-native-runtime" | 5 | DEPENDS += "python-native" |
6 | 6 | ||
7 | EXTRA_OECONF = "--with-python=${STAGING_DIR_NATIVE}/${prefix} --without-debug --without-legacy --with-catalog --without-docbook --with-c14n" | 7 | EXTRA_OECONF = "--with-python=${STAGING_DIR_NATIVE}/${prefix} --without-debug --without-legacy --with-catalog --without-docbook --with-c14n" |
8 | 8 | ||