Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "User-space tools for LinuxPPS" |
| 2 | HOMEPAGE = "http://linuxpps.org" |
| 3 | |
| 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 6 | |
| 7 | SRCREV = "cb48b7ecf7079ceba7081c78d4e61e507b0e8d2d" |
| 8 | SRC_URI = "git://github.com/ago/pps-tools.git" |
| 9 | |
| 10 | S = "${WORKDIR}/git" |
| 11 | |
| 12 | RDEPENDS_${PN} = "bash" |
| 13 | |
| 14 | do_install() { |
| 15 | install -d ${D}${bindir} ${D}${includedir} \ |
| 16 | ${D}${includedir}/sys |
| 17 | oe_runmake 'DESTDIR=${D}' install |
| 18 | } |