[oe-commits] Phil Blundell : gtk+: work around problem with loaders not yet being installed at the point where we need to query them

git version control git at git.openembedded.org
Thu Mar 11 12:29:59 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: cf770ec16855bc86488b225c47bf7e75204affcb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cf770ec16855bc86488b225c47bf7e75204affcb

Author: Phil Blundell <philb at gnu.org>
Date:   Thu Mar 11 12:29:17 2010 +0000

gtk+: work around problem with loaders not yet being installed at the point where we need to query them

---

 recipes/gtk+/gtk+.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gtk+/gtk+.inc b/recipes/gtk+/gtk+.inc
index 0444ff2..6c8f0de 100644
--- a/recipes/gtk+/gtk+.inc
+++ b/recipes/gtk+/gtk+.inc
@@ -80,7 +80,7 @@ do_install_virtclass-native () {
 	rm -f ${D}${libdir}/gtk-2.0/*/*.la ${D}${libdir}/gtk-2.0/${LIBV}/*/*.la
 
 	mkdir -p "${D}${sysconfdir}/gtk-2.0"
-	${B}/gdk-pixbuf/gdk-pixbuf-query-loaders > "${D}${sysconfdir}/gtk-2.0/gdk-pixbuf.loaders"
+	${B}/gdk-pixbuf/gdk-pixbuf-query-loaders ${B}/gdk-pixbuf/.libs/*.so | sed 's:${B}/gdk-pixbuf/.libs:${STAGING_LIBDIR}/gtk-2.0/${LIBV}/loaders:' > "${D}${sysconfdir}/gtk-2.0/gdk-pixbuf.loaders"
 }
 
 postinst_prologue() {





More information about the Openembedded-commits mailing list