aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fastcgi
diff options
context:
space:
mode:
authorMichael Lippautz <michael.lippautz@gmail.com>2010-02-26 06:25:14 +0000
committerKoen Kooi <koen@openembedded.org>2010-02-26 19:25:06 +0100
commit2bc60c84b483dadd58bb662f44a60c85d6aab908 (patch)
tree6f376d4466baf0e7063986b3c031a0df5b70448b /recipes/fastcgi
parentc3b6d0c3543e3fcfb1ebe35e140f0f7c38a87161 (diff)
downloadopenembedded-2bc60c84b483dadd58bb662f44a60c85d6aab908.tar.gz
fastcgi: Move to new staging
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/fastcgi')
-rw-r--r--recipes/fastcgi/fastcgi_2.4.0.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes/fastcgi/fastcgi_2.4.0.bb b/recipes/fastcgi/fastcgi_2.4.0.bb
index a575da1d84..147634293a 100644
--- a/recipes/fastcgi/fastcgi_2.4.0.bb
+++ b/recipes/fastcgi/fastcgi_2.4.0.bb
@@ -1,6 +1,6 @@
LICENSE = "Open Market"
DESCRIPTION = "Fast CGI backend (web server to CGI handler) library"
-PR = "r3"
+PR = "r4"
SRC_URI = "http://www.fastcgi.com/dist/fcgi-${PV}.tar.gz \
file://link-against-math.patch;patch=1 \
@@ -13,8 +13,3 @@ LEAD_SONAME = "libfcgi.so*"
PARALLEL_MAKE=""
inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}
-