aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-03-09 10:13:50 +0000
committerKhem Raj <raj.khem@gmail.com>2012-03-11 10:10:37 -0700
commit4cd9933e43ad2772a52b3cc051e102de60ad689d (patch)
tree9919f945fe86d1798f451e99606cd1e288b48baf
parent36e2463bb988b9df930a70392622b68ad2b9f035 (diff)
downloadmeta-openembedded-4cd9933e43ad2772a52b3cc051e102de60ad689d.tar.gz
cherokee.inc: add DEPENDS to mysql5
error in do_configure.log was: checking for mysql_config... /usr/bin/mysql_config checking for MySQL libraries... yes checking for mysql.h (using mysql_config --cflags)... no checking if MySQL version is >= 5.0.0... yes ... ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. The path was '/home/andreas/tmp/oe-core-eglibc/work/armv7a-angstrom-linux-gnueabi/cherokee-1.2.98-r0.0/cherokee-1.2.98' ERROR: Function failed: do_qa_configure Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/cherokee/cherokee.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/cherokee/cherokee.inc b/meta-oe/recipes-connectivity/cherokee/cherokee.inc
index 114dbba282..1e09dbfb6b 100644
--- a/meta-oe/recipes-connectivity/cherokee/cherokee.inc
+++ b/meta-oe/recipes-connectivity/cherokee/cherokee.inc
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
INC_PR = "r0"
-DEPENDS = "libpcre openssl ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
+DEPENDS = "libpcre openssl mysql5 ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
SRC_URI = "http://www.cherokee-project.com/download/1.2/${PV}/cherokee-${PV}.tar.gz \
file://cherokee.init \