aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cherokee
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-01-20 00:31:28 -0800
committerKhem Raj <raj.khem@gmail.com>2010-01-20 00:31:28 -0800
commit2bcf50bbf1ea353c8c8d3c837b2ebdb0f32260d1 (patch)
tree98a08924b71f3dbbc2350c0788b2c847115f2c5a /recipes/cherokee
parenta41265d8838c3a1fe8e6a67873fe40ba8113c337 (diff)
downloadopenembedded-2bcf50bbf1ea353c8c8d3c837b2ebdb0f32260d1.tar.gz
cherokee_0.99.24.bb: Add missing DEPENDS
* 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>
Diffstat (limited to 'recipes/cherokee')
-rw-r--r--recipes/cherokee/cherokee_0.99.24.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/cherokee/cherokee_0.99.24.bb b/recipes/cherokee/cherokee_0.99.24.bb
index b5d016006f..05349033b3 100644
--- a/recipes/cherokee/cherokee_0.99.24.bb
+++ b/recipes/cherokee/cherokee_0.99.24.bb
@@ -1,6 +1,8 @@
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 "
@@ -9,4 +11,4 @@ CONFFILES_${PN} = " \
${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"