From 58ae94f1b06d0e6234413dbf9869bde85f154c85 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 29 Oct 2013 11:14:13 +0000 Subject: 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 --- meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb | 1 - meta/recipes-kernel/linux/linux-yocto-dev.bb | 1 - 2 files changed, 2 deletions(-) (limited to 'meta/recipes-kernel') diff --git a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb index 305107865d..7d3aca2fbf 100644 --- a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb +++ b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb @@ -1,6 +1,5 @@ DESCRIPTION = "Depmod wrapper script" LICENSE = "MIT" -PR = "r0" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" INHIBIT_DEFAULT_DEPS = "1" diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index ccca2dfd17..e7b8d8b2a7 100644 --- a/meta/recipes-kernel/linux/linux-yocto-dev.bb +++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb @@ -35,7 +35,6 @@ python () { LINUX_VERSION ?= "3.10+" LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}" -PR = "r0" PV = "${LINUX_VERSION}+git${SRCPV}" COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemumips64|qemux86-64)" -- cgit 1.2.3-korg