summaryrefslogtreecommitdiff
path: root/meta-facebook/meta-bletchley/recipes-bletchley/mdio-util/mdio-util_0.1.bb
blob: 9a619b4f5530e5422703ed0abb195ed9541d680e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY = "MDIO utility for AST2600"
PR = "r1"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"

RDEPENDS:${PN} += "bash"

SRC_URI += " \
        file://mdio-util \
"
S = "${WORKDIR}"

do_install() {
        install -d ${D}${sbindir}
        install -m 0755 ${S}/mdio-util ${D}${sbindir}/
}