Using libxml2 create a runtime dependency on target libxml2 instead of native libxml2, which is what we want here.
Signed-off-by: Khem Raj <[email protected]> Cc: Andreas Müller <[email protected]> --- meta-gnome/recipes-gnome/yelp/yelp-xsl_3.36.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/yelp/yelp-xsl_3.36.0.bb b/meta-gnome/recipes-gnome/yelp/yelp-xsl_3.36.0.bb index 6b9d769b78..14a8850560 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp-xsl_3.36.0.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp-xsl_3.36.0.bb @@ -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" -- 2.30.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#89507): https://lists.openembedded.org/g/openembedded-devel/message/89507 Mute This Topic: https://lists.openembedded.org/mt/80599663/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
