aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtk+/gtk+_2.14.2.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-01-31 17:14:17 +0100
committerKoen Kooi <koen@openembedded.org>2010-01-31 17:16:28 +0100
commit741a2834cb11bb498aef4522e1857a35e14c8da6 (patch)
treeb876770015f72fb64c024f8a949b94eb0a29d876 /recipes/gtk+/gtk+_2.14.2.bb
parentc6d759bc19db2f2027309137f67b2618fcfdb564 (diff)
downloadopenembedded-741a2834cb11bb498aef4522e1857a35e14c8da6.tar.gz
gtk+: don't install the pixbug-csource tool when building -native, it doesn't work properly
* the work around involved cleaning up old recipes as well, new-style staging here we come!
Diffstat (limited to 'recipes/gtk+/gtk+_2.14.2.bb')
-rw-r--r--recipes/gtk+/gtk+_2.14.2.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes/gtk+/gtk+_2.14.2.bb b/recipes/gtk+/gtk+_2.14.2.bb
index a6ba9ce12f..bd23eeab73 100644
--- a/recipes/gtk+/gtk+_2.14.2.bb
+++ b/recipes/gtk+/gtk+_2.14.2.bb
@@ -29,16 +29,6 @@ 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"