summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-31 10:24:41 +0200
committerKhem Raj <raj.khem@gmail.com>2024-08-09 14:25:09 -0700
commit5a6884dff878011cf45d4df509572c8b14136548 (patch)
tree7b6a02c5c7a658e191da06f39cfd5ffd483de413 /meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb
parentb0004f0e1b3abbf5256e40416294ecf1b21ec197 (diff)
downloadmeta-openembedded-5a6884dff878011cf45d4df509572c8b14136548.tar.gz
kconfig-frontends: 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>
Diffstat (limited to 'meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb')
-rw-r--r--meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb b/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb
index b894f0ba0..efa8c936b 100644
--- a/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb
+++ b/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb
@@ -20,6 +20,9 @@ SRC_URI = "git://gitlab.com/ymorin/kconfig-frontends.git;protocol=https;branch=4
20 20
21SRCREV = "f22fce3a308be1c7790ebefc6bbedb33c5f7c86a" 21SRCREV = "f22fce3a308be1c7790ebefc6bbedb33c5f7c86a"
22 22
23# Upstream repo does not tag
24UPSTREAM_CHECK_COMMITS = "1"
25
23S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
24 27
25inherit autotools pkgconfig 28inherit autotools pkgconfig