summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>2009-04-23 16:29:52 +0200
committerDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>2009-04-23 16:31:13 +0200
commit5fdfa25604069c306cdbfbedf51277534c3b9e9f (patch)
treee41f11ff6b9c8db0a4ca5d638242400bc2abf102
parenta4f79016c537fc93e5a487d51a22fb4d01e9afe8 (diff)
downloadopenembedded-5fdfa25604069c306cdbfbedf51277534c3b9e9f.tar.gz
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'
-rw-r--r--recipes/gtk+/gtk+_2.8.16.bb2
1 files changed, 1 insertions, 1 deletions
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"