[oe-commits] Alexander Kanavin : gcr: add a recipe from meta-gnome

git at git.openembedded.org git at git.openembedded.org
Wed Sep 9 21:58:24 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 65eb9a3d7507b311d80e4a10b136083531f1d845
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=65eb9a3d7507b311d80e4a10b136083531f1d845

Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Date:   Thu Jun  4 13:17:51 2015 +0300

gcr: add a recipe from meta-gnome

gcr is a dependency of epiphany

Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>

---

 meta/recipes-gnome/gcr/gcr_3.16.0.bb | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/meta/recipes-gnome/gcr/gcr_3.16.0.bb b/meta/recipes-gnome/gcr/gcr_3.16.0.bb
new file mode 100644
index 0000000..8b5b6e4
--- /dev/null
+++ b/meta/recipes-gnome/gcr/gcr_3.16.0.bb
@@ -0,0 +1,18 @@
+SUMMARY = "A library for bits of crypto UI and parsing etc"
+HOMEPAGE = "http://www.gnome.org/"
+BUGTRACKER = "https://bugzilla.gnome.org/"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
+
+DEPENDS = "gtk+3 p11-kit glib-2.0 libgcrypt vala"
+
+inherit autotools gnomebase gtk-icon-cache gtk-doc
+
+SRC_URI[archive.md5sum] = "d5835680be0b6a838e02a528d5378d9c"
+SRC_URI[archive.sha256sum] = "ecfe8df41cc88158364bb15addc670b11e539fe844742983629ba2323888d075"
+
+FILES_${PN} += " \
+    ${datadir}/dbus-1 \
+    ${datadir}/gcr-3 \
+"



More information about the Openembedded-commits mailing list