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