summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
diff options
context:
space:
mode:
authorzhengrq.fnst <zhengrq.fnst@fujitsu.com>2022-10-18 09:15:47 +0800
committerKhem Raj <raj.khem@gmail.com>2022-10-18 08:23:44 -0700
commitbfa889276382370324532438dfc9962c0fb2bf05 (patch)
tree194cebefd80315ec2499596a94230ca6588a3a0c /meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
parent41db40c805bc432801d6a86fb1b4b8418bcf9f94 (diff)
downloadmeta-openembedded-bfa889276382370324532438dfc9962c0fb2bf05.tar.gz
yelp: upgrade 42.1 -> 42.2
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/yelp/yelp_42.2.bb')
-rw-r--r--meta-gnome/recipes-gnome/yelp/yelp_42.2.bb39
1 files changed, 39 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
new file mode 100644
index 0000000000..fe3b1105c4
--- /dev/null
+++ b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
@@ -0,0 +1,39 @@
1SUMMARY = "Help browser for the GNOME desktop"
2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = " \
4 file://COPYING;md5=6e1b9cb787e76d7e6946887a65caa754 \
5"
6
7inherit gnomebase itstool autotools-brokensep gsettings gettext gtk-doc features_check mime-xdg
8
9# for webkitgtk
10REQUIRED_DISTRO_FEATURES = "x11"
11
12SRC_URI[archive.sha256sum] = "a2c5fd0787a9089c722cc66bd0f85cdf7088d870e7b6cc85799f8e5bff9eac4b"
13
14DEPENDS += " \
15 libxml2-native \
16 glib-2.0-native \
17 gtk+3 \
18 appstream-glib \
19 libxslt \
20 sqlite3 \
21 libhandy \
22 webkitgtk \
23 yelp-xsl \
24"
25PACKAGECONFIG ?= ""
26
27# Enable if soup3 is enabled in webkit recipe
28PACKAGECONFIG[soup3] = ",--with-webkit2gtk-4-0,"
29
30do_configure:prepend() {
31 export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool
32}
33
34FILES:${PN} += " \
35 ${datadir}/metainfo \
36 ${datadir}/yelp-xsl \
37"
38
39RDEPENDS:${PN} += "yelp-xsl"