mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d19645bcde
commit
4205c0befb
@@ -3,7 +3,7 @@ SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1"
|
||||
|
||||
DEPENDS += "expat expat-native"
|
||||
DEPENDS += "expat"
|
||||
|
||||
SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "af4813fe3952362451201ced6fbce379"
|
||||
@@ -32,4 +32,3 @@ do_compile_class-native() {
|
||||
}
|
||||
|
||||
BBCLASSEXTEND="native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user