diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-12-21 14:42:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-31 09:43:20 +0000 |
commit | b48d38c20ce1f55c00c911c00c6febd47c2effcd (patch) | |
tree | aa58bd4a26dbfbd551b7e7c894c8654f6647139b /meta/recipes-gnome | |
parent | 4233009527b73ed38330be1f68dafa845a5b1b09 (diff) | |
download | poky-b48d38c20ce1f55c00c911c00c6febd47c2effcd.tar.gz |
gsettings-desktop-schemas: add recipe
- this is needed by metacity 2.34.13
(From OE-Core rev: 59d7b8b3bdef47c1ad45fc404b1b169b5f2980b7)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb b/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb new file mode 100644 index 0000000000..720858ac5c --- /dev/null +++ b/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | DESCRIPTION = "A collection of GSettings schemas for settings shared by various components of a desktop" | ||
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" | ||
9 | |||
10 | inherit gnome pkgconfig autotools gettext | ||
11 | |||
12 | GNOME_COMPRESS_TYPE = "xz" | ||
13 | |||
14 | SRC_URI[archive.md5sum] = "6dbede8f6112b7e0dd4864e979b91771" | ||
15 | SRC_URI[archive.sha256sum] = "1da53e1b960f08ce4b0d472e6f339b7beaf19a7889c15911775abf4efe2ec760" | ||