diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-05-31 15:17:06 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-09 16:58:34 +0100 |
commit | ac4fba3e55195d97162642995628e2f3875dd621 (patch) | |
tree | 013ea8f3b55651e8531c2bd9a8b5093be0b788dd /meta/recipes-devtools/perl | |
parent | c13b10a6ae1df18547db17c53b8f59594b2ad06b (diff) | |
download | poky-ac4fba3e55195d97162642995628e2f3875dd621.tar.gz |
libxml-parser-perl: inherit perlnative
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r-- | meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb b/meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb index 6ba56b3b89..8c2045567f 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl-native_2.40.bb | |||
@@ -4,4 +4,4 @@ require libxml-parser-perl_${PV}.bb | |||
4 | 4 | ||
5 | inherit native | 5 | inherit native |
6 | 6 | ||
7 | DEPENDS = "expat-native perl-native" \ No newline at end of file | 7 | DEPENDS += "expat-native" |
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb index c2d1bdb8f8..fac28a83df 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "Artistic" | |||
3 | LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1" | 3 | LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1" |
4 | DEPENDS += "expat expat-native" | 4 | DEPENDS += "expat expat-native" |
5 | 5 | ||
6 | PR = "r0" | 6 | PR = "r1" |
7 | 7 | ||
8 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" | 8 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" |
9 | 9 | ||