On 7 January 2013 09:18, Constantin Musca <constantinx.mu...@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

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to