From: Phil Blundell Date: Thu, 11 Mar 2010 12:29:17 +0000 (+0000) Subject: gtk+: work around problem with loaders not yet being installed at the point where... X-Git-Tag: Release-2010-05/1~358 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf770ec16855bc86488b225c47bf7e75204affcb;p=openembedded.git gtk+: work around problem with loaders not yet being installed at the point where we need to query them --- diff --git a/recipes/gtk+/gtk+.inc b/recipes/gtk+/gtk+.inc index 0444ff2f0d..6c8f0de65c 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() {