blob: 05349033b3c7187cd82e72ef34b1a312fea595d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require cherokee.inc
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 "
CONFFILES_${PN} = " \
${sysconfdir}/cherokee/cherokee.conf \
${sysconfdir}/init.d/cherokee \
"
EXTRA_OECONF = "--enable-tls=openssl --disable-static --disable-nls --with-mysql=${STAGING_INCDIR}/mysql"
|