git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2775955
)
gtk+: stage gtk-builder-convert to get gnome-keyring built
author
Marcin Juszkiewicz
<marcin@juszkiewicz.com.pl>
Mon, 30 Mar 2009 12:28:23 +0000
(14:28 +0200)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Mon, 30 Mar 2009 13:23:58 +0000
(15:23 +0200)
recipes/gtk+/gtk+_2.16.0.bb
patch
|
blob
|
history
diff --git
a/recipes/gtk+/gtk+_2.16.0.bb
b/recipes/gtk+/gtk+_2.16.0.bb
index
7841354
..
c6505ef
100644
(file)
--- 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}
+
+}