gtk+-2.8.16 : fixed problematic " in SRC_URI:
authorDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>
Thu, 23 Apr 2009 14:29:52 +0000 (16:29 +0200)
committerDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>
Thu, 23 Apr 2009 14:31:13 +0000 (16:31 +0200)
there was a suplementary " in SRC_URI that made it fail at:
run.staging_helper.16868: line 869: syntax error near unexpected token `else'

recipes/gtk+/gtk+_2.8.16.bb

index fd25122..8eac914 100644 (file)
@@ -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"