summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {