| Submitter | Constantin Musca |
|---|---|
| Date | Jan. 7, 2013, 2:47 p.m. |
| Message ID | <1357570055-1570-1-git-send-email-constantinx.musca@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/42213/ |
| State | Accepted |
| Commit | 337add4a13275b906a98476321f48d75141c5399 |
| Headers | show |
Comments
Patch
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"
- add postinst using gsettings.bbclass - modify the recipe according to the meta-gnome variant Signed-off-by: Constantin Musca <constantinx.musca@intel.com> --- meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.7.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)