mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 17:38:20 +00:00
yelp-xsl: Mark native libxml2 in rdeps
Using libxml2 create a runtime dependency on target libxml2 instead of native libxml2, which is what we want here. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
parent
7206f7f5bc
commit
70bb7222b8
@ -16,6 +16,6 @@ SRC_URI[archive.sha256sum] = "4fe51c0233b79a4c204c68498d45f09b342c30ed02c4e41850
|
||||
RDEPENDS_${PN}_append_class-target = " libxml2 itstool"
|
||||
|
||||
# ensure our native consumers are forced to inherit itstool
|
||||
RDEPENDS_${PN}_append_class-native = " libxml2"
|
||||
RDEPENDS_${PN}_append_class-native = " libxml2-native"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user