nm-scripts: fix license checksum and replace bash with sh

This commit is contained in:
Stefan Eichenberger 2017-07-26 18:09:19 +02:00
parent 6b1ced6a83
commit 75645ee659
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
slot=$1 slot=$1
on=$2 on=$2

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
slot=$1 slot=$1

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
hw=$1 hw=$1
sim=$2 sim=$2

View File

@ -3,7 +3,7 @@ DESCRIPTION = "This are some helper scripts provided by netmodule"
PR = "r1" PR = "r1"
LICENSE = "GPLv2" LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
file://${COREBASE}/meta/COPYING.GPLv2;md5=3da9cfbcb788c80a0384361b4de20420" file://${COREBASE}/meta/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe"
SRC_URI = "file://power-pcie-slot.sh \ SRC_URI = "file://power-pcie-slot.sh \
file://reset-pcie-slot.sh \ file://reset-pcie-slot.sh \