nm-scripts: fix license checksum and replace bash with sh
This commit is contained in:
parent
6b1ced6a83
commit
75645ee659
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
slot=$1
|
slot=$1
|
||||||
on=$2
|
on=$2
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
slot=$1
|
slot=$1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
hw=$1
|
hw=$1
|
||||||
sim=$2
|
sim=$2
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue