All of lore.kernel.org
 help / color / mirror / Atom feed
* Denys Dmytriyenko : dsptop: fix build with any toolchain by passing correct CC var
@ 2016-11-23 18:08 Arago Project git
  0 siblings, 0 replies; 2+ messages in thread
From: Arago Project git @ 2016-11-23 18:08 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: krogoth
Commit: 0f9f57b20177f7e5c948ee914cbe8286064cdfec
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=0f9f57b20177f7e5c948ee914cbe8286064cdfec

Author: Denys Dmytriyenko <denys@ti.com>
Date:   Sat Nov 19 03:51:23 2016 +0000

dsptop: fix build with any toolchain by passing correct CC var

Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 recipes-bsp/dsptop/dsptop_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/dsptop/dsptop_git.bb b/recipes-bsp/dsptop/dsptop_git.bb
index 121dc9b..70f9166 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
 
 DEPENDS = "libulm ncurses"
 
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 
 S = "${WORKDIR}/git/dsptop"
 
@@ -12,7 +12,7 @@ DEVICE = ""
 DEVICE_dra7xx = "DRA7xx"
 DEVICE_keystone = "C66AK2Hxx"
 
-EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX}"
+EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}""
 
 do_install() {
     oe_runmake install DESTDIR=${D}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Denys Dmytriyenko : dsptop: fix build with any toolchain by passing correct CC var
@ 2016-11-23 18:08 Arago Project git
  0 siblings, 0 replies; 2+ messages in thread
From: Arago Project git @ 2016-11-23 18:08 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: master
Commit: ab0505ceb0e983b21ac9a254176c657177cacb36
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=ab0505ceb0e983b21ac9a254176c657177cacb36

Author: Denys Dmytriyenko <denys@ti.com>
Date:   Sat Nov 19 03:51:23 2016 +0000

dsptop: fix build with any toolchain by passing correct CC var

Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 recipes-bsp/dsptop/dsptop_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/dsptop/dsptop_git.bb b/recipes-bsp/dsptop/dsptop_git.bb
index 121dc9b..70f9166 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
 
 DEPENDS = "libulm ncurses"
 
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 
 S = "${WORKDIR}/git/dsptop"
 
@@ -12,7 +12,7 @@ DEVICE = ""
 DEVICE_dra7xx = "DRA7xx"
 DEVICE_keystone = "C66AK2Hxx"
 
-EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX}"
+EXTRA_OEMAKE = "release DEVICE=${DEVICE} CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}""
 
 do_install() {
     oe_runmake install DESTDIR=${D}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-23 18:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-23 18:08 Denys Dmytriyenko : dsptop: fix build with any toolchain by passing correct CC var Arago Project git
  -- strict thread matches above, loose matches on Subject: below --
2016-11-23 18:08 Arago Project git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.