summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"