diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-10-25 09:21:05 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:42:44 -0700 |
commit | 1ed7458f233dabd3679626b2803ae83888ede6e7 (patch) | |
tree | 0bba5965ce5ca87f54298ae25f4e2814a3df6398 /meta-gnome/recipes-gnome/yelp | |
parent | 7bdd008e303a9a746a4c0599e948b0524a94969e (diff) | |
download | meta-openembedded-1ed7458f233dabd3679626b2803ae83888ede6e7.tar.gz |
yelp-tools: initial add 3.32.2
yelp-tools is necessary to build gnome-help files
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-tools_3.32.2.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/yelp/yelp-tools_3.32.2.bb b/meta-gnome/recipes-gnome/yelp/yelp-tools_3.32.2.bb new file mode 100644 index 000000000..6a6397cee --- /dev/null +++ b/meta-gnome/recipes-gnome/yelp/yelp-tools_3.32.2.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | SUMMARY = "Collection of scripts and build utilities for documentation" | ||
2 | LICENSE = "GPLv2+" | ||
3 | LIC_FILES_CHKSUM = " \ | ||
4 | file://COPYING;md5=d67c6f9f1515506abfea4f0d920c0774 \ | ||
5 | file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ | ||
6 | " | ||
7 | |||
8 | inherit gnomebase | ||
9 | |||
10 | DEPENDS += " \ | ||
11 | libxslt-native \ | ||
12 | libxml2-native \ | ||
13 | itstool-native \ | ||
14 | yelp-xsl \ | ||
15 | " | ||
16 | |||
17 | SRC_URI[archive.md5sum] = "7856f9ad0492aaf9adf097f5058bfc2e" | ||
18 | SRC_URI[archive.sha256sum] = "183856b5ed0b0bb2c05dd1204af023946ed436943e35e789afb0295e5e71e8f9" | ||
19 | |||
20 | RDEPENDS_${PN} += "yelp-xsl" | ||
21 | |||
22 | BBCLASSEXTEND = "native" | ||