summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/common
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-07-02 16:15:26 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-04 15:47:13 +0100
commit1f8296c37b55a0529eed3ee2fe9aa8025c5782ad (patch)
treeb285354103495bb9cdbed4eb7a8eb64b8c1b2eb9 /recipes-bsp/common
parent7a35ad98267b975921492d6e31d7bddd9f58d0c0 (diff)
downloadmeta-raspberrypi-1f8296c37b55a0529eed3ee2fe9aa8025c5782ad.tar.gz
raspberrypi-tools: Update to remove Makefile patch
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'recipes-bsp/common')
-rw-r--r--recipes-bsp/common/raspberrypi-tools.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/common/raspberrypi-tools.inc b/recipes-bsp/common/raspberrypi-tools.inc
index 8228e08..1ea65db 100644
--- a/recipes-bsp/common/raspberrypi-tools.inc
+++ b/recipes-bsp/common/raspberrypi-tools.inc
@@ -1,9 +1,9 @@
1SRCREV ?= "7f4a937e1bacbc111a22552169bc890b4bb26a94" 1SRCREV ?= "76f64a28dc4685507d12f57fe5cfc89f6c32f8e6"
2RPITOOLS_SRC_URI ?= "https://github.com/raspberrypi/tools/archive/${SRCREV}.tar.gz" 2RPITOOLS_SRC_URI ?= "https://github.com/raspberrypi/tools/archive/${SRCREV}.tar.gz"
3RPITOOLS_S ?= "${WORKDIR}/tools-${SRCREV}" 3RPITOOLS_S ?= "${WORKDIR}/tools-${SRCREV}"
4 4
5SRC_URI = "${RPITOOLS_SRC_URI}" 5SRC_URI = "${RPITOOLS_SRC_URI}"
6SRC_URI[md5sum] = "f03672c57a4f285d0583ba7028f46a83" 6SRC_URI[md5sum] = "e2d4709b62e1536aeaaeabcbae82a03e"
7SRC_URI[sha256sum] = "85e884cd95207780bc03fc7dacea1f17d2462c1e8c7499b0ff30070ca1d4d48a" 7SRC_URI[sha256sum] = "5f1c5eb8af9dff71b7cae30ffa6541d689d269a7b86013b365215adfb4c1c27d"
8 8
9PV = "0.0+git${SRCREV}" 9PV = "0.0+git${SRCREV}"