summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-31 11:09:39 +0200
committerKhem Raj <raj.khem@gmail.com>2024-08-09 14:25:10 -0700
commit79064471c267fe3974192e3f06830a9cc2bf686c (patch)
tree2f58d8d95d7bf8a0df058e31348fe50251be1aea
parente33418ae310fe2c0d063a552663c77e8d8cc5a5e (diff)
downloadmeta-openembedded-79064471c267fe3974192e3f06830a9cc2bf686c.tar.gz
pim435: 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-core/pim435/pim435_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/pim435/pim435_git.bb b/meta-oe/recipes-core/pim435/pim435_git.bb
index 80e3cc6298..8fc8749a1f 100644
--- a/meta-oe/recipes-core/pim435/pim435_git.bb
+++ b/meta-oe/recipes-core/pim435/pim435_git.bb
@@ -11,6 +11,10 @@ LIC_FILES_CHKSUM = "file://LICENSES/MIT.txt;md5=7dda4e90ded66ab88b86f76169f28663
11 11
12SRC_URI = "git://gitlab.eclipse.org/eclipse/oniro-blueprints/core/pim435;protocol=https;branch=main" 12SRC_URI = "git://gitlab.eclipse.org/eclipse/oniro-blueprints/core/pim435;protocol=https;branch=main"
13SRCREV = "445ed623ec8d3ecbb1d566900b4ef3fb3031d689" 13SRCREV = "445ed623ec8d3ecbb1d566900b4ef3fb3031d689"
14
15# Upstream repo does not tag
16UPSTREAM_CHECK_COMMITS = "1"
17
14S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
15 19
16DEPENDS = "i2c-tools" 20DEPENDS = "i2c-tools"