summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-05-06 18:45:33 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-05-07 11:35:59 -0400
commit03397a66d819c1fab116e92219fc442c55cabbd6 (patch)
tree934da17a20e19ef8318be007b40934be212eb951
parentf2afcfee588adb594bc46a36d4e4443adb1be64f (diff)
downloadmeta-ti-03397a66d819c1fab116e92219fc442c55cabbd6.tar.gz
linux-ti-staging: add package-specifier for RDEPENDS variable
Run-time variables are package-specific, not recipe. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_3.8.bb4
1 files 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
11 11
12# Add a run-time dependency for the PM firmware to be installed 12# Add a run-time dependency for the PM firmware to be installed
13# on the target file system. 13# on the target file system.
14RDEPENDS_ti33x += "am33x-cm3" 14RDEPENDS_kernel-base_ti33x += "am33x-cm3"
15 15
16# Default is to package all dts files for ti33x devices unless building 16# Default is to package all dts files for ti33x devices unless building
17# for the specific beaglebone machine. 17# for the specific beaglebone machine.
@@ -30,7 +30,7 @@ SRCREV = "23e7f725a6af4ca44660c06bc3569f6ce705d1d0"
30PV = "3.8.8" 30PV = "3.8.8"
31 31
32# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 32# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
33MACHINE_KERNEL_PR_append = "b+gitr${SRCPV}" 33MACHINE_KERNEL_PR_append = "c+gitr${SRCPV}"
34 34
35SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \ 35SRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \
36 file://defconfig \ 36 file://defconfig \