summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/dsptop/dsptop_git.bb
diff options
context:
space:
mode:
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