From cdaef4097da6def0a35cb8299872c802a909d859 Mon Sep 17 00:00:00 2001 From: Alexandre Truong Date: Tue, 30 Jul 2024 11:56:22 +0200 Subject: [PATCH] fb-test: 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 (cherry picked from commit 16688b0f565badadace8732840f0ff01718cc87c) Signed-off-by: Gyorgy Sarvari --- meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb b/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb index 6082ea2574..b19bba0156 100644 --- a/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb +++ b/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb @@ -6,6 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2" SRC_URI = "git://github.com//ponty/fb-test-app.git;branch=master;protocol=https" +# Upstream repo does not tag +UPSTREAM_CHECK_COMMITS = "1" + S = "${WORKDIR}/git" do_install() {