diff options
author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-31 10:38:15 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:09 -0700 |
commit | 990e29ea30ad475b1908b814c49f6f6d806f0227 (patch) | |
tree | 42d7f59e4d1ee9d8f742e51976906a1afa30fd2c | |
parent | 9adeef1d3d3d47a37751eed8b2371f98f36def58 (diff) | |
download | meta-openembedded-990e29ea30ad475b1908b814c49f6f6d806f0227.tar.gz |
libc-bench: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status
When performing devtool check-upgrade-status, UNKNOWN_BROKEN status appears.
On the upstream source repository, releases are not identified by tags. So,
UPSTREAM_CHECK_COMMITS is set to 1, to find the latest upstream update.
Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb | 3 |
1 files changed, 3 insertions, 0 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 4ace4515a..df76067a4 100644 --- a/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb +++ b/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb | |||
@@ -13,6 +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 | # Upstream repo does not tag | ||
17 | UPSTREAM_CHECK_COMMITS = "1" | ||
18 | |||
16 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
17 | 20 | ||
18 | do_install () { | 21 | do_install () { |