Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Tool to monitor and report on host system file usage" |
| 2 | HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/swabber" |
| 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
| 5 | |
| 6 | SRCREV = "2d1fe36fb0a4fdaae8823a9818a6785182d75e66" |
| 7 | PV = "0.0+git${SRCPV}" |
| 8 | |
| 9 | S = "${WORKDIR}/git" |
| 10 | |
| 11 | SRC_URI = "git://git.yoctoproject.org/swabber" |
| 12 | |
| 13 | inherit native |
| 14 | |
| 15 | do_configure () { |
| 16 | : |
| 17 | } |
| 18 | |
| 19 | do_install() { |
| 20 | oe_runmake 'DESTDIR=${D}' install |
| 21 | } |