Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 1 | SUMMARY = "PHY interface tool for Linux" |
| 2 | LICENSE = "GPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0" |
| 4 | |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 5 | PV = "2+git${SRCPV}" |
| 6 | SRCREV = "8882328c08ba2efb13c049812098f1d0cb8adf0c" |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 7 | SRC_URI = "git://github.com/wkz/phytool.git" |
| 8 | |
| 9 | S = "${WORKDIR}/git" |
| 10 | |
| 11 | # The Makefile has "$PREFIX/bin" hardcoded into it, hence not using $bindir here |
| 12 | do_install() { |
| 13 | install -d ${D}${prefix}/bin |
| 14 | oe_runmake 'DESTDIR=${D}' 'PREFIX=${prefix}' install |
| 15 | } |