diff options
Diffstat (limited to 'meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb')
-rw-r--r-- | meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb b/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb index 4ace4515ad..ae87262870 100644 --- a/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb +++ b/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb | |||
@@ -13,7 +13,9 @@ SRC_URI = "git://git.musl-libc.org/libc-bench;branch=master \ | |||
13 | file://0001-build-Do-not-override-ldflags-from-environment.patch \ | 13 | file://0001-build-Do-not-override-ldflags-from-environment.patch \ |
14 | " | 14 | " |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | # Upstream repo does not tag |
17 | UPSTREAM_CHECK_COMMITS = "1" | ||
18 | |||
17 | 19 | ||
18 | do_install () { | 20 | do_install () { |
19 | install -d ${D}${bindir} | 21 | install -d ${D}${bindir} |