[oe-commits] Chris Larson : Revert gtk+-native wrapper commit temporarily

git version control git at git.openembedded.org
Sun Oct 3 15:24:56 UTC 2010


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

Author: Chris Larson <chris_larson at mentor.com>
Date:   Sun Oct  3 08:22:54 2010 -0700

Revert gtk+-native wrapper commit temporarily

---

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

diff --git a/recipes/gtk+/gtk+.inc b/recipes/gtk+/gtk+.inc
index 59b8af4..bb74d78 100644
--- a/recipes/gtk+/gtk+.inc
+++ b/recipes/gtk+/gtk+.inc
@@ -16,7 +16,7 @@ SRC_URI = "http://download.gnome.org/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar.bz2;
 	file://xsettings.patch \
 	"
 
-INC_PR = "r9"
+INC_PR = "r8"
 
 inherit autotools pkgconfig
 
@@ -79,12 +79,8 @@ do_install_virtclass-native () {
 	install -d ${D}${sysconfdir}/gtk-2.0
 	rm -f ${D}${libdir}/gtk-2.0/*/*.la ${D}${libdir}/gtk-2.0/${LIBV}/*/*.la
 
-	create_wrapper ${D}${bindir}/gdk-pixbuf-query-loaders \
-		'"GDK_PIXBUF_MODULEDIR=${STAGING_LIBDIR}/gtk-2.0/${LIBV}/loaders"'
-	${D}${bindir}/gdk-pixbuf-query-loaders > \
-		"${D}${sysconfdir}/gtk-2.0/gdk-pixbuf.loaders"
-	create_wrapper ${D}${bindir}/gdk-pixbuf-csource \
-		'"GDK_PIXBUF_MODULE_FILE=${D}${sysconfdir}/gtk-2.0/gdk-pixbuf.loaders"'
+	mkdir -p "${D}${sysconfdir}/gtk-2.0"
+	${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