From b61e248091aa4d2ec5fbdc14f6185354e9ef6b3a Mon Sep 17 00:00:00 2001 From: Alexandre Truong Date: Wed, 31 Jul 2024 10:42:44 +0200 Subject: libubox: 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 Reviewed-by: Yoann Congal Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/libubox/libubox_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-devtools/libubox/libubox_git.bb b/meta-oe/recipes-devtools/libubox/libubox_git.bb index 39e18cdafd..131929b30e 100644 --- a/meta-oe/recipes-devtools/libubox/libubox_git.bb +++ b/meta-oe/recipes-devtools/libubox/libubox_git.bb @@ -22,6 +22,9 @@ SRC_URI = "\ SRCREV = "07413cce72e19520af55dfcbc765484f5ab41dd9" PV = "1.0.1+git" +# Upstream repo does not tag +UPSTREAM_CHECK_COMMITS = "1" + S = "${WORKDIR}/git" inherit cmake pkgconfig -- cgit v1.2.3-54-g00ecf