summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-31 11:06:35 +0200
committerKhem Raj <raj.khem@gmail.com>2024-08-09 14:25:10 -0700
commite33418ae310fe2c0d063a552663c77e8d8cc5a5e (patch)
treed1af842fd3eb35c72a36d6aaae7aa224cf454acb
parented4df350b0175865ca44ba298837daad0a9a8d2c (diff)
downloadmeta-openembedded-e33418ae310fe2c0d063a552663c77e8d8cc5a5e.tar.gz
pcimem: 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-devtools/pcimem/pcimem_2.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb b/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb
index 85c4fa95ae..52af9b99b1 100644
--- a/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb
+++ b/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb
@@ -10,6 +10,9 @@ COMPATIBLE_HOST = "(x86_64|aarch64|arm|riscv64)"
10SRCREV = "09724edb1783a98da2b7ae53c5aaa87493aabc9b" 10SRCREV = "09724edb1783a98da2b7ae53c5aaa87493aabc9b"
11SRC_URI = "git://github.com/billfarrow/pcimem.git;branch=master;protocol=https" 11SRC_URI = "git://github.com/billfarrow/pcimem.git;branch=master;protocol=https"
12 12
13# Upstream repo does not tag
14UPSTREAM_CHECK_COMMITS = "1"
15
13S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
14 17
15do_install() { 18do_install() {