From: Michael Lippautz Date: Fri, 26 Feb 2010 06:25:14 +0000 (+0000) Subject: fastcgi: Move to new staging X-Git-Tag: Release-2010-05/1~491^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bc60c84b483dadd58bb662f44a60c85d6aab908;p=openembedded.git fastcgi: Move to new staging Signed-off-by: Koen Kooi --- 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 -} -