From: Andreas Müller Date: Mon, 29 Apr 2013 14:50:06 +0000 (+0200) Subject: dconf: fix/remove postinst by inheriting gsettings X-Git-Tag: rev_ivi_2015_02_04~3211 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91d9b69bbf8de5b762bb0ce44d65becab25a284d;p=scm%2Fbb%2Ftizen-distro.git dconf: fix/remove postinst by inheriting gsettings (From meta-openembedded rev: f06c454faa2cb798d3ab87ed392d827363022930) Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- diff --git a/meta-openembedded/meta-gnome/recipes-gnome/dconf/dconf_0.7.5.bb b/meta-openembedded/meta-gnome/recipes-gnome/dconf/dconf_0.7.5.bb index ba14e88..7d11cf8 100644 --- a/meta-openembedded/meta-gnome/recipes-gnome/dconf/dconf_0.7.5.bb +++ b/meta-openembedded/meta-gnome/recipes-gnome/dconf/dconf_0.7.5.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" SECTION = "x11/gnome" -inherit gnome +inherit gnome gsettings SRC_URI[archive.md5sum] = "d784f8afca04473d194a72047595c28e" SRC_URI[archive.sha256sum] = "e2103e8207744903790e9fac6427fa394bb485a0c7f4e0d03b0fb43268c34f33" @@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 gtk+3" inherit vala -PR = "r1" +PR = "r2" PACKAGES =+ "dconf-editor" @@ -21,11 +21,3 @@ FILES_${PN} += "${datadir}/dbus-1/ \ ${libdir}/gio/modules/*.so \ " FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/libdconfsettings.so" - -pkg_postinst_${PN} () { -if [ -n "$D" ]; then - exit 1 -fi - -glib-compile-schemas ${datadir}/glib-2.0/schemas -}