diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-29 11:14:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-30 14:52:04 +0000 |
commit | 5e427966756700e596740778f16b96d03e8568c8 (patch) | |
tree | 7c0edf57fd6fbed6a353efdef8dafe0a67ef0b84 /meta/recipes-gnome/gnome | |
parent | 4d3c79df13920b4f095ae12caf43e866318c3143 (diff) | |
download | poky-5e427966756700e596740778f16b96d03e8568c8.tar.gz |
recipes: Remove PR = r0 from all recipes
Remove all PR = "r0" from all .bb files in oe-core. This was done
with the command sed -e '/^PR.*=.*r0\"/d' recipes*/*/*.bb -i
We've switching to the PR server, PR bumps are no longer needed and
this saves people either accidentally bumping them or forgetting to
remove the lines (r0 is the default anyway).
(From OE-Core rev: 58ae94f1b06d0e6234413dbf9869bde85f154c85)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gconf_3.2.6.bb | 1 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-common_3.7.4.bb | 1 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb index 9b22d95261..50285aa645 100644 --- a/meta/recipes-gnome/gnome/gconf_3.2.6.bb +++ b/meta/recipes-gnome/gnome/gconf_3.2.6.bb | |||
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | |||
6 | DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native gobject-introspection-stub" | 6 | DEPENDS = "glib-2.0 dbus dbus-glib libxml2 intltool-native gobject-introspection-stub" |
7 | DEPENDS_class-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native gobject-introspection-stub-native" | 7 | DEPENDS_class-native = "glib-2.0-native dbus-native dbus-glib-native libxml2-native intltool-native gnome-common-native gobject-introspection-stub-native" |
8 | 8 | ||
9 | PR = "r0" | ||
10 | 9 | ||
11 | inherit gnomebase gtk-doc gettext | 10 | inherit gnomebase gtk-doc gettext |
12 | 11 | ||
diff --git a/meta/recipes-gnome/gnome/gnome-common_3.7.4.bb b/meta/recipes-gnome/gnome/gnome-common_3.7.4.bb index af5d3405b0..70b1e2944d 100644 --- a/meta/recipes-gnome/gnome/gnome-common_3.7.4.bb +++ b/meta/recipes-gnome/gnome/gnome-common_3.7.4.bb | |||
@@ -6,7 +6,6 @@ LICENSE = "GPLv2+" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
7 | 7 | ||
8 | SECTION = "x11/gnome" | 8 | SECTION = "x11/gnome" |
9 | PR = "r0" | ||
10 | inherit gnomebase allarch | 9 | inherit gnomebase allarch |
11 | 10 | ||
12 | GNOME_COMPRESS_TYPE = "xz" | 11 | GNOME_COMPRESS_TYPE = "xz" |
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb index bde7b89147..321eb7f700 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb +++ b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb | |||
@@ -1,7 +1,6 @@ | |||
1 | require gnome-doc-utils.inc | 1 | require gnome-doc-utils.inc |
2 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ | 2 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ |
3 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" | 3 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" |
4 | PR = "r0" | ||
5 | 4 | ||
6 | GNOME_COMPRESS_TYPE = "xz" | 5 | GNOME_COMPRESS_TYPE = "xz" |
7 | 6 | ||