diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-08-18 00:17:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-23 18:23:30 -0700 |
commit | a0dc330b4abbb31c3c131a4cb1762555e5e109a1 (patch) | |
tree | 04519316f9d3aeeab647a8caffac7aa5b7b2700c /meta/recipes-gnome/gnome | |
parent | e30a104c9c26ab47ba91939b585d113873cfb4c5 (diff) | |
download | poky-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/gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-common_2.28.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb | 4 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gobject-introspection_git.bb | 6 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/metacity_2.30.3.bb | 2 |
6 files changed, 9 insertions, 9 deletions
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 | ||
18 | SRC_URI += "file://omf.patch;patch=1" | 18 | SRC_URI += "file://omf.patch" |
19 | 19 | ||
20 | SRC_URI[archive.md5sum] = "30daabb0ca4898fea2647999e7813e8f" | 20 | SRC_URI[archive.md5sum] = "30daabb0ca4898fea2647999e7813e8f" |
21 | SRC_URI[archive.sha256sum] = "dd4817103d23745d00c735dd137951552ba7b576cb8f68e6a529d06661e9b6a1" | 21 | SRC_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 | |||
10 | inherit autotools | 10 | inherit autotools |
11 | PR = "r4" | 11 | PR = "r4" |
12 | 12 | ||
13 | SRC_URI += "file://pkgconfig.patch;patch=1" | 13 | SRC_URI += "file://pkgconfig.patch" |
14 | 14 | ||
15 | SRC_URI[archive.md5sum] = "541858188f80090d12a33b5a7c34d42c" | 15 | SRC_URI[archive.md5sum] = "541858188f80090d12a33b5a7c34d42c" |
16 | SRC_URI[archive.sha256sum] = "37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e8436fd7" | 16 | SRC_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 |
21 | RPROVIDES = "gnome-vfs-plugin-dbus" | 21 | RPROVIDES = "gnome-vfs-plugin-dbus" |
22 | 22 | ||
23 | SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1 \ | 23 | SRC_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 | ||
26 | SRC_URI[archive.md5sum] = "a05fab03eeef10a47dd156b758982f2e" | 26 | SRC_URI[archive.md5sum] = "a05fab03eeef10a47dd156b758982f2e" |
27 | SRC_URI[archive.sha256sum] = "62de64b5b804eb04104ff98fcd6a8b7276d510a49fbd9c0feb568f8996444faa" | 27 | SRC_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 @@ | |||
1 | SRC_URI = "git://git.gnome.org/gobject-introspection;protocol=git \ | 1 | SRC_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 | ||
5 | SRC_URI_virtclass-native = "git://git.gnome.org/gobject-introspection;protocol=git \ | 5 | SRC_URI_virtclass-native = "git://git.gnome.org/gobject-introspection;protocol=git \ |
6 | file://pathfix.patch;patch=1" | 6 | file://pathfix.patch" |
7 | 7 | ||
8 | LICENSE = "GPLv2+ & LGPLv2+" | 8 | LICENSE = "GPLv2+ & LGPLv2+" |
9 | LIC_FILES_CHKSUM = "file://COPYING.tools;md5=94d55d512a9ba36caa9b7df079bae19f \ | 9 | LIC_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 |
10 | SRC_URI = "${GNOME_MIRROR}/libart_lgpl/2.3/libart_lgpl-${PV}.tar.bz2 \ | 10 | SRC_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 | ||
14 | SRC_URI[md5sum] = "08559ff3c67fd95d57b0c5e91a6b4302" | 14 | SRC_URI[md5sum] = "08559ff3c67fd95d57b0c5e91a6b4302" |
15 | SRC_URI[sha256sum] = "fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa" | 15 | SRC_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 | ||
10 | inherit gnome update-alternatives | 10 | inherit gnome update-alternatives |
11 | 11 | ||
12 | SRC_URI += "file://crosscompile.patch;patch=1" | 12 | SRC_URI += "file://crosscompile.patch" |
13 | SRC_URI[archive.md5sum] = "553784f376d96b902e19ff437cd5b339" | 13 | SRC_URI[archive.md5sum] = "553784f376d96b902e19ff437cd5b339" |
14 | SRC_URI[archive.sha256sum] = "08f887018fa5e447cf184d03bae3fe2c05fdb7583bed6768e3b4d66392fc18dd" | 14 | SRC_URI[archive.sha256sum] = "08f887018fa5e447cf184d03bae3fe2c05fdb7583bed6768e3b4d66392fc18dd" |
15 | 15 | ||