Potin Lai | 01e8355 | 2022-04-01 11:15:40 +0800 | [diff] [blame] | 1 | SUMMARY = "MDIO utility for AST2600" |
2 | PR = "r1" | ||||
3 | LICENSE = "Apache-2.0" | ||||
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" | ||||
5 | |||||
6 | RDEPENDS:${PN} += "bash" | ||||
7 | |||||
8 | SRC_URI += " \ | ||||
9 | file://mdio-util \ | ||||
10 | " | ||||
11 | S = "${WORKDIR}" | ||||
12 | |||||
13 | do_install() { | ||||
14 | install -d ${D}${sbindir} | ||||
15 | install -m 0755 ${S}/mdio-util ${D}${sbindir}/ | ||||
16 | } |