blob: 8392861cc452527b975cdf36fa33830c1a4fabae [file] [log] [blame]
Chicago Duane9e9da92020-05-08 16:35:52 +08001HOMEPAGE = "https://github.com/inspur-bmc/fp5280g2-psu-update-tool"
2
Patrick Williamsbb99d222022-01-24 15:55:09 -06003SRC_URI = "git://github.com/inspur-bmc/fp5280g2-psu-update-tool;branch=master;protocol=https"
Chicago Duane9e9da92020-05-08 16:35:52 +08004
5SRCREV = "d9cc0d32197163197c41dc1c5e4613edd7ebacf1"
6
7SUMMARY = "Phosphor FP5280G2 PSU Update Tool"
8PR = "r1"
9PV = "1.0+git${SRCPV}"
10LICENSE = "Apache-2.0"
11LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
12
George Liu2a35c662021-04-20 16:55:16 +080013S = "${WORKDIR}/git"
Chicago Duane9e9da92020-05-08 16:35:52 +080014do_install() {
15 install -d ${D}${bindir}
16 install -m 0755 ${S}/fp5280g2-psu-update ${D}${bindir}/fp5280g2-psu-update
17}
18
George Liudd6464e2021-08-07 10:09:52 +080019INSANE_SKIP:${PN} = "ldflags"
Chicago Duane9e9da92020-05-08 16:35:52 +080020