* 0.99 version uses openssl and there is no option to have gnutls
so we configure it to use openssl.
* Add DEPENDS which were
missing and override the default depends coming from cherokee.inc
as it has gnutls in depends and would build this redundantly.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
require cherokee.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
+
+DEPENDS = "libpcre openssl mysql"
SRC_URI = "http://www.cherokee-project.com/download/0.99/${PV}/cherokee-${PV}.tar.gz \
file://cherokee.init "
${sysconfdir}/cherokee/cherokee.conf \
${sysconfdir}/init.d/cherokee \
"
-EXTRA_OECONF += "--with-mysql=${STAGING_INCDIR}/mysql"
+EXTRA_OECONF = "--enable-tls=openssl --disable-static --disable-nls --with-mysql=${STAGING_INCDIR}/mysql"