[oe] [PATCH 03/41] appstream-glib: initial add 0.7.15

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


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

diff --git a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.15.bb b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.15.bb
new file mode 100644
index 000000000..a6529e609
--- /dev/null
+++ b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.15.bb
@@ -0,0 +1,37 @@
+SUMMARY = "Objects and helper methods to help reading and writing AppStream metadata"
+HOMEPAGE = "https://people.freedesktop.org/~hughsient/appstream-glib/index.htm"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
+
+DEPENDS = " \
+    gperf-native \
+    glib-2.0 \
+    gtk+3 \
+    libyaml \
+    libarchive \
+    libsoup-2.4 \
+    json-glib \
+    gdk-pixbuf \
+    freetype \
+    fontconfig \
+    libstemmer \
+"
+
+inherit meson gobject-introspection gettext bash-completion
+
+SRC_URI = "https://people.freedesktop.org/~hughsient/${BPN}/releases/${BP}.tar.xz"
+SRC_URI[md5sum] = "51f15108d6b9224f2ce2cf9364403b10"
+SRC_URI[sha256sum] = "7e27947de3742fcc02a96a22fb91e137a49cd55234c407a246476f3624a92a9f"
+
+EXTRA_OEMESON = " \
+    -Drpm=false \
+"
+
+FILES_${PN} += "${libdir}/asb-plugins-5"
+
+FILES_${PN}-dev += " \
+    ${datadir}/installed-tests \
+    ${datadir}/gettext \
+"
+
+BBCLASSEXTEND = "native"
-- 
2.20.1



More information about the Openembedded-devel mailing list