--- 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 -} - -- 1.6.4.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
