poky/scripts/postinst-intercepts
Alexander Kanavin 4f3b7477a3 gtk-immodules-cache.bbclass: convert cache creation to postinst_intercept mechanism
This has the following benefits:
- consistent with how the other caches are created into target rootfs
- only runs once per package manager transaction, instead of once per every immodule package
- correctly postpones to first boot if qemu is not working; from postinst itself
this would've required special arrangements to avoid what is now a do_rootfs failure.

(From OE-Core rev: cca3c084b6c9bf600d7306e3fe12c4f236b78656)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-18 11:07:58 +01:00
..
delay_to_first_boot postinst_intercepts: add a delay_to_first_boot hook 2018-01-30 11:50:12 +00:00
postinst_intercept postinst_intercept: allow to pass variables with spaces 2015-09-09 14:27:39 +01:00
update_font_cache postinst-intercepts: always use set -e 2016-01-19 17:37:33 +00:00
update_gio_module_cache update_gio_module_cache: Do not chown a non-existing file 2017-04-05 23:22:12 +01:00
update_gtk_immodules_cache gtk-immodules-cache.bbclass: convert cache creation to postinst_intercept mechanism 2018-06-18 11:07:58 +01:00
update_icon_cache gtk-icon-cache: pass the native libdir to the intercept 2015-10-29 07:31:16 +00:00
update_pixbuf_cache postinst-intercepts: always use set -e 2016-01-19 17:37:33 +00:00