diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-10-28 00:35:29 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-27 23:10:00 -0700 |
commit | 94f61f7330d4d114660f1d5edc4080fe672306e6 (patch) | |
tree | 4e03fceccdd85690b178f5980f76fba260a57fce /meta-gnome/recipes-gnome/yelp | |
parent | d710bb142ebcc31e5d2f16db4cbacb7e6df8e844 (diff) | |
download | meta-openembedded-94f61f7330d4d114660f1d5edc4080fe672306e6.tar.gz |
yelp-xsl: use itstool.bbclass
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/yelp')
-rw-r--r-- | meta-gnome/recipes-gnome/yelp/yelp-xsl_3.34.0.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/yelp/yelp-xsl_3.34.0.bb b/meta-gnome/recipes-gnome/yelp/yelp-xsl_3.34.0.bb index 17994414e0..20052cf16e 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp-xsl_3.34.0.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp-xsl_3.34.0.bb | |||
@@ -6,13 +6,16 @@ LIC_FILES_CHKSUM = " \ | |||
6 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 6 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
7 | " | 7 | " |
8 | 8 | ||
9 | inherit gnomebase gettext | 9 | inherit gnomebase gettext itstool |
10 | 10 | ||
11 | DEPENDS += "libxml2 itstool-native" | 11 | DEPENDS += "libxml2" |
12 | 12 | ||
13 | SRC_URI[archive.md5sum] = "f8c4e777aee8b055251c333ef48a0cd0" | 13 | SRC_URI[archive.md5sum] = "f8c4e777aee8b055251c333ef48a0cd0" |
14 | SRC_URI[archive.sha256sum] = "e8063aee67d1df634f3d062f1c28130b2dabb3c0c66396b1af90388f34e14ee2" | 14 | SRC_URI[archive.sha256sum] = "e8063aee67d1df634f3d062f1c28130b2dabb3c0c66396b1af90388f34e14ee2" |
15 | 15 | ||
16 | RDEPENDS_${PN} += "libxml2 itstool" | 16 | RDEPENDS_${PN}_append_class-target = " libxml2 itstool" |
17 | |||
18 | # ensure our native consumers are forced to inherit itstool | ||
19 | RDEPENDS_${PN}_append_class-native = " libxml2" | ||
17 | 20 | ||
18 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native" |