diff options
author | Max Krummenacher <max.oss.09@gmail.com> | 2016-12-14 17:17:43 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-12-26 08:23:22 +0100 |
commit | 1dcc6e1d044c82038c7d6eb8cd6848128724f70a (patch) | |
tree | c93470a2e5fb94aecf313b3a913677434a072a12 /meta-oe | |
parent | 0d0ce836ec33dfac885221493ea4efd392a86961 (diff) | |
download | meta-openembedded-1dcc6e1d044c82038c7d6eb8cd6848128724f70a.tar.gz |
tinymembench: fix QA warning for GNU_HASH
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb b/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb index 38e71be52..5968d8213 100644 --- a/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb +++ b/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb | |||
@@ -13,6 +13,8 @@ SRC_URI = "git://github.com/ssvb/tinymembench.git" | |||
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
17 | |||
16 | do_install() { | 18 | do_install() { |
17 | install -d ${D}${bindir} | 19 | install -d ${D}${bindir} |
18 | install -m755 tinymembench ${D}${bindir}/ | 20 | install -m755 tinymembench ${D}${bindir}/ |