summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-31 10:52:08 +0200
committerKhem Raj <raj.khem@gmail.com>2024-08-09 14:25:10 -0700
commite035d4ff87f21391ad2d3acc170326efacd6525e (patch)
tree4acb19b29aef0f31e60e0ca935c32b64951b12a5
parent070070028442b40b97564315fec5517c2567bc8b (diff)
downloadmeta-openembedded-e035d4ff87f21391ad2d3acc170326efacd6525e.tar.gz
musl-rpmatch: include UPSTREAM_CHECK_COMMITS to fix UNKNOWN_BROKEN status
When performing devtool check-upgrade-status, UNKNOWN_BROKEN status appears. On the upstream source repository, there hasn't been any releases/tags after v1.0. 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-core/musl-rpmatch/musl-rpmatch_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb b/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb
index 0bb45b8eaf..fe3cf73e43 100644
--- a/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb
+++ b/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb
@@ -7,6 +7,9 @@ SRC_URI = "gitsm://github.com/pullmoll/musl-rpmatch.git;protocol=https;branch=ma
7PV = "1.0+git" 7PV = "1.0+git"
8SRCREV = "46267b154987d3e1f25d3a75423faa62bb5ee342" 8SRCREV = "46267b154987d3e1f25d3a75423faa62bb5ee342"
9 9
10# Upstream repo has not made releases/tags after 1.0
11UPSTREAM_CHECK_COMMITS = "1"
12
10inherit autotools 13inherit autotools
11 14
12S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"