summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/dsptop/dsptop_git.bb
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-02-02 03:16:46 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-02-01 17:08:40 -0500
commitdb523c31f6ee3679706988687c2d17093bda87a1 (patch)
tree6c42a4e7a573fc694a46eaf627905641fd6d3684 /recipes-bsp/dsptop/dsptop_git.bb
parent1f1a613d752167264abcf01c697e2d77f6055cbc (diff)
downloadmeta-ti-db523c31f6ee3679706988687c2d17093bda87a1.tar.gz
temperature-module-drv: Smart Reflex Sub-System (SRSS) module driver
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/dsptop/dsptop_git.bb')
-rw-r--r--recipes-bsp/dsptop/dsptop_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/dsptop/dsptop_git.bb b/recipes-bsp/dsptop/dsptop_git.bb
index 4b6c729b..121dc9b8 100644
--- a/recipes-bsp/dsptop/dsptop_git.bb
+++ b/recipes-bsp/dsptop/dsptop_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=309825aa8f5edfcf2c44912ac094b979
4 4
5DEPENDS = "libulm ncurses" 5DEPENDS = "libulm ncurses"
6 6
7PR = "${INC_PR}.0" 7PR = "${INC_PR}.1"
8 8
9S = "${WORKDIR}/git/dsptop" 9S = "${WORKDIR}/git/dsptop"
10 10
@@ -22,6 +22,7 @@ COMPATIBLE_MACHINE = "dra7xx|keystone"
22PACKAGE_ARCH = "${MACHINE_ARCH}" 22PACKAGE_ARCH = "${MACHINE_ARCH}"
23 23
24RDEPENDS_${PN} = "debugss-module-drv" 24RDEPENDS_${PN} = "debugss-module-drv"
25RDEPENDS_${PN}_append_keystone = " temperature-module-drv"
25 26
26include dsptop.inc 27include dsptop.inc
27 28