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