aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk+
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-08-18 00:17:52 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-23 18:23:13 -0700
commit4e108857e0d40105f7ecbc55e99bd6c367bb7386 (patch)
treee57e25f8c643b623de37b71c617a027e671984b8 /meta/recipes-gnome/gtk+
parentc70ebd6f8ff34071febeb132c8bc4df220e328da (diff)
downloadopenembedded-core-4e108857e0d40105f7ecbc55e99bd6c367bb7386.tar.gz
recipes: Delete patch=1, its default and replace pnum with striplevel
Some place pnum=1 is used which is removed as well since striplevel=1 is default Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-gnome/gtk+')
-rw-r--r--meta/recipes-gnome/gtk+/gtk+_2.12.7.bb34
-rw-r--r--meta/recipes-gnome/gtk+/gtk+_2.16.6.bb32
-rw-r--r--meta/recipes-gnome/gtk+/gtk+_2.22.1.bb32
3 files changed, 49 insertions, 49 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.12.7.bb b/meta/recipes-gnome/gtk+/gtk+_2.12.7.bb
index 7c72a09257..7de748c0b9 100644
--- a/meta/recipes-gnome/gtk+/gtk+_2.12.7.bb
+++ b/meta/recipes-gnome/gtk+/gtk+_2.12.7.bb
@@ -3,26 +3,26 @@ require gtk+.inc
PR = "r11"
SRC_URI = "http://download.gnome.org/sources/gtk+/2.12/gtk+-${PV}.tar.bz2 \
- file://xsettings.patch;patch=1 \
- file://run-iconcache.patch;patch=1 \
- file://disable-print.patch;patch=1 \
- file://hardcoded_libtool.patch;patch=1 \
- file://no-demos.patch;patch=1 \
- file://cellrenderer-cairo.patch;patch=1;pnum=0 \
- file://entry-cairo.patch;patch=1;pnum=0 \
- file://toggle-font.diff;patch=1;pnum=0 \
- file://scrolled-placement.patch;patch=1;pnum=0 \
- file://filesystem-volumes.patch;patch=1 \
- file://filechooser-props.patch;patch=1 \
- file://filechooser-default.patch;patch=1 \
- file://filechooser-sizefix.patch;patch=1 \
+ file://xsettings.patch \
+ file://run-iconcache.patch \
+ file://disable-print.patch \
+ file://hardcoded_libtool.patch \
+ file://no-demos.patch \
+ file://cellrenderer-cairo.patch;striplevel=0 \
+ file://entry-cairo.patch;striplevel=0 \
+ file://toggle-font.diff;striplevel=0 \
+ file://scrolled-placement.patch;striplevel=0 \
+ file://filesystem-volumes.patch \
+ file://filechooser-props.patch \
+ file://filechooser-default.patch \
+ file://filechooser-sizefix.patch \
"
# temporary
-# file://gtklabel-resize-patch;patch=1
-# file://menu-deactivate.patch;patch=1
-# file://combo-arrow-size.patch;patch=1;pnum=0
+# file://gtklabel-resize-patch
+# file://menu-deactivate.patch
+# file://combo-arrow-size.patch;striplevel=0
# die die die
-# file://pangoxft2.10.6.diff;patch=1
+# file://pangoxft2.10.6.diff
EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest --enable-display-migration"
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.16.6.bb b/meta/recipes-gnome/gtk+/gtk+_2.16.6.bb
index deea3d07cd..18f61e762b 100644
--- a/meta/recipes-gnome/gtk+/gtk+_2.16.6.bb
+++ b/meta/recipes-gnome/gtk+/gtk+_2.16.6.bb
@@ -3,25 +3,25 @@ require gtk+.inc
PR = "r7"
SRC_URI = "http://download.gnome.org/sources/gtk+/2.16/gtk+-${PV}.tar.bz2 \
- file://xsettings.patch;patch=1 \
- file://run-iconcache.patch;patch=1 \
- file://hardcoded_libtool.patch;patch=1 \
- file://no-demos.patch;patch=1 \
- file://cellrenderer-cairo.patch;patch=1;pnum=0 \
- file://toggle-font.diff;patch=1;pnum=0 \
- file://0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch;patch=1 \
- file://disable-gio-png-sniff-test.diff;patch=1 \
+ file://xsettings.patch \
+ file://run-iconcache.patch \
+ file://hardcoded_libtool.patch \
+ file://no-demos.patch \
+ file://cellrenderer-cairo.patch;striplevel=0 \
+ file://toggle-font.diff;striplevel=0 \
+ file://0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch \
+ file://disable-gio-png-sniff-test.diff \
"
# TO MERGE
-# file://entry-cairo.patch;patch=1;pnum=0
-# file://filesystem-volumes.patch;patch=1
-# file://filechooser-props.patch;patch=1
-# file://filechooser-default.patch;patch=1
-# file://filechooser-sizefix.patch;patch=1
+# file://entry-cairo.patch;striplevel=0
+# file://filesystem-volumes.patch
+# file://filechooser-props.patch
+# file://filechooser-default.patch
+# file://filechooser-sizefix.patch
# temporary
-# file://gtklabel-resize-patch;patch=1
-# file://menu-deactivate.patch;patch=1
-# file://combo-arrow-size.patch;patch=1;pnum=0
+# file://gtklabel-resize-patch
+# file://menu-deactivate.patch
+# file://combo-arrow-size.patch;striplevel=0
diff --git a/meta/recipes-gnome/gtk+/gtk+_2.22.1.bb b/meta/recipes-gnome/gtk+/gtk+_2.22.1.bb
index 246606fca5..55620d2930 100644
--- a/meta/recipes-gnome/gtk+/gtk+_2.22.1.bb
+++ b/meta/recipes-gnome/gtk+/gtk+_2.22.1.bb
@@ -7,26 +7,26 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
PR = "r2"
SRC_URI = "http://download.gnome.org/sources/gtk+/2.22/gtk+-${PV}.tar.bz2 \
- file://xsettings.patch;patch=1 \
- file://run-iconcache.patch;patch=1 \
- file://hardcoded_libtool.patch;patch=1 \
- file://no-demos.patch;patch=1 \
- file://cellrenderer-cairo.patch;patch=1;pnum=0 \
- file://toggle-font.diff;patch=1;pnum=0 \
- file://0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch;patch=1 \
+ file://xsettings.patch \
+ file://run-iconcache.patch \
+ file://hardcoded_libtool.patch \
+ file://no-demos.patch \
+ file://cellrenderer-cairo.patch;striplevel=0 \
+ file://toggle-font.diff;striplevel=0 \
+ file://0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch \
file://doc-fixes.patch \
"
# TO MERGE
-# file://entry-cairo.patch;patch=1;pnum=0
-# file://filesystem-volumes.patch;patch=1
-# file://filechooser-props.patch;patch=1
-# file://filechooser-default.patch;patch=1
-# file://filechooser-sizefix.patch;patch=1
+# file://entry-cairo.patch;striplevel=0
+# file://filesystem-volumes.patch
+# file://filechooser-props.patch
+# file://filechooser-default.patch
+# file://filechooser-sizefix.patch
# temporary
-# file://gtklabel-resize-patch;patch=1
-# file://menu-deactivate.patch;patch=1
-# file://combo-arrow-size.patch;patch=1;pnum=0
-# file://configurefix.patch;patch=1
+# file://gtklabel-resize-patch
+# file://menu-deactivate.patch
+# file://combo-arrow-size.patch;striplevel=0
+# file://configurefix.patch
SRC_URI[md5sum] = "fdce46ba354c155230b7d4090b17f7d9"
SRC_URI[sha256sum] = "965bc124f0d25087c4cb2a64cbfd7e4f896e05be8d560fbba68dd8685ba24d07"