[oe-commits] Robert Yang : pixbufcache.bbclass: add harfbuzz-native to PIXBUFCACHE_SYSROOT_DEP

git at git.openembedded.org git at git.openembedded.org
Mon Mar 16 17:42:59 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 892c8d80e7cf36b3a45dca248969d49ce78c0cbf
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=892c8d80e7cf36b3a45dca248969d49ce78c0cbf

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Wed Mar 11 01:35:41 2015 -0700

pixbufcache.bbclass: add harfbuzz-native to PIXBUFCACHE_SYSROOT_DEP

Fixed:
DEBUG: Executing shell function pixbufcache_sstate_postinst
g_module_open() failed for sysroots/x86_64-linux/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: libharfbuzz.so.0: cannot open shared object file: No such file or directory

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/classes/pixbufcache.bbclass | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.bbclass
index b8d75bd..9e6ecc8 100644
--- a/meta/classes/pixbufcache.bbclass
+++ b/meta/classes/pixbufcache.bbclass
@@ -67,6 +67,11 @@ pixbufcache_sstate_postinst() {
 # Packages that use this class should extend this variable with their runtime
 # dependencies.
 PIXBUFCACHE_SYSROOT_DEPS = ""
-PIXBUFCACHE_SYSROOT_DEPS_class-native = "${@['gdk-pixbuf-native:do_populate_sysroot_setscene', '']['${BPN}' == 'gdk-pixbuf']} glib-2.0-native:do_populate_sysroot_setscene libffi-native:do_populate_sysroot_setscene libpng-native:do_populate_sysroot_setscene zlib-native:do_populate_sysroot_setscene"
+PIXBUFCACHE_SYSROOT_DEPS_class-native = "\
+    ${@['gdk-pixbuf-native:do_populate_sysroot_setscene', '']['${BPN}' == 'gdk-pixbuf']} \
+    glib-2.0-native:do_populate_sysroot_setscene libffi-native:do_populate_sysroot_setscene \
+    libpng-native:do_populate_sysroot_setscene zlib-native:do_populate_sysroot_setscene \
+    harfbuzz-native:do_populate_sysroot_setscene \
+    "
 do_populate_sysroot_setscene[depends] += "${PIXBUFCACHE_SYSROOT_DEPS}"
 do_populate_sysroot[depends] += "${@d.getVar('PIXBUFCACHE_SYSROOT_DEPS', True).replace('_setscene','')}"



More information about the Openembedded-commits mailing list