[oe] [PATCH 33/41] libgweather: initial add 3.32.1

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


It is a dependency for upcoming gnome-settings-daemon

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

diff --git a/meta-gnome/recipes-gnome/libgweather/libgweather_3.32.1.bb b/meta-gnome/recipes-gnome/libgweather/libgweather_3.32.1.bb
new file mode 100644
index 000000000..b9aa4ef7e
--- /dev/null
+++ b/meta-gnome/recipes-gnome/libgweather/libgweather_3.32.1.bb
@@ -0,0 +1,24 @@
+SUMMARY = "A library to access weather information from online services"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+GNOMEBASEBUILDCLASS = "meson"
+
+inherit gnomebase gobject-introspection gettext gtk-doc vala distro_features_check
+
+SRC_URI[archive.md5sum] = "048de183cbeaf7353a875cb5ebd9b4f9"
+SRC_URI[archive.sha256sum] = "1c2218ed71230dd2c550ca4fd3dab53e2f2831d38982c213575f34e48d68e980"
+
+# gobject-introspection is mandatory and cannot be configured
+REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
+UNKNOWN_CONFIGURE_WHITELIST_append = " introspection"
+
+GTKDOC_MESON_OPTION = "gtk_doc"
+
+DEPENDS = " \
+    gtk+3 \
+    json-glib \
+    libsoup-2.4 \
+    geocode-glib \
+"
-- 
2.20.1



More information about the Openembedded-devel mailing list