blob: c2c4335910161ea6fcfd7e9f0ee77e84b5b58464 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001SUMMARY = "PHY interface tool for Linux"
Andrew Geissler9aee5002022-03-30 16:27:02 +00002LICENSE = "GPL-2.0-only"
Patrick Williamsddad1a12017-02-23 20:36:32 -06003LIC_FILES_CHKSUM = "file://LICENSE;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0"
4
Brad Bishopc342db32019-05-15 21:57:59 -04005PV = "2+git${SRCPV}"
6SRCREV = "8882328c08ba2efb13c049812098f1d0cb8adf0c"
Andrew Geissler595f6302022-01-24 19:11:47 +00007SRC_URI = "git://github.com/wkz/phytool.git;branch=master;protocol=https"
Patrick Williamsddad1a12017-02-23 20:36:32 -06008
9S = "${WORKDIR}/git"
10
11# The Makefile has "$PREFIX/bin" hardcoded into it, hence not using $bindir here
12do_install() {
13 install -d ${D}${prefix}/bin
14 oe_runmake 'DESTDIR=${D}' 'PREFIX=${prefix}' install
15}