diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-29 10:09:00 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-29 10:09:00 +0000 |
commit | 411c39366838e01d01ef4bd482a1a636d5dcdf88 (patch) | |
tree | 398d7574cbf9eeb2e046dcf2a6fc72f51335b81b /meta/packages/perl | |
parent | e8c4d5ff4bfa3eb86170f672ea6788d85ec200cc (diff) | |
download | poky-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/packages/perl')
-rw-r--r-- | meta/packages/perl/libxml-parser-perl_2.34.bb | 4 |
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 @@ | |||
1 | SECTION = "libs" | 1 | SECTION = "libs" |
2 | LICENSE = "Artistic" | 2 | LICENSE = "Artistic" |
3 | DEPENDS += "expat-native" | 3 | DEPENDS += "expat expat-native" |
4 | PR = "r10" | 4 | PR = "r11" |
5 | 5 | ||
6 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" | 6 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" |
7 | 7 | ||