[OE-core] [PATCH] gsettings-desktop-schemas: add missing elements from meta-gnome

Burton, Ross ross.burton at intel.com
Mon Jan 7 10:42:08 UTC 2013


On 7 January 2013 09:18, Constantin Musca <constantinx.musca at intel.com> wrote:
> +pkg_postinst_${PN} () {
> +    if [ -n "$D" ]; then
> +        exit 1
> +    fi
> +
> +    glib-compile-schemas ${datadir}/glib-2.0/schemas
> +}

The compiled form is little-endian and we're already built a native
glib-compile-schemas, so you can drop the $D check and perform this
postinst on the build host with glib-compile-schemas
$D${datadir}/glib-2.0/schemas.

Ross




More information about the Openembedded-core mailing list