[oe-commits] Michael Lippautz : fastcgi: Move to new staging

git version control git at git.openembedded.org
Fri Feb 26 18:25:21 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2bc60c84b483dadd58bb662f44a60c85d6aab908
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2bc60c84b483dadd58bb662f44a60c85d6aab908

Author: Michael Lippautz <michael.lippautz at gmail.com>
Date:   Fri Feb 26 06:25:14 2010 +0000

fastcgi: Move to new staging

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/fastcgi/fastcgi_2.4.0.bb |    7 +------
 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 a575da1..1476342 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
-}
-





More information about the Openembedded-commits mailing list