summaryrefslogtreecommitdiffstats
path: root/recipes/cherokee/cherokee_0.5.5.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-09-10 12:49:38 -0700
committerKhem Raj <raj.khem@gmail.com>2009-09-10 12:53:06 -0700
commit5a881d0d782cb69b7754f7438ba66b703f4884ba (patch)
treee098cd4b62b2c6a01416ab6ffcda99b46b94f051 /recipes/cherokee/cherokee_0.5.5.bb
parentdd5c666d2182d6d839bde4ba4737bbea65680854 (diff)
downloadopenembedded-5a881d0d782cb69b7754f7438ba66b703f4884ba.tar.gz
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 <raj.khem@gmail.com> Signed-off-by: Cliff Brake <cbrake@bec-systems.com>
Diffstat (limited to 'recipes/cherokee/cherokee_0.5.5.bb')
-rw-r--r--recipes/cherokee/cherokee_0.5.5.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/cherokee/cherokee_0.5.5.bb b/recipes/cherokee/cherokee_0.5.5.bb
index 73b4d52418..c12f519622 100644
--- a/recipes/cherokee/cherokee_0.5.5.bb
+++ b/recipes/cherokee/cherokee_0.5.5.bb
@@ -1,5 +1,3 @@
-PR = "r4"
-
SRC_URI_append = "file://configure.in.patch;patch=1 \
file://Makefile.am.patch;patch=1"
@@ -9,3 +7,4 @@ do_install_prepend () {
}
require cherokee.inc
+PR = "${INC_PR}.0"