diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-02-12 16:51:03 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-12 16:53:39 -0800 |
| commit | 70bb7222b8d55195785d744b29e3acd7424013b6 (patch) | |
| tree | 77b05e1e234cdb50cba083fb3af767928617929a /meta-gnome | |
| parent | 7206f7f5bc3a676f3e38b165c7a74afc170043ba (diff) | |
| download | meta-openembedded-70bb7222b8d55195785d744b29e3acd7424013b6.tar.gz | |
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>
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-gnome/yelp/yelp-xsl_3.36.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 16 | RDEPENDS_${PN}_append_class-target = " libxml2 itstool" | 16 | RDEPENDS_${PN}_append_class-target = " libxml2 itstool" |
| 17 | 17 | ||
| 18 | # ensure our native consumers are forced to inherit itstool | 18 | # ensure our native consumers are forced to inherit itstool |
| 19 | RDEPENDS_${PN}_append_class-native = " libxml2" | 19 | RDEPENDS_${PN}_append_class-native = " libxml2-native" |
| 20 | 20 | ||
| 21 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native" |
