diff options
author | Richard Purdie <richard@openedhand.com> | 2008-08-26 10:18:00 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-08-26 10:18:00 +0000 |
commit | a707851f7409a3b376e9c668f958da25ae546e11 (patch) | |
tree | a788d0b4f046ec612bc370854d9097039ef99f37 | |
parent | 82d01728db6de129c28954b22962de3458ef1177 (diff) | |
download | poky-a707851f7409a3b376e9c668f958da25ae546e11.tar.gz |
python-native: Add libxml2-native to DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5105 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/python/python-native_2.5.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/python/python-native_2.5.1.bb b/meta/packages/python/python-native_2.5.1.bb index 21e5c7999f..1a6d64ce2f 100644 --- a/meta/packages/python/python-native_2.5.1.bb +++ b/meta/packages/python/python-native_2.5.1.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.python.org" | |||
3 | LICENSE = "PSF" | 3 | LICENSE = "PSF" |
4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
6 | DEPENDS = "" | 6 | DEPENDS = "libxml2-native" |
7 | PR = "ml3" | 7 | PR = "ml3" |
8 | 8 | ||
9 | EXCLUDE_FROM_WORLD = "1" | 9 | EXCLUDE_FROM_WORLD = "1" |