summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
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:30 -0700
commita0dc330b4abbb31c3c131a4cb1762555e5e109a1 (patch)
tree04519316f9d3aeeab647a8caffac7aa5b7b2700c /meta/recipes-gnome
parente30a104c9c26ab47ba91939b585d113873cfb4c5 (diff)
downloadpoky-a0dc330b4abbb31c3c131a4cb1762555e5e109a1.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 (From OE-Core rev: 4e108857e0d40105f7ecbc55e99bd6c367bb7386) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb4
-rw-r--r--meta/recipes-gnome/gnome/gnome-common_2.28.0.bb2
-rw-r--r--meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb2
-rw-r--r--meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb4
-rw-r--r--meta/recipes-gnome/gnome/gobject-introspection_git.bb6
-rw-r--r--meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb2
-rw-r--r--meta/recipes-gnome/gnome/metacity_2.30.3.bb2
-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
-rw-r--r--meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb12
-rw-r--r--meta/recipes-gnome/libglade/libglade_2.6.4.bb2
12 files changed, 67 insertions, 67 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb
index e3e18197d6..50597b0ad2 100644
--- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb
+++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb
@@ -12,8 +12,8 @@ DEPENDS = "libpng glib-2.0 jpeg"
12PR = "r1" 12PR = "r1"
13 13
14SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/gdk-pixbuf/2.22/gdk-pixbuf-${PV}.tar.gz \ 14SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/gdk-pixbuf/2.22/gdk-pixbuf-${PV}.tar.gz \
15 file://hardcoded_libtool.patch;patch=1 \ 15 file://hardcoded_libtool.patch \
16 file://configure_fix.patch;patch=1 \ 16 file://configure_fix.patch \
17 " 17 "
18 18
19SRC_URI[md5sum] = "fcfc854e9aec7dbb2bb3059484d44556" 19SRC_URI[md5sum] = "fcfc854e9aec7dbb2bb3059484d44556"
diff --git a/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb b/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb
index c2e1c8279e..570c45a703 100644
--- a/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb
+++ b/meta/recipes-gnome/gnome/gnome-common_2.28.0.bb
@@ -15,7 +15,7 @@ inherit gnome
15# The omf.make file failed if scrollkeeper doesn't happen to be 15# The omf.make file failed if scrollkeeper doesn't happen to be
16# installed 16# installed
17 17
18SRC_URI += "file://omf.patch;patch=1" 18SRC_URI += "file://omf.patch"
19 19
20SRC_URI[archive.md5sum] = "30daabb0ca4898fea2647999e7813e8f" 20SRC_URI[archive.md5sum] = "30daabb0ca4898fea2647999e7813e8f"
21SRC_URI[archive.sha256sum] = "dd4817103d23745d00c735dd137951552ba7b576cb8f68e6a529d06661e9b6a1" 21SRC_URI[archive.sha256sum] = "dd4817103d23745d00c735dd137951552ba7b576cb8f68e6a529d06661e9b6a1"
diff --git a/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb b/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb
index b730daed34..fc891c7624 100644
--- a/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb
+++ b/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb
@@ -10,7 +10,7 @@ inherit gnome
10inherit autotools 10inherit autotools
11PR = "r4" 11PR = "r4"
12 12
13SRC_URI += "file://pkgconfig.patch;patch=1" 13SRC_URI += "file://pkgconfig.patch"
14 14
15SRC_URI[archive.md5sum] = "541858188f80090d12a33b5a7c34d42c" 15SRC_URI[archive.md5sum] = "541858188f80090d12a33b5a7c34d42c"
16SRC_URI[archive.sha256sum] = "37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e8436fd7" 16SRC_URI[archive.sha256sum] = "37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e8436fd7"
diff --git a/meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb b/meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb
index 3ca9c568ee..c09c8beda2 100644
--- a/meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb
+++ b/meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb
@@ -20,8 +20,8 @@ inherit gnome
20# This is to provide compatibility with the gnome-vfs DBus fork 20# This is to provide compatibility with the gnome-vfs DBus fork
21RPROVIDES = "gnome-vfs-plugin-dbus" 21RPROVIDES = "gnome-vfs-plugin-dbus"
22 22
23SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1 \ 23SRC_URI += "file://gconftool-lossage.patch \
24 file://gnome-vfs-no-kerberos.patch;patch=1;pnum=0" 24 file://gnome-vfs-no-kerberos.patch;striplevel=0"
25 25
26SRC_URI[archive.md5sum] = "a05fab03eeef10a47dd156b758982f2e" 26SRC_URI[archive.md5sum] = "a05fab03eeef10a47dd156b758982f2e"
27SRC_URI[archive.sha256sum] = "62de64b5b804eb04104ff98fcd6a8b7276d510a49fbd9c0feb568f8996444faa" 27SRC_URI[archive.sha256sum] = "62de64b5b804eb04104ff98fcd6a8b7276d510a49fbd9c0feb568f8996444faa"
diff --git a/meta/recipes-gnome/gnome/gobject-introspection_git.bb b/meta/recipes-gnome/gnome/gobject-introspection_git.bb
index d5723bf038..5e37255285 100644
--- a/meta/recipes-gnome/gnome/gobject-introspection_git.bb
+++ b/meta/recipes-gnome/gnome/gobject-introspection_git.bb
@@ -1,9 +1,9 @@
1SRC_URI = "git://git.gnome.org/gobject-introspection;protocol=git \ 1SRC_URI = "git://git.gnome.org/gobject-introspection;protocol=git \
2 file://configure.patch;patch=1 \ 2 file://configure.patch \
3 file://pathfix.patch;patch=1" 3 file://pathfix.patch"
4 4
5SRC_URI_virtclass-native = "git://git.gnome.org/gobject-introspection;protocol=git \ 5SRC_URI_virtclass-native = "git://git.gnome.org/gobject-introspection;protocol=git \
6 file://pathfix.patch;patch=1" 6 file://pathfix.patch"
7 7
8LICENSE = "GPLv2+ & LGPLv2+" 8LICENSE = "GPLv2+ & LGPLv2+"
9LIC_FILES_CHKSUM = "file://COPYING.tools;md5=94d55d512a9ba36caa9b7df079bae19f \ 9LIC_FILES_CHKSUM = "file://COPYING.tools;md5=94d55d512a9ba36caa9b7df079bae19f \
diff --git a/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb b/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb
index ddc48c2407..d82ea1920a 100644
--- a/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb
+++ b/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb
@@ -9,7 +9,7 @@ ART_CONFIG = "${HOST_ARCH}/art_config.h"
9# can't use gnome.oeclass due to _ in filename 9# can't use gnome.oeclass due to _ in filename
10SRC_URI = "${GNOME_MIRROR}/libart_lgpl/2.3/libart_lgpl-${PV}.tar.bz2 \ 10SRC_URI = "${GNOME_MIRROR}/libart_lgpl/2.3/libart_lgpl-${PV}.tar.bz2 \
11 file://${ART_CONFIG} \ 11 file://${ART_CONFIG} \
12 file://Makefile.am.patch;patch=1" 12 file://Makefile.am.patch"
13 13
14SRC_URI[md5sum] = "08559ff3c67fd95d57b0c5e91a6b4302" 14SRC_URI[md5sum] = "08559ff3c67fd95d57b0c5e91a6b4302"
15SRC_URI[sha256sum] = "fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa" 15SRC_URI[sha256sum] = "fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa"
diff --git a/meta/recipes-gnome/gnome/metacity_2.30.3.bb b/meta/recipes-gnome/gnome/metacity_2.30.3.bb
index 92ddd6897a..b9ffce0deb 100644
--- a/meta/recipes-gnome/gnome/metacity_2.30.3.bb
+++ b/meta/recipes-gnome/gnome/metacity_2.30.3.bb
@@ -9,7 +9,7 @@ PR = "r2"
9 9
10inherit gnome update-alternatives 10inherit gnome update-alternatives
11 11
12SRC_URI += "file://crosscompile.patch;patch=1" 12SRC_URI += "file://crosscompile.patch"
13SRC_URI[archive.md5sum] = "553784f376d96b902e19ff437cd5b339" 13SRC_URI[archive.md5sum] = "553784f376d96b902e19ff437cd5b339"
14SRC_URI[archive.sha256sum] = "08f887018fa5e447cf184d03bae3fe2c05fdb7583bed6768e3b4d66392fc18dd" 14SRC_URI[archive.sha256sum] = "08f887018fa5e447cf184d03bae3fe2c05fdb7583bed6768e3b4d66392fc18dd"
15 15
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
3PR = "r11" 3PR = "r11"
4 4
5SRC_URI = "http://download.gnome.org/sources/gtk+/2.12/gtk+-${PV}.tar.bz2 \ 5SRC_URI = "http://download.gnome.org/sources/gtk+/2.12/gtk+-${PV}.tar.bz2 \
6 file://xsettings.patch;patch=1 \ 6 file://xsettings.patch \
7 file://run-iconcache.patch;patch=1 \ 7 file://run-iconcache.patch \
8 file://disable-print.patch;patch=1 \ 8 file://disable-print.patch \
9 file://hardcoded_libtool.patch;patch=1 \ 9 file://hardcoded_libtool.patch \
10 file://no-demos.patch;patch=1 \ 10 file://no-demos.patch \
11 file://cellrenderer-cairo.patch;patch=1;pnum=0 \ 11 file://cellrenderer-cairo.patch;striplevel=0 \
12 file://entry-cairo.patch;patch=1;pnum=0 \ 12 file://entry-cairo.patch;striplevel=0 \
13 file://toggle-font.diff;patch=1;pnum=0 \ 13 file://toggle-font.diff;striplevel=0 \
14 file://scrolled-placement.patch;patch=1;pnum=0 \ 14 file://scrolled-placement.patch;striplevel=0 \
15 file://filesystem-volumes.patch;patch=1 \ 15 file://filesystem-volumes.patch \
16 file://filechooser-props.patch;patch=1 \ 16 file://filechooser-props.patch \
17 file://filechooser-default.patch;patch=1 \ 17 file://filechooser-default.patch \
18 file://filechooser-sizefix.patch;patch=1 \ 18 file://filechooser-sizefix.patch \
19 " 19 "
20# temporary 20# temporary
21# file://gtklabel-resize-patch;patch=1 21# file://gtklabel-resize-patch
22# file://menu-deactivate.patch;patch=1 22# file://menu-deactivate.patch
23# file://combo-arrow-size.patch;patch=1;pnum=0 23# file://combo-arrow-size.patch;striplevel=0
24# die die die 24# die die die
25# file://pangoxft2.10.6.diff;patch=1 25# file://pangoxft2.10.6.diff
26 26
27 27
28EXTRA_OECONF = "--without-libtiff --disable-xkb --disable-glibtest --enable-display-migration" 28EXTRA_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
3PR = "r7" 3PR = "r7"
4 4
5SRC_URI = "http://download.gnome.org/sources/gtk+/2.16/gtk+-${PV}.tar.bz2 \ 5SRC_URI = "http://download.gnome.org/sources/gtk+/2.16/gtk+-${PV}.tar.bz2 \
6 file://xsettings.patch;patch=1 \ 6 file://xsettings.patch \
7 file://run-iconcache.patch;patch=1 \ 7 file://run-iconcache.patch \
8 file://hardcoded_libtool.patch;patch=1 \ 8 file://hardcoded_libtool.patch \
9 file://no-demos.patch;patch=1 \ 9 file://no-demos.patch \
10 file://cellrenderer-cairo.patch;patch=1;pnum=0 \ 10 file://cellrenderer-cairo.patch;striplevel=0 \
11 file://toggle-font.diff;patch=1;pnum=0 \ 11 file://toggle-font.diff;striplevel=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 \
13 file://disable-gio-png-sniff-test.diff;patch=1 \ 13 file://disable-gio-png-sniff-test.diff \
14 " 14 "
15# TO MERGE 15# TO MERGE
16# file://entry-cairo.patch;patch=1;pnum=0 16# file://entry-cairo.patch;striplevel=0
17# file://filesystem-volumes.patch;patch=1 17# file://filesystem-volumes.patch
18# file://filechooser-props.patch;patch=1 18# file://filechooser-props.patch
19# file://filechooser-default.patch;patch=1 19# file://filechooser-default.patch
20# file://filechooser-sizefix.patch;patch=1 20# file://filechooser-sizefix.patch
21# temporary 21# temporary
22# file://gtklabel-resize-patch;patch=1 22# file://gtklabel-resize-patch
23# file://menu-deactivate.patch;patch=1 23# file://menu-deactivate.patch
24# file://combo-arrow-size.patch;patch=1;pnum=0 24# file://combo-arrow-size.patch;striplevel=0
25 25
26 26
27 27
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 \
7PR = "r2" 7PR = "r2"
8 8
9SRC_URI = "http://download.gnome.org/sources/gtk+/2.22/gtk+-${PV}.tar.bz2 \ 9SRC_URI = "http://download.gnome.org/sources/gtk+/2.22/gtk+-${PV}.tar.bz2 \
10 file://xsettings.patch;patch=1 \ 10 file://xsettings.patch \
11 file://run-iconcache.patch;patch=1 \ 11 file://run-iconcache.patch \
12 file://hardcoded_libtool.patch;patch=1 \ 12 file://hardcoded_libtool.patch \
13 file://no-demos.patch;patch=1 \ 13 file://no-demos.patch \
14 file://cellrenderer-cairo.patch;patch=1;pnum=0 \ 14 file://cellrenderer-cairo.patch;striplevel=0 \
15 file://toggle-font.diff;patch=1;pnum=0 \ 15 file://toggle-font.diff;striplevel=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 \
17 file://doc-fixes.patch \ 17 file://doc-fixes.patch \
18 " 18 "
19# TO MERGE 19# TO MERGE
20# file://entry-cairo.patch;patch=1;pnum=0 20# file://entry-cairo.patch;striplevel=0
21# file://filesystem-volumes.patch;patch=1 21# file://filesystem-volumes.patch
22# file://filechooser-props.patch;patch=1 22# file://filechooser-props.patch
23# file://filechooser-default.patch;patch=1 23# file://filechooser-default.patch
24# file://filechooser-sizefix.patch;patch=1 24# file://filechooser-sizefix.patch
25# temporary 25# temporary
26# file://gtklabel-resize-patch;patch=1 26# file://gtklabel-resize-patch
27# file://menu-deactivate.patch;patch=1 27# file://menu-deactivate.patch
28# file://combo-arrow-size.patch;patch=1;pnum=0 28# file://combo-arrow-size.patch;striplevel=0
29# file://configurefix.patch;patch=1 29# file://configurefix.patch
30 30
31SRC_URI[md5sum] = "fdce46ba354c155230b7d4090b17f7d9" 31SRC_URI[md5sum] = "fdce46ba354c155230b7d4090b17f7d9"
32SRC_URI[sha256sum] = "965bc124f0d25087c4cb2a64cbfd7e4f896e05be8d560fbba68dd8685ba24d07" 32SRC_URI[sha256sum] = "965bc124f0d25087c4cb2a64cbfd7e4f896e05be8d560fbba68dd8685ba24d07"
diff --git a/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb b/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb
index d6af820265..c5a84d6025 100644
--- a/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb
+++ b/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb
@@ -9,12 +9,12 @@ PV = "2.11.0+svnr${SRCPV}"
9PR = "r1" 9PR = "r1"
10 10
11SRC_URI = "svn://svn.gnome.org/svn/gtkhtml2/;module=trunk;proto=http \ 11SRC_URI = "svn://svn.gnome.org/svn/gtkhtml2/;module=trunk;proto=http \
12 http://svn.o-hand.com/repos/web/trunk/patches/at-import_box-pos.patch;patch=1;pnum=0;maxrev=1157;name=patch1 \ 12 http://svn.o-hand.com/repos/web/trunk/patches/at-import_box-pos.patch;striplevel=0;maxrev=1157;name=patch1 \
13 http://svn.o-hand.com/repos/web/trunk/patches/css-stylesheet-user.patch;patch=1;pnum=0;maxrev=1157;name=patch2 \ 13 http://svn.o-hand.com/repos/web/trunk/patches/css-stylesheet-user.patch;striplevel=0;maxrev=1157;name=patch2 \
14 http://svn.o-hand.com/repos/web/trunk/patches/css-media.patch;patch=1;pnum=0;maxrev=1157;name=patch3 \ 14 http://svn.o-hand.com/repos/web/trunk/patches/css-media.patch;striplevel=0;maxrev=1157;name=patch3 \
15 http://svn.o-hand.com/repos/web/trunk/patches/add-end-element-signal.patch;patch=1;pnum=0;maxrev=1157;name=patch4 \ 15 http://svn.o-hand.com/repos/web/trunk/patches/add-end-element-signal.patch;striplevel=0;maxrev=1157;name=patch4 \
16 http://svn.o-hand.com/repos/web/trunk/patches/add-dom-functions.patch;patch=1;pnum=0;maxrev=1157;name=patch5 \ 16 http://svn.o-hand.com/repos/web/trunk/patches/add-dom-functions.patch;striplevel=0;maxrev=1157;name=patch5 \
17 http://svn.o-hand.com/repos/web/trunk/patches/iain-mem-leak.patch;patch=1;pnum=0;maxrev=1157;name=patch6" 17 http://svn.o-hand.com/repos/web/trunk/patches/iain-mem-leak.patch;striplevel=0;maxrev=1157;name=patch6"
18 18
19SRC_URI[patch1.md5sum] = "160c648e29637f2ed6301f4dfdecce21" 19SRC_URI[patch1.md5sum] = "160c648e29637f2ed6301f4dfdecce21"
20SRC_URI[patch1.sha256sum] = "3ec786e6df9e1a935aff4848b6989cad8f87c1fa8813dc033b338e18b17138d8" 20SRC_URI[patch1.sha256sum] = "3ec786e6df9e1a935aff4848b6989cad8f87c1fa8813dc033b338e18b17138d8"
diff --git a/meta/recipes-gnome/libglade/libglade_2.6.4.bb b/meta/recipes-gnome/libglade/libglade_2.6.4.bb
index 9609528c23..d5b41f29fd 100644
--- a/meta/recipes-gnome/libglade/libglade_2.6.4.bb
+++ b/meta/recipes-gnome/libglade/libglade_2.6.4.bb
@@ -13,7 +13,7 @@ DEPENDS = "gtk+ gtk-doc-native"
13 13
14inherit autotools pkgconfig gnome 14inherit autotools pkgconfig gnome
15 15
16SRC_URI += "file://glade-cruft.patch;patch=1 file://no-xml2.patch;patch=1" 16SRC_URI += "file://glade-cruft.patch file://no-xml2.patch"
17 17
18SRC_URI[archive.md5sum] = "d1776b40f4e166b5e9c107f1c8fe4139" 18SRC_URI[archive.md5sum] = "d1776b40f4e166b5e9c107f1c8fe4139"
19SRC_URI[archive.sha256sum] = "64361e7647839d36ed8336d992fd210d3e8139882269bed47dc4674980165dec" 19SRC_URI[archive.sha256sum] = "64361e7647839d36ed8336d992fd210d3e8139882269bed47dc4674980165dec"