diff options
author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-31 10:29:09 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:09 -0700 |
commit | 9adeef1d3d3d47a37751eed8b2371f98f36def58 (patch) | |
tree | 13b067a78005bbfc40beb811cb25fc3a18d52522 /meta-oe | |
parent | 5a6884dff878011cf45d4df509572c8b14136548 (diff) | |
download | meta-openembedded-9adeef1d3d3d47a37751eed8b2371f98f36def58.tar.gz |
libbacktrace: 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')
-rw-r--r-- | meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb b/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb index d540737bc..0c2382fe8 100644 --- a/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb +++ b/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb | |||
@@ -13,6 +13,9 @@ SRC_URI = "git://github.com/ianlancetaylor/libbacktrace;protocol=https;branch=ma | |||
13 | PV = "1.0+git" | 13 | PV = "1.0+git" |
14 | SRCREV = "9ae4f4ae4481b1e69d38ed810980d33103544613" | 14 | SRCREV = "9ae4f4ae4481b1e69d38ed810980d33103544613" |
15 | 15 | ||
16 | # The current PV is not a git tag but a README content | ||
17 | UPSTREAM_CHECK_COMMITS = "1" | ||
18 | |||
16 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
17 | 20 | ||
18 | inherit autotools | 21 | inherit autotools |