Merge openembedded@openembedded.bkbits.net:packages
[vuplus_openembedded] / ntp / ntp_4.1.2.oe
1 DEPENDS = "virtual/libc openssl"
2 DESCRIPTION = "The Network Time Protocol (NTP) is used to \
3 synchronize the time of a computer client or server to \
4 another server or reference time source, such as a radio \
5 or satellite receiver or modem."
6
7 SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PV}.tar.gz \
8            file://${FILESDIR}/configure.patch;patch=1"
9
10 inherit autotools
11
12 EXTRA_OECONF = "--with-openssl-libdir=${STAGING_LIBDIR} \
13                 --with-openssl-incdir=${STAGING_INCDIR}/openssl"
14 CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED"