blob: c8baa5d9cabee54b7a85bc68a1f9d59a663f5135 [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
12RDEPENDS_${PN} = "bash"
13
14do_install() {
15 install -d ${D}${bindir} ${D}${includedir} \
16 ${D}${includedir}/sys
17 oe_runmake 'DESTDIR=${D}' install
18}