diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-12-14 02:48:34 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-12-14 12:42:56 -0500 |
commit | 42c48b1874dfd5a882922de3ddd368a6144b635a (patch) | |
tree | e659e4ac01435790924cdc10b168e70600428805 /recipes-bsp | |
parent | 947b031614bf2a6e1c0c56f4ce4f8787c91ad5a7 (diff) | |
download | meta-ti-42c48b1874dfd5a882922de3ddd368a6144b635a.tar.gz |
srss-tc: pass proper CROSS_COMPILE and CFLAGS
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/srss-tc/srss-tc_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-bsp/srss-tc/srss-tc_git.bb b/recipes-bsp/srss-tc/srss-tc_git.bb index 3c90069c..483bde00 100644 --- a/recipes-bsp/srss-tc/srss-tc_git.bb +++ b/recipes-bsp/srss-tc/srss-tc_git.bb | |||
@@ -20,6 +20,9 @@ INITSCRIPT_PARAMS = "defaults 10" | |||
20 | 20 | ||
21 | inherit update-rc.d | 21 | inherit update-rc.d |
22 | LDFLAGS += "-lrt" | 22 | LDFLAGS += "-lrt" |
23 | CFLAGS += "${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" | ||
24 | |||
25 | EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" | ||
23 | 26 | ||
24 | do_install() { | 27 | do_install() { |
25 | install -d ${D}${bindir}/ | 28 | install -d ${D}${bindir}/ |