From 7daf173e303492e1fb8400793841e305529c3852 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 23 Feb 2015 21:47:21 +0100 Subject: [PATCH] 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 768241b..17c21d0 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 \