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