diff options
| -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() { |
