From: Roger Monk Date: Thu, 30 Sep 2010 09:30:04 +0000 (+0100) Subject: ti-c6accel: switch to MACHINE_KERNEL_PR X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff74b8dd67bea633e8eefd51144420215bef7ddf;p=openembedded.git ti-c6accel: switch to MACHINE_KERNEL_PR Signed-off-by: Roger Monk Signed-off-by: Koen Kooi --- diff --git a/recipes/ti/ti-c6accel.inc b/recipes/ti/ti-c6accel.inc index edac1cff23..e0ac230cc4 100644 --- a/recipes/ti/ti-c6accel.inc +++ b/recipes/ti/ti-c6accel.inc @@ -16,7 +16,9 @@ COMPATIBLE_MACHINE = "(da850-omapl138-evm|omap3evm|dm37x-evm)" PROVIDES += "ti-c6accel-apps" -PR = "r12" +# This recipe links statically against kernel dependant stuff, use kernel PR as base and append a local version +PR = "${MACHINE_KERNEL_PR}" +PR_append = "a" S = "${WORKDIR}/c6accel_${PV}"