From 2de3091df0192cf9f847391d0632ddefba6d4f35 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 15 Nov 2021 12:04:33 +0100 Subject: 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 --- recipes-benchmark/clpeak/clpeak_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ " -- cgit v1.2.3