diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-22 21:38:09 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-22 21:45:28 +0000 |
commit | be9262233975911e404f6fcdb3c81ba916d28e32 (patch) | |
tree | 2149a99c8d1116e8811d2fc9efad3f973971dd9b /meta/recipes-gnome/gtk+ | |
parent | d26cbff22a3dfc3f5682b44d6e753f1c4091a56d (diff) | |
download | poky-be9262233975911e404f6fcdb3c81ba916d28e32.tar.gz |
Remove all comments from multiline expressions (as mentioned in bug #704)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk+')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+_2.12.7.bb | 11 | ||||
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+_2.16.6.bb | 22 | ||||
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+_2.22.1.bb | 20 |
3 files changed, 28 insertions, 25 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.12.7.bb b/meta/recipes-gnome/gtk+/gtk+_2.12.7.bb index 7f242d94df..7c72a09257 100644 --- a/meta/recipes-gnome/gtk+/gtk+_2.12.7.bb +++ b/meta/recipes-gnome/gtk+/gtk+_2.12.7.bb | |||
@@ -16,13 +16,14 @@ SRC_URI = "http://download.gnome.org/sources/gtk+/2.12/gtk+-${PV}.tar.bz2 \ | |||
16 | file://filechooser-props.patch;patch=1 \ | 16 | file://filechooser-props.patch;patch=1 \ |
17 | file://filechooser-default.patch;patch=1 \ | 17 | file://filechooser-default.patch;patch=1 \ |
18 | file://filechooser-sizefix.patch;patch=1 \ | 18 | file://filechooser-sizefix.patch;patch=1 \ |
19 | " | ||
19 | # temporary | 20 | # temporary |
20 | # file://gtklabel-resize-patch;patch=1 \ | 21 | # file://gtklabel-resize-patch;patch=1 |
21 | # file://menu-deactivate.patch;patch=1 \ | 22 | # file://menu-deactivate.patch;patch=1 |
22 | # file://combo-arrow-size.patch;patch=1;pnum=0 \ | 23 | # file://combo-arrow-size.patch;patch=1;pnum=0 |
23 | # die die die | 24 | # die die die |
24 | # file://pangoxft2.10.6.diff;patch=1 \ | 25 | # file://pangoxft2.10.6.diff;patch=1 |
25 | " | 26 | |
26 | 27 | ||
27 | EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest --enable-display-migration" | 28 | EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest --enable-display-migration" |
28 | 29 | ||
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.16.6.bb b/meta/recipes-gnome/gtk+/gtk+_2.16.6.bb index 5060829e4b..deea3d07cd 100644 --- a/meta/recipes-gnome/gtk+/gtk+_2.16.6.bb +++ b/meta/recipes-gnome/gtk+/gtk+_2.16.6.bb | |||
@@ -10,18 +10,20 @@ SRC_URI = "http://download.gnome.org/sources/gtk+/2.16/gtk+-${PV}.tar.bz2 \ | |||
10 | file://cellrenderer-cairo.patch;patch=1;pnum=0 \ | 10 | file://cellrenderer-cairo.patch;patch=1;pnum=0 \ |
11 | file://toggle-font.diff;patch=1;pnum=0 \ | 11 | file://toggle-font.diff;patch=1;pnum=0 \ |
12 | file://0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch;patch=1 \ | 12 | file://0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch;patch=1 \ |
13 | # TO MERGE | ||
14 | # file://entry-cairo.patch;patch=1;pnum=0 \ | ||
15 | # file://filesystem-volumes.patch;patch=1 \ | ||
16 | # file://filechooser-props.patch;patch=1 \ | ||
17 | # file://filechooser-default.patch;patch=1 \ | ||
18 | # file://filechooser-sizefix.patch;patch=1 \ | ||
19 | # temporary | ||
20 | # file://gtklabel-resize-patch;patch=1 \ | ||
21 | # file://menu-deactivate.patch;patch=1 \ | ||
22 | # file://combo-arrow-size.patch;patch=1;pnum=0 \ | ||
23 | file://disable-gio-png-sniff-test.diff;patch=1 \ | 13 | file://disable-gio-png-sniff-test.diff;patch=1 \ |
24 | " | 14 | " |
15 | # TO MERGE | ||
16 | # file://entry-cairo.patch;patch=1;pnum=0 | ||
17 | # file://filesystem-volumes.patch;patch=1 | ||
18 | # file://filechooser-props.patch;patch=1 | ||
19 | # file://filechooser-default.patch;patch=1 | ||
20 | # file://filechooser-sizefix.patch;patch=1 | ||
21 | # temporary | ||
22 | # file://gtklabel-resize-patch;patch=1 | ||
23 | # file://menu-deactivate.patch;patch=1 | ||
24 | # file://combo-arrow-size.patch;patch=1;pnum=0 | ||
25 | |||
26 | |||
25 | 27 | ||
26 | EXTRA_OECONF = "--without-libtiff --without-libjasper --disable-xkb --disable-glibtest --disable-cups" | 28 | EXTRA_OECONF = "--without-libtiff --without-libjasper --disable-xkb --disable-glibtest --disable-cups" |
27 | 29 | ||
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.22.1.bb b/meta/recipes-gnome/gtk+/gtk+_2.22.1.bb index e311a8cc44..9ae762da35 100644 --- a/meta/recipes-gnome/gtk+/gtk+_2.22.1.bb +++ b/meta/recipes-gnome/gtk+/gtk+_2.22.1.bb | |||
@@ -15,18 +15,18 @@ SRC_URI = "http://download.gnome.org/sources/gtk+/2.22/gtk+-${PV}.tar.bz2 \ | |||
15 | file://toggle-font.diff;patch=1;pnum=0 \ | 15 | file://toggle-font.diff;patch=1;pnum=0 \ |
16 | file://0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch;patch=1 \ | 16 | file://0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch;patch=1 \ |
17 | file://doc-fixes.patch \ | 17 | file://doc-fixes.patch \ |
18 | " | ||
18 | # TO MERGE | 19 | # TO MERGE |
19 | # file://entry-cairo.patch;patch=1;pnum=0 \ | 20 | # file://entry-cairo.patch;patch=1;pnum=0 |
20 | # file://filesystem-volumes.patch;patch=1 \ | 21 | # file://filesystem-volumes.patch;patch=1 |
21 | # file://filechooser-props.patch;patch=1 \ | 22 | # file://filechooser-props.patch;patch=1 |
22 | # file://filechooser-default.patch;patch=1 \ | 23 | # file://filechooser-default.patch;patch=1 |
23 | # file://filechooser-sizefix.patch;patch=1 \ | 24 | # file://filechooser-sizefix.patch;patch=1 |
24 | # temporary | 25 | # temporary |
25 | # file://gtklabel-resize-patch;patch=1 \ | 26 | # file://gtklabel-resize-patch;patch=1 |
26 | # file://menu-deactivate.patch;patch=1 \ | 27 | # file://menu-deactivate.patch;patch=1 |
27 | # file://combo-arrow-size.patch;patch=1;pnum=0 \ | 28 | # file://combo-arrow-size.patch;patch=1;pnum=0 |
28 | # file://configurefix.patch;patch=1 \ | 29 | # file://configurefix.patch;patch=1 |
29 | " | ||
30 | 30 | ||
31 | SRC_URI[md5sum] = "fdce46ba354c155230b7d4090b17f7d9" | 31 | SRC_URI[md5sum] = "fdce46ba354c155230b7d4090b17f7d9" |
32 | SRC_URI[sha256sum] = "965bc124f0d25087c4cb2a64cbfd7e4f896e05be8d560fbba68dd8685ba24d07" | 32 | SRC_URI[sha256sum] = "965bc124f0d25087c4cb2a64cbfd7e4f896e05be8d560fbba68dd8685ba24d07" |