[oe] [PATCH 05/41] yelp-tools: initial add 3.32.0

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


It is not yet used by any recipe but will be used for help file generation
on recipes for actual gnome.

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

diff --git a/meta-gnome/recipes-gnome/yelp/yelp-tools_3.32.0.bb b/meta-gnome/recipes-gnome/yelp/yelp-tools_3.32.0.bb
new file mode 100644
index 000000000..8ddc00393
--- /dev/null
+++ b/meta-gnome/recipes-gnome/yelp/yelp-tools_3.32.0.bb
@@ -0,0 +1,21 @@
+SUMMARY = "Collection of scripts and build utilities for documentation"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = " \
+    file://COPYING;md5=d67c6f9f1515506abfea4f0d920c0774 \
+    file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
+"
+
+inherit gnomebase
+
+DEPENDS += " \
+    libxml2-native \
+    itstool-native \
+    yelp-xsl \
+"
+
+SRC_URI[archive.md5sum] = "f65cb652553600faa8d8bddf1b0221da"
+SRC_URI[archive.sha256sum] = "bfdd40d10d837d1a170c7fe70b3436d30e6698db809d5be459ea0f7fbb69ee0c"
+
+RDEPENDS_${PN} += "yelp-xsl"
+
+BBCLASSEXTEND = "native"
-- 
2.20.1



More information about the Openembedded-devel mailing list