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:51:34 +0000 |
commit | 58ae94f1b06d0e6234413dbf9869bde85f154c85 (patch) | |
tree | 0c0edbdf7f602d010b1b0552e6af89e378089f28 /meta/recipes-core | |
parent | 5c3ec044838e23539f9fe4cc74da4db2e5b59166 (diff) | |
download | openembedded-core-58ae94f1b06d0e6234413dbf9869bde85f154c85.tar.gz openembedded-core-58ae94f1b06d0e6234413dbf9869bde85f154c85.tar.bz2 openembedded-core-58ae94f1b06d0e6234413dbf9869bde85f154c85.zip |
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).
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
8 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.21.1.bb b/meta/recipes-core/busybox/busybox_1.21.1.bb index 5c0527397e..85d3208974 100644 --- a/meta/recipes-core/busybox/busybox_1.21.1.bb +++ b/meta/recipes-core/busybox/busybox_1.21.1.bb @@ -1,5 +1,4 @@ require busybox.inc -PR = "r0" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ file://get_header_tar.patch \ diff --git a/meta/recipes-core/coreutils/coreutils_8.21.bb b/meta/recipes-core/coreutils/coreutils_8.21.bb index da14303286..dae5cfcb07 100644 --- a/meta/recipes-core/coreutils/coreutils_8.21.bb +++ b/meta/recipes-core/coreutils/coreutils_8.21.bb @@ -7,7 +7,6 @@ BUGTRACKER = "http://debbugs.gnu.org/coreutils" LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ file://src/ls.c;beginline=5;endline=16;md5=38b79785ca88537b75871782a2a3c6b8" -PR = "r0" DEPENDS = "gmp libcap" DEPENDS_class-native = "" diff --git a/meta/recipes-core/dbus/dbus-glib_0.100.2.bb b/meta/recipes-core/dbus/dbus-glib_0.100.2.bb index e08e3564d1..c1bb06a1b4 100644 --- a/meta/recipes-core/dbus/dbus-glib_0.100.2.bb +++ b/meta/recipes-core/dbus/dbus-glib_0.100.2.bb @@ -1,6 +1,5 @@ require dbus-glib.inc -PR = "r0" SRC_URI[md5sum] = "ad0920c7e3aad669163bb59171cf138e" SRC_URI[sha256sum] = "a5bb42da921f51c28161e0e54a5a8241d94a1c0499a14007150e9ce743da6ac5" diff --git a/meta/recipes-core/expat/expat_2.1.0.bb b/meta/recipes-core/expat/expat_2.1.0.bb index 1ce18444e7..b958742edc 100644 --- a/meta/recipes-core/expat/expat_2.1.0.bb +++ b/meta/recipes-core/expat/expat_2.1.0.bb @@ -1,6 +1,5 @@ require expat.inc LIC_FILES_CHKSUM = "file://COPYING;md5=1b71f681713d1256e1c23b0890920874" -PR = "r0" SRC_URI[md5sum] = "dd7dab7a5fea97d2a6a43f511449b7cd" SRC_URI[sha256sum] = "823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86" diff --git a/meta/recipes-core/gettext/gettext-minimal-native_0.18.3.1.bb b/meta/recipes-core/gettext/gettext-minimal-native_0.18.3.1.bb index febad7af4e..e46b19edc6 100644 --- a/meta/recipes-core/gettext/gettext-minimal-native_0.18.3.1.bb +++ b/meta/recipes-core/gettext/gettext-minimal-native_0.18.3.1.bb @@ -17,7 +17,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0854da868a929923087141d9d7aba7d5" inherit native -PR = "r0" S = "${WORKDIR}" diff --git a/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb b/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb index 164da36686..74ed247512 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb @@ -5,7 +5,6 @@ SUMMARY = "Essential build dependencies" LICENSE = "MIT" -PR = "r0" inherit packagegroup diff --git a/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb b/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb index 064edfb653..e3b1c18fa9 100644 --- a/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb +++ b/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb @@ -1,6 +1,5 @@ SUMMARY = "Host SDK package for cross canadian toolchain" PN = "packagegroup-cross-canadian-${MACHINE}" -PR = "r0" LICENSE = "MIT" # Save TRANSLATED_TARGET_ARCH before allarch tramples it diff --git a/meta/recipes-core/zlib/zlib_1.2.8.bb b/meta/recipes-core/zlib/zlib_1.2.8.bb index 8dd29b9485..5cdf68584b 100644 --- a/meta/recipes-core/zlib/zlib_1.2.8.bb +++ b/meta/recipes-core/zlib/zlib_1.2.8.bb @@ -6,7 +6,6 @@ SECTION = "libs" LICENSE = "Zlib" LIC_FILES_CHKSUM = "file://zlib.h;beginline=4;endline=23;md5=fde612df1e5933c428b73844a0c494fd" -PR = "r0" SRC_URI = "http://www.zlib.net/${BPN}-${PV}.tar.xz \ file://remove.ldconfig.call.patch \ |