[oe-commits] Florian Boor : gtk+: Fix preferred 2.14.2 like 2.16.0: stage gtk-builder-convert

GIT User account git at amethyst.openembedded.net
Fri May 8 10:21:11 UTC 2009


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

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Fri May  8 11:52:14 2009 +0200

gtk+: Fix preferred 2.14.2 like 2.16.0: stage gtk-builder-convert

---

 recipes/gtk+/gtk+_2.14.2.bb |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/recipes/gtk+/gtk+_2.14.2.bb b/recipes/gtk+/gtk+_2.14.2.bb
index eb6cc53..0289e2e 100644
--- a/recipes/gtk+/gtk+_2.14.2.bb
+++ b/recipes/gtk+/gtk+_2.14.2.bb
@@ -1,6 +1,6 @@
 require gtk+.inc
 
-PR = "r4"
+PR = "r5"
 
 DEPENDS += "cairo jasper"
 
@@ -39,6 +39,16 @@ python populate_packages_prepend () {
                 bb.data.setVar('PKG_${PN}', 'libgtk-2.0', d)
 }
 
+
+do_stage_append() {
+ 
+ 	# this tool is required by gnome-keyring 2.26.0 to get built
+ 	# it is written in Python and use only Python xml
+ 	install -d ${STAGING_BINDIR_NATIVE}
+ 	install -m 0755 ${S}/gtk/gtk-builder-convert ${STAGING_BINDIR_NATIVE}
+ 
+}
+
 # gail is part of gtk+ since gtk+-2.13.0 (targetting >=GNOME 2.23):
 PROVIDES = "virtual/gail"
 RPROVIDES_${PN} = "libgailutil18"





More information about the Openembedded-commits mailing list