diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-10-28 00:35:28 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-27 23:10:00 -0700 |
commit | d710bb142ebcc31e5d2f16db4cbacb7e6df8e844 (patch) | |
tree | 302c224710223867385d4b090b5f8fa02a368472 /meta-gnome | |
parent | ccb810f34a7c413aad7921a4003ec5a2229b89a3 (diff) | |
download | meta-openembedded-d710bb142ebcc31e5d2f16db4cbacb7e6df8e844.tar.gz |
yelp-tools: use itstools.bbclass
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/yelp/yelp-tools_3.32.2.bb | 3 |
1 files changed, 1 insertions, 2 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 index 6a6397cee..af2bab380 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp-tools_3.32.2.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp-tools_3.32.2.bb | |||
@@ -5,12 +5,11 @@ LIC_FILES_CHKSUM = " \ | |||
5 | file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ | 5 | file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ |
6 | " | 6 | " |
7 | 7 | ||
8 | inherit gnomebase | 8 | inherit gnomebase itstool |
9 | 9 | ||
10 | DEPENDS += " \ | 10 | DEPENDS += " \ |
11 | libxslt-native \ | 11 | libxslt-native \ |
12 | libxml2-native \ | 12 | libxml2-native \ |
13 | itstool-native \ | ||
14 | yelp-xsl \ | 13 | yelp-xsl \ |
15 | " | 14 | " |
16 | 15 | ||