[oe-commits] Andreas Müller : cherokee.inc: add DEPENDS to mysql5

git at git.openembedded.org git at git.openembedded.org
Mon Mar 12 07:19:25 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 4cd9933e43ad2772a52b3cc051e102de60ad689d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=4cd9933e43ad2772a52b3cc051e102de60ad689d

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Fri Mar  9 10:13:50 2012 +0000

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 at googlemail.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 meta-oe/recipes-connectivity/cherokee/cherokee.inc |    2 +-
 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 114dbba..1e09dbf 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 \





More information about the Openembedded-commits mailing list