diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-31 17:14:17 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-31 17:16:28 +0100 |
commit | 741a2834cb11bb498aef4522e1857a35e14c8da6 (patch) | |
tree | b876770015f72fb64c024f8a949b94eb0a29d876 /recipes/gtk+/gtk+_2.16.4.bb | |
parent | c6d759bc19db2f2027309137f67b2618fcfdb564 (diff) |
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.16.4.bb')
-rw-r--r-- | recipes/gtk+/gtk+_2.16.4.bb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes/gtk+/gtk+_2.16.4.bb b/recipes/gtk+/gtk+_2.16.4.bb index 34d4491d66..470bd06882 100644 --- a/recipes/gtk+/gtk+_2.16.4.bb +++ b/recipes/gtk+/gtk+_2.16.4.bb @@ -42,11 +42,3 @@ RCONFLICTS_${PN}-dbg = "libgailutil-dbg" RREPLACES_${PN}-dbg = "libgailutil-dbg" # FIXME: replace locales as well -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} - -} |