summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-06-09 08:38:27 +0200
committerKhem Raj <raj.khem@gmail.com>2021-06-09 08:49:21 -0700
commit891a043a6652f0e12426e308552daf83d01d8776 (patch)
treec80747b3787beb2a08b295ca3f0f2326fa6fb239 /meta-gnome
parent8bb8a4ead21a07e89927b7f2b3d49ce42287192f (diff)
downloadmeta-openembedded-891a043a6652f0e12426e308552daf83d01d8776.tar.gz
yelp-tools: upgrade 3.32.2 -> 40.0
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_40.0.bb (renamed from meta-gnome/recipes-gnome/yelp/yelp-tools_3.32.2.bb)8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/yelp/yelp-tools_3.32.2.bb b/meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb
index af2bab380..f58c9ee4d 100644
--- a/meta-gnome/recipes-gnome/yelp/yelp-tools_3.32.2.bb
+++ b/meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb
@@ -5,17 +5,19 @@ LIC_FILES_CHKSUM = " \
5 file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ 5 file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
6" 6"
7 7
8GNOMEBASEBUILDCLASS = "meson"
9
8inherit gnomebase itstool 10inherit gnomebase itstool
9 11
10DEPENDS += " \ 12DEPENDS += " \
11 libxslt-native \ 13 libxslt-native \
12 libxml2-native \ 14 libxml2-native \
15 python3-lxml-native \
13 yelp-xsl \ 16 yelp-xsl \
14" 17"
15 18
16SRC_URI[archive.md5sum] = "7856f9ad0492aaf9adf097f5058bfc2e" 19SRC_URI[archive.sha256sum] = "664bacf2f3dd65ef00a43f79487351ab64a6c4c629c56ac0ceb1723c2eb66aae"
17SRC_URI[archive.sha256sum] = "183856b5ed0b0bb2c05dd1204af023946ed436943e35e789afb0295e5e71e8f9"
18 20
19RDEPENDS_${PN} += "yelp-xsl" 21RDEPENDS_${PN} += "python3-core yelp-xsl"
20 22
21BBCLASSEXTEND = "native" 23BBCLASSEXTEND = "native"