diff options
author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-31 11:09:39 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:10 -0700 |
commit | 79064471c267fe3974192e3f06830a9cc2bf686c (patch) | |
tree | 2f58d8d95d7bf8a0df058e31348fe50251be1aea | |
parent | e33418ae310fe2c0d063a552663c77e8d8cc5a5e (diff) | |
download | meta-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.bb | 4 |
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 | ||
12 | SRC_URI = "git://gitlab.eclipse.org/eclipse/oniro-blueprints/core/pim435;protocol=https;branch=main" | 12 | SRC_URI = "git://gitlab.eclipse.org/eclipse/oniro-blueprints/core/pim435;protocol=https;branch=main" |
13 | SRCREV = "445ed623ec8d3ecbb1d566900b4ef3fb3031d689" | 13 | SRCREV = "445ed623ec8d3ecbb1d566900b4ef3fb3031d689" |
14 | |||
15 | # Upstream repo does not tag | ||
16 | UPSTREAM_CHECK_COMMITS = "1" | ||
17 | |||
14 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
15 | 19 | ||
16 | DEPENDS = "i2c-tools" | 20 | DEPENDS = "i2c-tools" |