diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-09-10 12:49:38 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-09-10 12:53:06 -0700 |
commit | 5a881d0d782cb69b7754f7438ba66b703f4884ba (patch) | |
tree | e098cd4b62b2c6a01416ab6ffcda99b46b94f051 /recipes/cherokee/cherokee_0.99.24.bb | |
parent | dd5c666d2182d6d839bde4ba4737bbea65680854 (diff) |
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.99.24.bb')
-rw-r--r-- | recipes/cherokee/cherokee_0.99.24.bb | 12 |
1 files changed, 12 insertions, 0 deletions
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" |