diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gsettings-desktop-schemas_3.0.1.bb b/meta-gnome/recipes-gnome/gnome-desktop/gsettings-desktop-schemas_3.0.1.bb new file mode 100644 index 0000000000..ef9bc67e75 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-desktop/gsettings-desktop-schemas_3.0.1.bb @@ -0,0 +1,15 @@ +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +inherit gnome + +RDEPENDS_${PN} = "glib-2.0-utils" + +pkg_postinst_${PN} () { +if [ -n "$D" ]; then + exit 1 +fi + +glib-compile-schemas ${datadir}/glib-2.0/schemas +} +