Re: [OE-core] [oe-core][PATCH 1/1] gtk-immodules-cache: add conditional delay_to_first_boot

2018-06-26 Thread Slater, Joseph
-core] [oe-core][PATCH 1/1] gtk-immodules-cache: add conditional delay_to_first_boot 2018-06-26 20:51 GMT+02:00 Joe Slater : > -bindir=${bindir} > +bindir=${bindir} || \ > +$INTERCEPT_DIR/postinst_intercept delay_to_first_boot ${PKG} \ > +mlprefi

Re: [OE-core] [oe-core][PATCH 1/1] gtk-immodules-cache: add conditional delay_to_first_boot

2018-06-26 Thread Alexander Kanavin
2018-06-26 20:51 GMT+02:00 Joe Slater : > -bindir=${bindir} > +bindir=${bindir} || \ > +$INTERCEPT_DIR/postinst_intercept delay_to_first_boot ${PKG} \ > +mlprefix=${MLPREFIX} Please read the postinst_intercept script. It does not actually execute qemu at

[OE-core] [oe-core][PATCH 1/1] gtk-immodules-cache: add conditional delay_to_first_boot

2018-06-26 Thread Joe Slater
We might not be able to execute target code using qemu, so defer to first boot in that case. Signed-off-by: Joe Slater --- meta/classes/gtk-immodules-cache.bbclass | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/classes/gtk-immodules-cache.bbclass