git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3b6d0c
)
fastcgi: Move to new staging
author
Michael Lippautz
<michael.lippautz@gmail.com>
Fri, 26 Feb 2010 06:25:14 +0000
(06:25 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 26 Feb 2010 18:25:06 +0000
(19:25 +0100)
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/fastcgi/fastcgi_2.4.0.bb
patch
|
blob
|
history
diff --git
a/recipes/fastcgi/fastcgi_2.4.0.bb
b/recipes/fastcgi/fastcgi_2.4.0.bb
index
a575da1
..
1476342
100644
(file)
--- 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 = "r
3
"
+PR = "r
4
"
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
-}
-