From 3e2a759581010c18789670f8aefd24f3e4f969ef Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 3 May 2004 12:10:31 +0000 Subject: [PATCH] ntp provides ntpdate BKrev: 409636b7KXugCvD2Q0MWpu_si0J6xg --- ntp/ntp_4.1.2.oe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ntp/ntp_4.1.2.oe b/ntp/ntp_4.1.2.oe index 8b526382d5..b2891973a6 100644 --- a/ntp/ntp_4.1.2.oe +++ b/ntp/ntp_4.1.2.oe @@ -1,8 +1,11 @@ -DEPENDS = "virtual/libc openssl" DESCRIPTION = "The Network Time Protocol (NTP) is used to \ synchronize the time of a computer client or server to \ another server or reference time source, such as a radio \ or satellite receiver or modem." +SECTION = "net" +PRIORITY = "optional" +DEPENDS = "virtual/libc openssl" +PROVIDES = "ntpdate" SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PV}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1" -- 2.39.5