]> code.ossystems Code Review - openembedded-core.git/commitdiff
gsettings-desktop-schemas: add missing elements from meta-gnome
authorConstantin Musca <constantinx.musca@intel.com>
Mon, 7 Jan 2013 14:47:35 +0000 (16:47 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Jan 2013 14:56:47 +0000 (14:56 +0000)
- 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>
meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb

index 720858ac5caa92ce4bdd9967395cb7278a745ac9..874f9cb1ae9657b79fccfc1593bbc71274cfd59b 100644 (file)
@@ -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"