From 209cb3db62c47cc351ab563f7f49b4a8c9e6aab7 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Sun, 16 Sep 2012 14:05:04 +0300 Subject: linux-raspberrypi: Remove PR from PV Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.2.27.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb b/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb index d9bec53..8006bd3 100755 --- a/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb +++ b/recipes-kernel/linux/linux-raspberrypi_3.2.27.bb @@ -4,7 +4,7 @@ require linux.inc DESCRIPTION = "Linux kernel for the RaspberryPi board" -PR = "r0" +PR = "r1" # Bump MACHINE_KERNEL_PR in the machine config if you update the kernel. # This is on the rpi-patches branch @@ -14,7 +14,7 @@ SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.2.27 " LINUX_VERSION ?= "3.2.27-rpi" -PV = "${LINUX_VERSION}+${PR}+git${SRCREV}" +PV = "${LINUX_VERSION}+git${SRCREV}" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf