blob: eb314cdf40eae3e80d82c602830fb183fd97a64b (
plain)
1
2
3
4
5
6
7
8
9
|
include 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"
|