From d44da082be12055d3fad2c497eecd339dd3441e3 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 23 Feb 2015 21:43:30 +0100 Subject: [PATCH 1/2] Import pps-tools recipe from current meta-oe master --- recipes-support/pps-tools/pps-tools_git.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes-support/pps-tools/pps-tools_git.bb diff --git a/recipes-support/pps-tools/pps-tools_git.bb b/recipes-support/pps-tools/pps-tools_git.bb new file mode 100644 index 0000000000..73c46eecde --- /dev/null +++ b/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 +} From 7daf173e303492e1fb8400793841e305529c3852 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 23 Feb 2015 21:47:21 +0100 Subject: [PATCH 2/2] ntp: (re-)add pps-tools dependency otherwise the PPS driver of ntpd will not be built, even with --enable-ATOM explicitly set during ./configure --- recipes-bsp/ntp/ntp_4.2.8p1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/ntp/ntp_4.2.8p1.bb b/recipes-bsp/ntp/ntp_4.2.8p1.bb index 768241bbb4..17c21d00ea 100644 --- a/recipes-bsp/ntp/ntp_4.2.8p1.bb +++ b/recipes-bsp/ntp/ntp_4.2.8p1.bb @@ -8,7 +8,7 @@ SECTION = "console/network" LICENSE = "NTP" LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=f41fedb22dffefcbfafecc85b0f79cfa" -DEPENDS = "libevent" +DEPENDS = "pps-tools libevent" SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.gz \ file://ntp-4.2.4_p6-nano.patch \