From cffa06f750b720f3e2391b104c4be533fc61feec Mon Sep 17 00:00:00 2001 From: lumag Date: Mon, 5 Sep 2011 01:37:03 +0000 Subject: openssl: fully fix parallel builds Add a patch from oe-core to fix parallel builds in openssl 0.9.8m. Then drop PARALLEL_MAKE settings in both of recipes. Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Koen Kooi --- meta-oe/recipes-connectivity/openssl/openssl_0.9.8m.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-oe/recipes-connectivity/openssl/openssl_0.9.8m.bb') diff --git a/meta-oe/recipes-connectivity/openssl/openssl_0.9.8m.bb b/meta-oe/recipes-connectivity/openssl/openssl_0.9.8m.bb index a7eb33285..1091bf2ed 100644 --- a/meta-oe/recipes-connectivity/openssl/openssl_0.9.8m.bb +++ b/meta-oe/recipes-connectivity/openssl/openssl_0.9.8m.bb @@ -11,6 +11,5 @@ export OE_LDFLAGS="${LDFLAGS}" SRC_URI += "file://configure-targets.patch \ file://shared-libs.patch \ file://debian.patch \ + file://parallel-make-fix.patch \ file://oe-ldflags.patch" - -PARALLEL_MAKE = "" -- cgit v1.2.3-54-g00ecf