diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-06-10 15:41:50 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-12 22:48:28 +0100 |
commit | 77523c0e143a1e996f3208f8cee5da64b324e578 (patch) | |
tree | 9565759021944c71d3dafebceb7ea090aa285069 | |
parent | c52f71c0b6f83b3acfbbfe9646e74d146bbe8213 (diff) | |
download | poky-77523c0e143a1e996f3208f8cee5da64b324e578.tar.gz |
gsettings-desktop-schemas: add a recipe from meta-gnome
gsettings-desktop-schemas is a dependency of epiphany
(From OE-Core rev: ab1150773cd6298ba28a117536c3fcd2cfd32789)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.16.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.16.1.bb b/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.16.1.bb new file mode 100644 index 0000000000..f2f2c75b36 --- /dev/null +++ b/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.16.1.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | SUMMARY = "GNOME desktop-wide GSettings schemas" | ||
2 | HOMEPAGE = "http://live.gnome.org/gsettings-desktop-schemas" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
4 | |||
5 | LICENSE = "LGPLv2.1" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
7 | |||
8 | DEPENDS = "glib-2.0 intltool-native gobject-introspection-stub-native" | ||
9 | |||
10 | inherit gnomebase gsettings gettext | ||
11 | |||
12 | SRC_URI[archive.md5sum] = "baebbcf3c20591f98876e42fb0a3fd35" | ||
13 | SRC_URI[archive.sha256sum] = "74fe9fdad510c8a6666febeceb7ebafc581ef990b3afcc8c1e8b5d90b24b3461" | ||