diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2013-01-07 16:47:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 17:38:23 +0000 |
commit | 1d1884570b4e0d78ba443597105b4222484bc506 (patch) | |
tree | 568a5e52c060fc6ce8d7c6f0b6cc807ed0e54a57 | |
parent | 5b658729eff73963262dda4d6c683fdd023b8d04 (diff) | |
download | poky-1d1884570b4e0d78ba443597105b4222484bc506.tar.gz |
gsettings-desktop-schemas: add missing elements from meta-gnome
- add postinst using gsettings.bbclass
- modify the recipe according to the meta-gnome variant
(From OE-Core rev: 337add4a13275b906a98476321f48d75141c5399)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb | 3 |
1 files changed, 2 insertions, 1 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 index 720858ac5c..874f9cb1ae 100644 --- a/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb +++ b/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb | |||
@@ -4,10 +4,11 @@ BUGTRACKER = "https://bugzilla.gnome.org/" | |||
4 | 4 | ||
5 | LICENSE = "LGPLv2.1" | 5 | LICENSE = "LGPLv2.1" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
7 | PR = "r1" | ||
7 | 8 | ||
8 | DEPENDS = "glib-2.0" | 9 | DEPENDS = "glib-2.0" |
9 | 10 | ||
10 | inherit gnome pkgconfig autotools gettext | 11 | inherit gnome gsettings gettext |
11 | 12 | ||
12 | GNOME_COMPRESS_TYPE = "xz" | 13 | GNOME_COMPRESS_TYPE = "xz" |
13 | 14 | ||