increase dvbapp PR.
[vuplus_openembedded] / recipes / cherokee / cherokee_0.99.24.bb
1 require cherokee.inc
2
3 PR = "${INC_PR}.1"
4
5 DEPENDS = "libpcre openssl mysql"
6
7 SRC_URI = "http://www.cherokee-project.com/download/0.99/${PV}/cherokee-${PV}.tar.gz \
8            file://cherokee.init "
9
10 CONFFILES_${PN} = " \
11 ${sysconfdir}/cherokee/cherokee.conf \
12 ${sysconfdir}/init.d/cherokee \
13 "
14 EXTRA_OECONF = "--enable-tls=openssl --disable-static --disable-nls --with-mysql=${STAGING_INCDIR}/mysql"