Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "User-space tools for LinuxPPS" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 2 | HOMEPAGE = "http://linuxpps.org" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 3 | |
| 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 6 | |
| 7 | PV = "0.0.0+git${SRCPV}" |
| 8 | SRCREV = "0deb9c7e135e9380a6d09e9d2e938a146bb698c8" |
| 9 | SRC_URI = "git://github.com/ago/pps-tools.git" |
| 10 | |
| 11 | S = "${WORKDIR}/git" |
| 12 | |
| 13 | do_install() { |
| 14 | install -d ${D}${bindir} ${D}${includedir} \ |
| 15 | ${D}${includedir}/sys |
| 16 | oe_runmake 'DESTDIR=${D}' install |
| 17 | } |