From 5a881d0d782cb69b7754f7438ba66b703f4884ba Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 10 Sep 2009 12:49:38 -0700 Subject: cherokee: Add new version 0.99.24 * Use INC_PR * Add new recipe for 0.99.24 * Add --with-mysql configure option to point to staging area. Otherwise with build machines having local installation of mysql-dev, cherokee configures itself to use the headers from /usr/include/mysql Signed-off-by: Khem Raj Signed-off-by: Cliff Brake --- recipes/cherokee/cherokee_0.99.24.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/cherokee/cherokee_0.99.24.bb (limited to 'recipes/cherokee/cherokee_0.99.24.bb') diff --git a/recipes/cherokee/cherokee_0.99.24.bb b/recipes/cherokee/cherokee_0.99.24.bb new file mode 100644 index 0000000000..b5d016006f --- /dev/null +++ b/recipes/cherokee/cherokee_0.99.24.bb @@ -0,0 +1,12 @@ +require cherokee.inc + +PR = "${INC_PR}.0" + +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 += "--with-mysql=${STAGING_INCDIR}/mysql" -- cgit v1.2.3