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.neels/inmarsat
parent
240b08dde9
commit
0755723dd8
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue