[oe] [PATCH 06/41] yelp: initial add 3.32.1

Andreas Müller schnitzeltony at gmail.com
Thu May 23 06:48:24 UTC 2019


Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
---
 meta-gnome/recipes-gnome/yelp/yelp_3.32.1.bb | 37 ++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 meta-gnome/recipes-gnome/yelp/yelp_3.32.1.bb

diff --git a/meta-gnome/recipes-gnome/yelp/yelp_3.32.1.bb b/meta-gnome/recipes-gnome/yelp/yelp_3.32.1.bb
new file mode 100644
index 000000000..910f1ab34
--- /dev/null
+++ b/meta-gnome/recipes-gnome/yelp/yelp_3.32.1.bb
@@ -0,0 +1,37 @@
+SUMMARY = "Help browser for the GNOME desktop"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = " \
+    file://COPYING;md5=6e1b9cb787e76d7e6946887a65caa754 \
+"
+
+inherit gnomebase gsettings gettext gtk-doc
+
+SRC_URI[archive.md5sum] = "f8d3463f95b636651b1879cbb0955def"
+SRC_URI[archive.sha256sum] = "99589896b2d60f66e1219285e62736168402e1a5464b58de813e59aebdf32a95"
+
+B = "${S}"
+
+DEPENDS += " \
+    libxml2-native \
+    glib-2.0-native \
+    itstool-native \
+    gtk+3 \
+    appstream-glib \
+    libxslt \
+    sqlite3 \
+    webkitgtk \
+    yelp-xsl \
+"
+
+EXTRA_OECONF = "--disable-appstream-util"
+
+do_configure_prepend() {
+    export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool
+}
+
+FILES_${PN} += " \
+    ${datadir}/metainfo \
+    ${datadir}/yelp-xsl \
+"
+
+RDEPENDS_${PN} += "yelp-xsl"
-- 
2.20.1



More information about the Openembedded-devel mailing list