sysmobts-firmware: When fetching using http include needed checksum

When using HTTP to fetch the firmware we need to have a checksum
in our recipe. Add it.
This commit is contained in:
Holger Hans Peter Freyther 2014-11-03 08:35:44 +01:00
parent 240b08dde9
commit 0755723dd8
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ PACKAGE_ARCH = "sysmobts-v2"
FIRMWARE-VERSION = "superfemto_v${PV}"
PR = "r1.${INC_PR}"
SRC_URI[md5sum] = "69993545decb8bdf39fa4dd9e5103ef9"
SRC_URI[sha256sum] = "8b2b19475a298299ef2de1061940ac690c447fa7b5d22b4fdb9dfd62bdc3c4a8"
require ${PN}.inc
do_install() {