aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/ntp/ntp-ssl_4.2.6p5.bb
blob: e5851ae9affd98a8a312c4fe03795ee7799af767 (plain)
1
2
3
4
5
6
7
8
9
10
require ntp.inc
DEPENDS = "openssl"

S = "${WORKDIR}/ntp-${PV}"

EXTRA_OECONF += "--with-openssl-libdir=${STAGING_LIBDIR} \
		 --with-openssl-incdir=${STAGING_INCDIR}/openssl \
		 --with-crypto"

FILES_${PN} += "${bindir}/sntp ${bindir}/ntp-keygen"