diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-11-19 03:51:24 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-11-23 13:08:17 -0500 |
commit | b5524234769e8f3b24ce82f0843db82680eaedf9 (patch) | |
tree | fdab08b9f8b3e6169ff6752ec462104d255211e1 /recipes-bsp/rwmem | |
parent | ab0505ceb0e983b21ac9a254176c657177cacb36 (diff) | |
download | meta-ti-b5524234769e8f3b24ce82f0843db82680eaedf9.tar.gz |
rwmem: fix build with any toolchain and use default CC var
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/rwmem')
-rw-r--r-- | recipes-bsp/rwmem/rwmem_1.1.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-bsp/rwmem/rwmem_1.1.bb b/recipes-bsp/rwmem/rwmem_1.1.bb index 1825e18f..2848e1cd 100644 --- a/recipes-bsp/rwmem/rwmem_1.1.bb +++ b/recipes-bsp/rwmem/rwmem_1.1.bb | |||
@@ -7,8 +7,6 @@ SRC_URI = "git://github.com/tomba/rwmem.git" | |||
7 | 7 | ||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
10 | EXTRA_OEMAKE = "CC=${TARGET_PREFIX}gcc" | ||
11 | |||
12 | do_install() { | 10 | do_install() { |
13 | install -d ${D}${bindir} | 11 | install -d ${D}${bindir} |
14 | install -m 0755 rwmem ${D}${bindir} | 12 | install -m 0755 rwmem ${D}${bindir} |