aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>2021-11-19 21:22:52 +0300
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>2021-11-19 21:34:43 +0300
commit5e1b5e37859518338b845cb92c6477c5bd934572 (patch)
treea6c89147b08a4db6b17d8ecb4c0a026b5ae85993
parentbd2f1c634d0a117858148b74f553032905a0ee82 (diff)
idlestat: add missing branch parameter to SRC_URI
Add missing branch parameter to fix bitbake warnings. Change-Id: I3bde992a1873ca6951d39247122765d0ee8cbc91 Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
-rw-r--r--meta-linaro/recipes-extra/idlestat/idlestat_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-linaro/recipes-extra/idlestat/idlestat_git.bb b/meta-linaro/recipes-extra/idlestat/idlestat_git.bb
index bf2a4381..279f0a70 100644
--- a/meta-linaro/recipes-extra/idlestat/idlestat_git.bb
+++ b/meta-linaro/recipes-extra/idlestat/idlestat_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a"
SRCREV = "2247a8e07d208470b381b90e0540ee3cced3fbcb"
PV = "0.8+git${SRCPV}"
-SRC_URI = "git://git.linaro.org/power/idlestat.git \
+SRC_URI = "git://git.linaro.org/power/idlestat.git;branch=master \
file://Makefile.patch \
"