From: Richard Purdie Date: Sat, 16 May 2009 11:03:17 +0000 (+0100) Subject: gtk+: Install the gtk-builder-convert python script somewhere where the system will... X-Git-Tag: 2011-1~7513 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e423eadb0ff65496d5ca24b12abc7080123db536;p=openembedded-core.git gtk+: Install the gtk-builder-convert python script somewhere where the system will find it --- diff --git a/meta/packages/gtk+/gtk+.inc b/meta/packages/gtk+/gtk+.inc index c3f454829a..1d0fa3919e 100644 --- a/meta/packages/gtk+/gtk+.inc +++ b/meta/packages/gtk+/gtk+.inc @@ -58,6 +58,8 @@ do_stage () { install -m 0644 gtk/gtkfilechooserprivate.h ${STAGING_INCDIR}/gtk-2.0/gtk/ install -m 0644 gtk/gtkfilechooserutils.h ${STAGING_INCDIR}/gtk-2.0/gtk/ install -m 0644 gtk/gtkfilesystemmodel.h ${STAGING_INCDIR}/gtk-2.0/gtk/ + + install -m 755 gtk/gtk-builder-convert ${STAGING_BINDIR_NATIVE} } do_install_append () { diff --git a/meta/packages/gtk+/gtk+_2.14.2.bb b/meta/packages/gtk+/gtk+_2.14.2.bb index 9bad223f5b..f5190c5849 100644 --- a/meta/packages/gtk+/gtk+_2.14.2.bb +++ b/meta/packages/gtk+/gtk+_2.14.2.bb @@ -1,6 +1,6 @@ require gtk+.inc -PR = "r1" +PR = "r2" SRC_URI = "http://download.gnome.org/sources/gtk+/2.14/gtk+-${PV}.tar.bz2 \ file://xsettings.patch;patch=1 \