From e035d4ff87f21391ad2d3acc170326efacd6525e Mon Sep 17 00:00:00 2001 From: Alexandre Truong Date: Wed, 31 Jul 2024 10:52:08 +0200 Subject: [PATCH] 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 Reviewed-by: Yoann Congal Signed-off-by: Khem Raj --- meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb | 3 +++ 1 file changed, 3 insertions(+) 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 PV = "1.0+git" SRCREV = "46267b154987d3e1f25d3a75423faa62bb5ee342" +# Upstream repo has not made releases/tags after 1.0 +UPSTREAM_CHECK_COMMITS = "1" + inherit autotools S = "${WORKDIR}/git"