blob: 262f05f497f1b967c874a52fc4c4f5159784fec7 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "User-space tools for LinuxPPS"
2HOMEPAGE = "http://linuxpps.org"
3
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
6
7SRCREV = "cb48b7ecf7079ceba7081c78d4e61e507b0e8d2d"
8SRC_URI = "git://github.com/ago/pps-tools.git"
9
10S = "${WORKDIR}/git"
11
Patrick Williams213cb262021-08-07 19:21:33 -050012RDEPENDS:${PN} = "bash"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013
14do_install() {
15 install -d ${D}${bindir} ${D}${includedir} \
16 ${D}${includedir}/sys
17 oe_runmake 'DESTDIR=${D}' install
18}