summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-11-29 10:09:00 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-11-29 10:09:00 +0000
commit411c39366838e01d01ef4bd482a1a636d5dcdf88 (patch)
tree398d7574cbf9eeb2e046dcf2a6fc72f51335b81b /meta
parente8c4d5ff4bfa3eb86170f672ea6788d85ec200cc (diff)
downloadpoky-411c39366838e01d01ef4bd482a1a636d5dcdf88.tar.gz
libxml-parser-perl: added expat dependency
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3268 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/perl/libxml-parser-perl_2.34.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/perl/libxml-parser-perl_2.34.bb b/meta/packages/perl/libxml-parser-perl_2.34.bb
index 46ce6512ca..dd502a8f63 100644
--- a/meta/packages/perl/libxml-parser-perl_2.34.bb
+++ b/meta/packages/perl/libxml-parser-perl_2.34.bb
@@ -1,7 +1,7 @@
1SECTION = "libs" 1SECTION = "libs"
2LICENSE = "Artistic" 2LICENSE = "Artistic"
3DEPENDS += "expat-native" 3DEPENDS += "expat expat-native"
4PR = "r10" 4PR = "r11"
5 5
6SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" 6SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz"
7 7