From: Denis 'Gnutoo' Carikli Date: Thu, 23 Apr 2009 14:29:52 +0000 (+0200) Subject: gtk+-2.8.16 : fixed problematic " in SRC_URI: X-Git-Tag: Release-2010-05/1~3664^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fdfa25604069c306cdbfbedf51277534c3b9e9f;p=openembedded.git gtk+-2.8.16 : fixed problematic " in SRC_URI: there was a suplementary " in SRC_URI that made it fail at: run.staging_helper.16868: line 869: syntax error near unexpected token `else' --- diff --git a/recipes/gtk+/gtk+_2.8.16.bb b/recipes/gtk+/gtk+_2.8.16.bb index fd25122d5c..8eac914ed6 100644 --- a/recipes/gtk+/gtk+_2.8.16.bb +++ b/recipes/gtk+/gtk+_2.8.16.bb @@ -22,7 +22,7 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-${PV}.tar.bz2 \ file://scroll-timings.patch;patch=1 \ file://small-gtkfilesel.patch;patch=1 \ file://migration.patch;patch=1;pnum=0 \ - file://no-demos.patch;patch=1" \ + file://no-demos.patch;patch=1 \ file://gtk+-handhelds.patch;patch=1 \ file://single-click.patch;patch=1"