blob: 65c06c1bd5069b11a8ca70499fac9be72416e893 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "User-space tools for LinuxPPS"
2HOMEPAGE = "http://linuxpps.org"
3
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "GPL-2.0-only"
Andrew Geissler595f6302022-01-24 19:11:47 +00005LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
6
7SRCREV = "c50cb7183e252b47308fa22f420e0a877277aa29"
8SRC_URI = "git://github.com/ago/pps-tools.git;branch=master;protocol=https"
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}