aboutsummaryrefslogtreecommitdiffstats
path: root/ntp
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-03 12:10:31 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-03 12:10:31 +0000
commit3e2a759581010c18789670f8aefd24f3e4f969ef (patch)
treedf42e67820d50a936ecaad1325f89ae2f505cb0f /ntp
parent5c65aec8673083c688ce79b4aa43f71cdf7374a5 (diff)
downloadopenembedded-3e2a759581010c18789670f8aefd24f3e4f969ef.tar.gz
ntp provides ntpdate
BKrev: 409636b7KXugCvD2Q0MWpu_si0J6xg
Diffstat (limited to 'ntp')
-rw-r--r--ntp/ntp_4.1.2.oe5
1 files changed, 4 insertions, 1 deletions
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"