mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
pps-tools: add recipe
This provides some utilities and a user-space header necessary to use the Linux KPPS (RFC 2783) capabilities of gpsd and ntp. Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
3bd654324c
commit
1eff1134a0
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "User-space tools for LinuxPPS"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
PV = "0.0.0+git${SRCPV}"
|
||||
SRCREV = "0deb9c7e135e9380a6d09e9d2e938a146bb698c8"
|
||||
SRC_URI = "git://github.com/ago/pps-tools.git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir} ${D}${includedir} \
|
||||
${D}${includedir}/sys
|
||||
oe_runmake 'DESTDIR=${D}' install
|
||||
}
|
||||
Reference in New Issue
Block a user