[oe-commits] Peter Bigot : pps-tools: add recipe

git at git.openembedded.org git at git.openembedded.org
Mon Sep 1 09:38:00 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 1eff1134a041e1abb32b2f134ae23c4316a0db60
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=1eff1134a041e1abb32b2f134ae23c4316a0db60

Author: Peter Bigot <pab at pabigot.com>
Date:   Thu Aug 28 07:06:19 2014 -0500

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 at pabigot.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/pps-tools/pps-tools_git.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/meta-oe/recipes-support/pps-tools/pps-tools_git.bb b/meta-oe/recipes-support/pps-tools/pps-tools_git.bb
new file mode 100644
index 0000000..73c46ee
--- /dev/null
+++ b/meta-oe/recipes-support/pps-tools/pps-tools_git.bb
@@ -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
+}



More information about the Openembedded-commits mailing list