aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>2021-11-19 21:23:01 +0300
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>2021-11-19 21:35:17 +0300
commit7c8c0b1c48bea81aea60619bfc1518f0fdf99613 (patch)
treed7efea57270ad33abadafa59edcebd7019e85668
parent5e1b5e37859518338b845cb92c6477c5bd934572 (diff)
usecpu: add missing branch parameter to SRC_URI
Add missing branch parameter to fix bitbake warnings. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Change-Id: I12c55cd9b775850723e6d7b2be26e539fbebc498 Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
-rw-r--r--meta-linaro/recipes-extra/usecpu/usecpu_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-linaro/recipes-extra/usecpu/usecpu_git.bb b/meta-linaro/recipes-extra/usecpu/usecpu_git.bb
index 69c46776..fca058f5 100644
--- a/meta-linaro/recipes-extra/usecpu/usecpu_git.bb
+++ b/meta-linaro/recipes-extra/usecpu/usecpu_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://use_cpu.c;endline=39;md5=f39117026e553ebdce39f633b7b9
SRCREV = "e246c70aa6cac5df0e593ef3416380ff75a70dc0"
PV = "0.1+git${SRCPV}"
-SRC_URI = "git://git.linaro.org/lng/usecpu.git"
+SRC_URI = "git://git.linaro.org/lng/usecpu.git;branch=master"
S = "${WORKDIR}/git"