[oe-commits] Constantin Musca : gsettings-desktop-schemas: add missing elements from meta-gnome

git at git.openembedded.org git at git.openembedded.org
Mon Jan 7 17:44:37 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 337add4a13275b906a98476321f48d75141c5399
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=337add4a13275b906a98476321f48d75141c5399

Author: Constantin Musca <constantinx.musca at intel.com>
Date:   Mon Jan  7 16:47:35 2013 +0200

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 at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../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 720858a..874f9cb 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"
 





More information about the Openembedded-commits mailing list