blob: 4e499ea4b728c7685c3917f6eb7bb9c9c53a33b5 (
plain)
1
2
3
4
5
6
7
8
9
|
require ntp_4.1.2.bb
DEPENDS = "openssl"
PR = "r2"
S = "${WORKDIR}/ntp-${PV}"
EXTRA_OECONF = "--with-openssl-libdir=${STAGING_LIBDIR} \
--with-openssl-incdir=${STAGING_INCDIR}/openssl"
|