diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-06-04 13:17:51 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-12 22:48:27 +0100 |
commit | e28a9f2887051b2bf26aa95fcdc05a9e7837ea44 (patch) | |
tree | 0ab370649c4e3bfe48b6110e5f0ec423669dc3c2 /meta/recipes-gnome | |
parent | 20963878e6d68e7eab1fd591fba169bd8c979f45 (diff) | |
download | poky-e28a9f2887051b2bf26aa95fcdc05a9e7837ea44.tar.gz |
gcr: add a recipe from meta-gnome
gcr is a dependency of epiphany
(From OE-Core rev: 5bce77d2b3b822b741e67bbca236242285e091d1)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gcr/gcr_3.16.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
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 0000000000..8b5b6e4465 --- /dev/null +++ b/meta/recipes-gnome/gcr/gcr_3.16.0.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | SUMMARY = "A library for bits of crypto UI and parsing etc" | ||
2 | HOMEPAGE = "http://www.gnome.org/" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
4 | |||
5 | LICENSE = "GPLv2" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | ||
7 | |||
8 | DEPENDS = "gtk+3 p11-kit glib-2.0 libgcrypt vala" | ||
9 | |||
10 | inherit autotools gnomebase gtk-icon-cache gtk-doc | ||
11 | |||
12 | SRC_URI[archive.md5sum] = "d5835680be0b6a838e02a528d5378d9c" | ||
13 | SRC_URI[archive.sha256sum] = "ecfe8df41cc88158364bb15addc670b11e539fe844742983629ba2323888d075" | ||
14 | |||
15 | FILES_${PN} += " \ | ||
16 | ${datadir}/dbus-1 \ | ||
17 | ${datadir}/gcr-3 \ | ||
18 | " | ||