summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/dsptop/dsptop_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/dsptop/dsptop_git.bb b/recipes-bsp/dsptop/dsptop_git.bb
index 121dc9b8..70f91664 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}.1" 7PR = "${INC_PR}.2"
8 8
9S = "${WORKDIR}/git/dsptop" 9S = "${WORKDIR}/git/dsptop"
10 10
@@ -12,7 +12,7 @@ DEVICE = ""
12DEVICE_dra7xx = "DRA7xx" 12DEVICE_dra7xx = "DRA7xx"
13DEVICE_keystone = "C66AK2Hxx" 13DEVICE_keystone = "C66AK2Hxx"
14 14
15EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX}" 15EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}""
16 16
17do_install() { 17do_install() {
18 oe_runmake install DESTDIR=${D} 18 oe_runmake install DESTDIR=${D}