From patchwork Mon Jan 7 12:05:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2] gsettings-desktop-schemas: add missing elements from meta-gnome Date: Mon, 07 Jan 2013 12:05:25 -0000 From: Constantin Musca X-Patchwork-Id: 42183 Message-Id: <1357560325-8260-1-git-send-email-constantinx.musca@intel.com> To: openembedded-core@lists.openembedded.org - add postinst using gsettings.bbclass - modify the recipe according to the meta-gnome variant Signed-off-by: Constantin Musca --- meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 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..1242741 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,9 @@ 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 GNOME_COMPRESS_TYPE = "xz"