summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-11-15 12:04:33 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2021-11-15 13:49:44 +0100
commit2de3091df0192cf9f847391d0632ddefba6d4f35 (patch)
treec7ac3e3b208ebdf02d673b250c26e807c2bad21c
parent1c4f4a22fe2a819d087e90f192f56ec102214520 (diff)
clpeak: set git branch
OE master will soon require setting a branch, i.e. no longer defaulting to master. Prepare for that. | WARNING: clpeak-git-r0 do_fetch: URL: git://github.com/krrishnarraj/clpeak.git;protocol=https does not set any branch parameter. The future default branch used by tools and repositories is uncertain and we will therefore soon require this is set in all git urls. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-benchmark/clpeak/clpeak_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-benchmark/clpeak/clpeak_git.bb b/recipes-benchmark/clpeak/clpeak_git.bb
index fa64b49..d23504d 100644
--- a/recipes-benchmark/clpeak/clpeak_git.bb
+++ b/recipes-benchmark/clpeak/clpeak_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=911690f51af322440237a253d695d19f"
DEPENDS = "virtual/opencl-icd"
SRC_URI = " \
- git://github.com/krrishnarraj/clpeak.git;protocol=https \
+ git://github.com/krrishnarraj/clpeak.git;branch=master;protocol=https \
file://0001-CMakeLists-add-install-rule.patch \
"