summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/dsptop
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-11-19 03:51:23 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-11-23 13:08:10 -0500
commitab0505ceb0e983b21ac9a254176c657177cacb36 (patch)
tree2fa2ee01e9a8b10e52a3e50b94a246e723d51179 /recipes-bsp/dsptop
parentd229e1cd79594bf6971350f4beea1ced482065ab (diff)
downloadmeta-ti-ab0505ceb0e983b21ac9a254176c657177cacb36.tar.gz
dsptop: fix build with any toolchain by passing correct CC var
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/dsptop')
-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}