diff options
author | Ross Burton <ross.burton@intel.com> | 2016-09-28 12:56:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-01 21:45:55 +0100 |
commit | 4205c0befb65fcfc40db54d48f2556013a9b7e38 (patch) | |
tree | a74197a0d4974d5c941a3a8c642470fb85bb0d20 /meta/recipes-devtools | |
parent | d19645bcde67be5030cb53f4b492ad86631166f1 (diff) | |
download | poky-4205c0befb65fcfc40db54d48f2556013a9b7e38.tar.gz |
libxml-parser-perl: remove redundant expat-native dependency
(From OE-Core rev: 57dd9e8b5bb5e32973d4648792758e59f7cfe7a4)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb index 9561a59554..3acd826868 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb | |||
@@ -3,7 +3,7 @@ SECTION = "libs" | |||
3 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 3 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
4 | LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1" | 4 | LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1" |
5 | 5 | ||
6 | DEPENDS += "expat expat-native" | 6 | DEPENDS += "expat" |
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 | SRC_URI[md5sum] = "af4813fe3952362451201ced6fbce379" | 9 | SRC_URI[md5sum] = "af4813fe3952362451201ced6fbce379" |
@@ -32,4 +32,3 @@ do_compile_class-native() { | |||
32 | } | 32 | } |
33 | 33 | ||
34 | BBCLASSEXTEND="native" | 34 | BBCLASSEXTEND="native" |
35 | |||