diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-31 11:06:35 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:10 -0700 |
| commit | e33418ae310fe2c0d063a552663c77e8d8cc5a5e (patch) | |
| tree | d1af842fd3eb35c72a36d6aaae7aa224cf454acb | |
| parent | ed4df350b0175865ca44ba298837daad0a9a8d2c (diff) | |
| download | meta-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.bb | 3 |
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)" | |||
| 10 | SRCREV = "09724edb1783a98da2b7ae53c5aaa87493aabc9b" | 10 | SRCREV = "09724edb1783a98da2b7ae53c5aaa87493aabc9b" |
| 11 | SRC_URI = "git://github.com/billfarrow/pcimem.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/billfarrow/pcimem.git;branch=master;protocol=https" |
| 12 | 12 | ||
| 13 | # Upstream repo does not tag | ||
| 14 | UPSTREAM_CHECK_COMMITS = "1" | ||
| 15 | |||
| 13 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 14 | 17 | ||
| 15 | do_install() { | 18 | do_install() { |
