[oe-commits] Marcin Juszkiewicz : gtk+: stage gtk-builder-convert to get gnome-keyring built

GIT User account git at amethyst.openembedded.net
Mon Mar 30 13:27:38 UTC 2009


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

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Mon Mar 30 14:28:23 2009 +0200

gtk+: stage gtk-builder-convert to get gnome-keyring built

---

 recipes/gtk+/gtk+_2.16.0.bb |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/recipes/gtk+/gtk+_2.16.0.bb b/recipes/gtk+/gtk+_2.16.0.bb
index 7841354..c6505ef 100644
--- a/recipes/gtk+/gtk+_2.16.0.bb
+++ b/recipes/gtk+/gtk+_2.16.0.bb
@@ -1,6 +1,7 @@
 require gtk+.inc
 
 DEPENDS += "cairo jasper"
+PR = "r1"
 
 # disabled per default - this uses as little patches as possible
 DEFAULT_PREFERENCE = "-1" 
@@ -43,3 +44,11 @@ RPROVIDES_${PN} = "libgailutil18"
 RCONFLICTS_${PN} = "libgailutil18"
 RREPLACES_${PN} = "libgailutil18"
 
+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}
+
+}





More information about the Openembedded-commits mailing list