[OE-core] [PATCH 1/2] gio-module-cache.bbclass: disable update_gio_module_cache postinst script for nativesdk

Martin Jansa martin.jansa at gmail.com
Tue Mar 20 12:10:16 UTC 2018


* 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 <Martin.Jansa at gmail.com>
---
 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




More information about the Openembedded-core mailing list