From: Michael Lauer Date: Mon, 3 May 2004 12:10:31 +0000 (+0000) Subject: ntp provides ntpdate X-Git-Tag: Release-2010-05/1~19370 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e2a759581010c18789670f8aefd24f3e4f969ef;p=openembedded.git ntp provides ntpdate BKrev: 409636b7KXugCvD2Q0MWpu_si0J6xg --- 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"