[OE-core] [PATCH 0/2] Create GIO module cache on postinst/rm

Jussi Kukkonen jussi.kukkonen at intel.com
Mon Mar 21 18:29:24 UTC 2016


GIO module cache is used by GIO at runtime to avoid opening all modules
just to find out which extension points they implement. The patch
uses gio-querymodules tool to regenerate the cache at postinst/postrm.

So nothing is really broken currently, this is a runtime optimization.

Cheers,
  Jussi

The following changes since commit 068afc5d436c716591a54f7d6e1944d8b6f9a198:

  tzdata: update to 2016b (2016-03-20 23:12:32 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jku/gio-module-cache
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/gio-module-cache

Jussi Kukkonen (2):
  glib-2.0: Install gio-querymodules in main package
  gio-module-cache: Add class for Gio modules

 meta/classes/gio-module-cache.bbclass              | 36 ++++++++++++++++++++++
 meta/recipes-core/glib-2.0/glib.inc                | 12 +++++---
 .../glib-networking/glib-networking_2.46.1.bb      |  2 +-
 meta/recipes-gnome/gnome/gconf_3.2.6.bb            |  2 +-
 .../postinst-intercepts/update_gio_module_cache    |  7 +++++
 5 files changed, 53 insertions(+), 6 deletions(-)
 create mode 100644 meta/classes/gio-module-cache.bbclass
 create mode 100644 scripts/postinst-intercepts/update_gio_module_cache

-- 
2.1.4




More information about the Openembedded-core mailing list