Can you file a bug for this? Probably best to fix instead of working around, as this leaves gio modules broken. Ross On 20 March 2018 at 12:10, Martin Jansa wrote: > * it fails to find postinst_intercept dir: > NOTE: IMAGE/1.0.0-1-r3/sdk/image///usr/lib/opkg/info/nativesdk-libglib-2.0-0.postinst: > 4: > IMAGE/1.0.0-1-r3/sdk/image///usr/lib/opkg/info/nativesdk- > libglib-2.0-0.postinst: > IMAGE/1.0.0-1-r3/intercept_scripts/postinst_intercept: not found > > Signed-off-by: Martin Jansa > --- > meta/classes/gio-module-cache.bbclass | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/classes/gio-module-cache.bbclass > b/meta/classes/gio-module-cache.bbclass > index a8190b7b89..179090d32e 100644 > --- a/meta/classes/gio-module-cache.bbclass > +++ b/meta/classes/gio-module-cache.bbclass > @@ -2,6 +2,7 @@ PACKAGE_WRITE_DEPS += "qemu-native" > inherit qemu > > GIO_MODULE_PACKAGES ??= "${PN}" > +GIO_MODULE_PACKAGES_class-nativesdk = "" > > gio_module_cache_common() { > if [ "x$D" != "x" ]; then > -- > 2.15.1 > > -- > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-core >