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:
ca12f35
)
thttpd: disable PARALLEL_MAKE due to build failures
author
Mike Westerhof
<mwester@dls.net>
Fri, 13 Mar 2009 14:31:11 +0000
(09:31 -0500)
committer
Mike Westerhof
<mwester@dls.net>
Fri, 13 Mar 2009 14:31:11 +0000
(09:31 -0500)
packages/thttpd/thttpd_2.25b.bb
patch
|
blob
|
history
diff --git
a/packages/thttpd/thttpd_2.25b.bb
b/packages/thttpd/thttpd_2.25b.bb
index
6beb01f
..
c1ec7e7
100644
(file)
--- a/
packages/thttpd/thttpd_2.25b.bb
+++ b/
packages/thttpd/thttpd_2.25b.bb
@@
-1,7
+1,7
@@
DESCRIPTION = "A simple, small, portable, fast, and secure HTTP server."
LICENSE = "BSD"
HOMEPAGE = "http://www.acme.com/software/thttpd/"
-PR ="r
6
"
+PR ="r
7
"
SRC_URI = "http://www.acme.com/software/thttpd/thttpd-2.25b.tar.gz \
file://install.patch;patch=1 \
@@
-10,6
+10,8
@@
SRC_URI = "http://www.acme.com/software/thttpd/thttpd-2.25b.tar.gz \
file://htpasswd_shared.diff;patch=1"
S = "${WORKDIR}/thttpd-${PV}"
+PARALLEL_MAKE = ""
+
INITSCRIPT_NAME = "thttpd"
INITSCRIPT_PARAMS = "defaults"