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-bsp | |
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-bsp')
-rw-r--r-- | meta/recipes-bsp/acpid/acpid_1.0.10.bb | 1 | ||||
-rw-r--r-- | meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb | 1 | ||||
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils_3.2.0.bb | 1 | ||||
-rw-r--r-- | meta/recipes-bsp/x-load/x-load_git.bb | 1 | ||||
-rw-r--r-- | meta/recipes-bsp/zaurusd/zaurusd_git.bb | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-bsp/acpid/acpid_1.0.10.bb b/meta/recipes-bsp/acpid/acpid_1.0.10.bb index 2dd4fbd2ce..df55badbd4 100644 --- a/meta/recipes-bsp/acpid/acpid_1.0.10.bb +++ b/meta/recipes-bsp/acpid/acpid_1.0.10.bb | |||
@@ -3,7 +3,6 @@ require acpid.inc | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ |
4 | file://acpid.h;endline=24;md5=324a9cf225ae69ddaad1bf9d942115b5" | 4 | file://acpid.h;endline=24;md5=324a9cf225ae69ddaad1bf9d942115b5" |
5 | 5 | ||
6 | PR = "r0" | ||
7 | 6 | ||
8 | SRC_URI[md5sum] = "61156ef32015c56dc0f2e3317f4ae09e" | 7 | SRC_URI[md5sum] = "61156ef32015c56dc0f2e3317f4ae09e" |
9 | SRC_URI[sha256sum] = "22703ce0dd7305aca01bc9ac741659c32b1593f1d6fde492df7f01067a534760" | 8 | SRC_URI[sha256sum] = "22703ce0dd7305aca01bc9ac741659c32b1593f1d6fde492df7f01067a534760" |
diff --git a/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb b/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb index ef4888428e..5f613f6575 100644 --- a/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb +++ b/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb | |||
@@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=77ef83ab5f4af938a93edb61f7b74f2c | |||
7 | 7 | ||
8 | SRCREV = "9d4cdedca25b396405f8587f9c4fbf8229e041c2" | 8 | SRCREV = "9d4cdedca25b396405f8587f9c4fbf8229e041c2" |
9 | PV = "1.1.12+git${SRCPV}" | 9 | PV = "1.1.12+git${SRCPV}" |
10 | PR = "r0" | ||
11 | 10 | ||
12 | RDEPENDS_${PN} = "pm-utils" | 11 | RDEPENDS_${PN} = "pm-utils" |
13 | 12 | ||
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.2.0.bb b/meta/recipes-bsp/pciutils/pciutils_3.2.0.bb index c190e1ba11..6ff468098a 100644 --- a/meta/recipes-bsp/pciutils/pciutils_3.2.0.bb +++ b/meta/recipes-bsp/pciutils/pciutils_3.2.0.bb | |||
@@ -9,7 +9,6 @@ LICENSE = "GPLv2+" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
10 | DEPENDS = "zlib kmod" | 10 | DEPENDS = "zlib kmod" |
11 | RDEPENDS_${PN} = "${PN}-ids" | 11 | RDEPENDS_${PN} = "${PN}-ids" |
12 | PR = "r0" | ||
13 | 12 | ||
14 | SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.bz2 \ | 13 | SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.bz2 \ |
15 | file://configure.patch \ | 14 | file://configure.patch \ |
diff --git a/meta/recipes-bsp/x-load/x-load_git.bb b/meta/recipes-bsp/x-load/x-load_git.bb index 910c078257..65dc85c30a 100644 --- a/meta/recipes-bsp/x-load/x-load_git.bb +++ b/meta/recipes-bsp/x-load/x-load_git.bb | |||
@@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://README;beginline=1;endline=25;md5=ef08d08cb99057bbb5b | |||
7 | 7 | ||
8 | SRCREV = "9f94c6577e3a018b6b75cbe39f32bb331871f915" | 8 | SRCREV = "9f94c6577e3a018b6b75cbe39f32bb331871f915" |
9 | PV = "1.5.0+git${SRCPV}" | 9 | PV = "1.5.0+git${SRCPV}" |
10 | PR="r0" | ||
11 | 10 | ||
12 | #SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master" | 11 | #SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master" |
13 | #SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master" | 12 | #SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master" |
diff --git a/meta/recipes-bsp/zaurusd/zaurusd_git.bb b/meta/recipes-bsp/zaurusd/zaurusd_git.bb index 37aaee80ab..7460337938 100644 --- a/meta/recipes-bsp/zaurusd/zaurusd_git.bb +++ b/meta/recipes-bsp/zaurusd/zaurusd_git.bb | |||
@@ -7,7 +7,6 @@ RDEPENDS_${PN} = "xrandr" | |||
7 | 7 | ||
8 | SRCREV = "85d941d87f0c41b196766a173feaafffa6de2dc2" | 8 | SRCREV = "85d941d87f0c41b196766a173feaafffa6de2dc2" |
9 | PV = "0.1+git${SRCPV}" | 9 | PV = "0.1+git${SRCPV}" |
10 | PR = "r0" | ||
11 | 10 | ||
12 | SRC_URI = "git://git.yoctoproject.org/${BPN}" | 11 | SRC_URI = "git://git.yoctoproject.org/${BPN}" |
13 | 12 | ||