diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-30 16:38:40 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:08 -0700 |
| commit | 45208e4c3b08cf3fa48f408c1f276f98e00b2325 (patch) | |
| tree | 86eccd72a08bb4d7841ad50fa4a0488ee16635bb | |
| parent | 3ad370bcaf32029c599072723f12cb1111e89c35 (diff) | |
| download | meta-openembedded-45208e4c3b08cf3fa48f408c1f276f98e00b2325.tar.gz | |
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 <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-support/hunspell/hunspell-dictionaries.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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" | |||
| 137 | SRCREV = "820a65e539e34a3a8c2a855d2450b84745c624ee" | 137 | SRCREV = "820a65e539e34a3a8c2a855d2450b84745c624ee" |
| 138 | SRC_URI = "git://github.com/wooorm/dictionaries.git;branch=main;protocol=https" | 138 | SRC_URI = "git://github.com/wooorm/dictionaries.git;branch=main;protocol=https" |
| 139 | 139 | ||
| 140 | # Upstream repo does not tag | ||
| 141 | UPSTREAM_CHECK_COMMITS = "1" | ||
| 142 | |||
| 140 | S = "${WORKDIR}/git" | 143 | S = "${WORKDIR}/git" |
| 141 | 144 | ||
| 142 | do_install() { | 145 | do_install() { |
