From 45208e4c3b08cf3fa48f408c1f276f98e00b2325 Mon Sep 17 00:00:00 2001 From: Alexandre Truong Date: Tue, 30 Jul 2024 16:38:40 +0200 Subject: [PATCH] hunspell-dictionaries: 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-support/hunspell/hunspell-dictionaries.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb b/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb index 12231443a4..ed342d6757 100644 --- a/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb +++ b/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb @@ -137,6 +137,9 @@ PV = "0.0.0+git" SRCREV = "820a65e539e34a3a8c2a855d2450b84745c624ee" SRC_URI = "git://github.com/wooorm/dictionaries.git;branch=main;protocol=https" +# Upstream repo does not tag +UPSTREAM_CHECK_COMMITS = "1" + S = "${WORKDIR}/git" do_install() {