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-11 23:38:05 +0100 |
commit | ab1150773cd6298ba28a117536c3fcd2cfd32789 (patch) | |
tree | 34c9004c3db8619af46b834c685326de0df6a9e7 /meta/recipes-gnome/gsettings-desktop-schemas | |
parent | a57e1dae8c07d1c7baa313677417efa09560fe34 (diff) | |
download | openembedded-core-ab1150773cd6298ba28a117536c3fcd2cfd32789.tar.gz openembedded-core-ab1150773cd6298ba28a117536c3fcd2cfd32789.tar.bz2 openembedded-core-ab1150773cd6298ba28a117536c3fcd2cfd32789.zip |
gsettings-desktop-schemas: add a recipe from meta-gnome
gsettings-desktop-schemas is a dependency of epiphany
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta/recipes-gnome/gsettings-desktop-schemas')
-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 @@ +SUMMARY = "GNOME desktop-wide GSettings schemas" +HOMEPAGE = "http://live.gnome.org/gsettings-desktop-schemas" +BUGTRACKER = "https://bugzilla.gnome.org/" + +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +DEPENDS = "glib-2.0 intltool-native gobject-introspection-stub-native" + +inherit gnomebase gsettings gettext + +SRC_URI[archive.md5sum] = "baebbcf3c20591f98876e42fb0a3fd35" +SRC_URI[archive.sha256sum] = "74fe9fdad510c8a6666febeceb7ebafc581ef990b3afcc8c1e8b5d90b24b3461" |