From: Kyle Russell <bkylerussell@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 2/2] librsvg: Add missing pixbufcache dependencies
Date: Tue, 11 Oct 2016 10:17:17 -0400 [thread overview]
Message-ID: <1476195437-24040-2-git-send-email-bkylerussell@gmail.com> (raw)
In-Reply-To: <1476195437-24040-1-git-send-email-bkylerussell@gmail.com>
Forces do_populate_sysroot_setscene to run for libxdmcp-native and
pixman-native before the pixbufcache sstate postinst hook so that the
svg pixbufloader has all of its dependencies available.
g_module_open() failed for libpixbufloader-svg.so: libpixman-1.so.0:
cannot open shared object file: No such file or directory
g_module_open() failed for libpixbufloader-svg.so: libXdmcp.so.6:
cannot open shared object file: No such file or directory
Signed-off-by: Kyle Russell <bkylerussell@gmail.com>
---
meta/recipes-gnome/librsvg/librsvg_2.40.16.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.16.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.16.bb
index ed54d9d..3015f1b 100644
--- a/meta/recipes-gnome/librsvg/librsvg_2.40.16.bb
+++ b/meta/recipes-gnome/librsvg/librsvg_2.40.16.bb
@@ -42,4 +42,4 @@ FILES_librsvg-gtk = "${libdir}/gdk-pixbuf-2.0/*/*/*.so"
PIXBUF_PACKAGES = "librsvg-gtk"
-PIXBUFCACHE_SYSROOT_DEPS_append_class-native = " harfbuzz-native:do_populate_sysroot_setscene pango-native:do_populate_sysroot_setscene icu-native:do_populate_sysroot_setscene"
+PIXBUFCACHE_SYSROOT_DEPS_append_class-native = " harfbuzz-native:do_populate_sysroot_setscene pango-native:do_populate_sysroot_setscene icu-native:do_populate_sysroot_setscene libxdmcp-native:do_populate_sysroot_setscene pixman-native:do_populate_sysroot_setscene"
--
2.7.4
next prev parent reply other threads:[~2016-10-11 14:17 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-11 14:17 [PATCH 1/2] pixbufcache: Ensure sysroot dependencies are satisfied Kyle Russell
2016-10-11 14:17 ` Kyle Russell [this message]
2016-10-11 14:57 ` [PATCH 2/2] librsvg: Add missing pixbufcache dependencies Burton, Ross
2016-10-11 16:44 ` Kyle Russell
2016-10-13 13:09 ` Burton, Ross
2016-10-14 9:55 ` Kyle Russell
2016-11-10 13:58 ` Kyle Russell
2016-10-11 18:29 ` [PATCH 1/2] pixbufcache: Ensure sysroot dependencies are satisfied Martin Jansa
2016-10-11 18:51 ` Kyle Russell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1476195437-24040-2-git-send-email-bkylerussell@gmail.com \
--to=bkylerussell@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox