From 03397a66d819c1fab116e92219fc442c55cabbd6 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 6 May 2013 18:45:33 -0400 Subject: linux-ti-staging: add package-specifier for RDEPENDS variable Run-time variables are package-specific, not recipe. Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging_3.8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging_3.8.bb b/recipes-kernel/linux/linux-ti-staging_3.8.bb index 6fe52e29..6e64fc5b 100644 --- a/recipes-kernel/linux/linux-ti-staging_3.8.bb +++ b/recipes-kernel/linux/linux-ti-staging_3.8.bb @@ -11,7 +11,7 @@ require recipes-kernel/linux/setup-defconfig.inc # Add a run-time dependency for the PM firmware to be installed # on the target file system. -RDEPENDS_ti33x += "am33x-cm3" +RDEPENDS_kernel-base_ti33x += "am33x-cm3" # Default is to package all dts files for ti33x devices unless building # for the specific beaglebone machine. @@ -30,7 +30,7 @@ SRCREV = "23e7f725a6af4ca44660c06bc3569f6ce705d1d0" PV = "3.8.8" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}" +MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}" SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \ file://defconfig \ -- cgit v1.2.3-54-g00ecf