[oe-commits] Mike Westerhof : thttpd: disable PARALLEL_MAKE due to build failures

GIT User account git at amethyst.openembedded.net
Thu Mar 19 14:45:51 UTC 2009


Module: openembedded.git
Branch: hrw/poky-merge/add-rpm-packages-support
Commit: 8745858efa73f51e7450db0332c5399bb365c9d7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8745858efa73f51e7450db0332c5399bb365c9d7

Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Mar 13 09:31:11 2009 -0500

thttpd: disable PARALLEL_MAKE due to build failures

---

 packages/thttpd/thttpd_2.25b.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/packages/thttpd/thttpd_2.25b.bb b/packages/thttpd/thttpd_2.25b.bb
index 6beb01f..c1ec7e7 100644
--- 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 ="r6"
+PR ="r7"
 
 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"
 





More information about the Openembedded-commits mailing list