It is a dependency for upcoming gnome-photos
Signed-off-by: Andreas Müller <[email protected]>
---
.../recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb | 22 +++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb
diff --git a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb
b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb
new file mode 100644
index 000000000..8cc62240e
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb
@@ -0,0 +1,22 @@
+SUMMARY = "A GObject library for Facebook Graph API"
+SECTION = "x11/gnome"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=5804fe91d3294da4ac47c02b454bbc8a"
+
+DEPENDS = " \
+ glib-2.0 \
+ json-glib \
+ rest \
+ gnome-online-accounts \
+"
+
+inherit gnomebase gtk-doc gobject-introspection
+
+SRC_URI[archive.md5sum] = "c38af63e49f8fe8baad99537956b69ba"
+SRC_URI[archive.sha256sum] =
"6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379"
+
+do_install_append() {
+ # they install all the autotools files (NEWS AUTHORS..) to /usr/doc which
+ # is not a standard path exactly
+ rm -rf ${D}${prefix}/doc
+}
--
2.21.3
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#84712):
https://lists.openembedded.org/g/openembedded-devel/message/84712
Mute This Topic: https://lists.openembedded.org/mt/74615620/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-