diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/yelp/yelp-xsl_3.34.2.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/yelp/yelp-xsl_3.34.2.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/yelp/yelp-xsl_3.34.2.bb b/meta-gnome/recipes-gnome/yelp/yelp-xsl_3.34.2.bb new file mode 100644 index 000000000..38947d1be --- /dev/null +++ b/meta-gnome/recipes-gnome/yelp/yelp-xsl_3.34.2.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | SUMMARY = "XSL stylesheets for the yelp help browser" | ||
2 | LICENSE = "LGPLv2.1 & GPLv2" | ||
3 | LIC_FILES_CHKSUM = " \ | ||
4 | file://COPYING;md5=3e2bad3c5e3990988f9fa1bc5785b147 \ | ||
5 | file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ | ||
6 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | ||
7 | " | ||
8 | |||
9 | inherit gnomebase gettext itstool | ||
10 | |||
11 | DEPENDS += "libxml2" | ||
12 | |||
13 | SRC_URI[archive.md5sum] = "b9c1c53a9114b42054789f212ab37f59" | ||
14 | SRC_URI[archive.sha256sum] = "0c3fe6146113df26fb1295901b1c7baed9f0fe67a87f4345e11543aefe7cb7ad" | ||
15 | |||
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" | ||
20 | |||
21 | BBCLASSEXTEND = "native" | ||