raspberrypi-tools: Update to remove Makefile patch

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
Andrei Gherzan
2019-07-02 16:15:26 +01:00
parent 9e73b9eb9f
commit 284664b755
3 changed files with 3 additions and 37 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
SRCREV ?= "7f4a937e1bacbc111a22552169bc890b4bb26a94"
SRCREV ?= "76f64a28dc4685507d12f57fe5cfc89f6c32f8e6"
RPITOOLS_SRC_URI ?= "https://github.com/raspberrypi/tools/archive/${SRCREV}.tar.gz"
RPITOOLS_S ?= "${WORKDIR}/tools-${SRCREV}"
SRC_URI = "${RPITOOLS_SRC_URI}"
SRC_URI[md5sum] = "f03672c57a4f285d0583ba7028f46a83"
SRC_URI[sha256sum] = "85e884cd95207780bc03fc7dacea1f17d2462c1e8c7499b0ff30070ca1d4d48a"
SRC_URI[md5sum] = "e2d4709b62e1536aeaaeabcbae82a03e"
SRC_URI[sha256sum] = "5f1c5eb8af9dff71b7cae30ffa6541d689d269a7b86013b365215adfb4c1c27d"
PV = "0.0+git${SRCREV}"