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 14:56:47 +0000 |
commit | 337add4a13275b906a98476321f48d75141c5399 (patch) | |
tree | da4a959f4a0cfedf19d9eb85a1e4eab44f8b26a7 /meta/recipes-gnome/gnome | |
parent | 74b82fd4cc3e5eec611800935f1c89db3bac9971 (diff) | |
download | openembedded-core-337add4a13275b906a98476321f48d75141c5399.tar.gz openembedded-core-337add4a13275b906a98476321f48d75141c5399.tar.bz2 openembedded-core-337add4a13275b906a98476321f48d75141c5399.zip |
gsettings-desktop-schemas: add missing elements from meta-gnome
- add postinst using gsettings.bbclass
- modify the recipe according to the meta-gnome variant
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-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/" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" +PR = "r1" DEPENDS = "glib-2.0" -inherit gnome pkgconfig autotools gettext +inherit gnome gsettings gettext GNOME_COMPRESS_TYPE = "xz" |