diff options
author | lumag <dbaryshkov@gmail.com> | 2011-09-05 01:37:03 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-06 12:24:38 +0200 |
commit | cffa06f750b720f3e2391b104c4be533fc61feec (patch) | |
tree | 938e37fe3d6d2a857302b0396a0207f128236a8a /meta-oe/recipes-connectivity/openssl/openssl_0.9.8m.bb | |
parent | c17fe9bc7ed4096853ba160a67300b3c5e1dd02b (diff) | |
download | meta-openembedded-cffa06f750b720f3e2391b104c4be533fc61feec.tar.gz |
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 <dbaryshkov@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity/openssl/openssl_0.9.8m.bb')
-rw-r--r-- | meta-oe/recipes-connectivity/openssl/openssl_0.9.8m.bb | 3 |
1 files changed, 1 insertions, 2 deletions
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}" | |||
11 | SRC_URI += "file://configure-targets.patch \ | 11 | SRC_URI += "file://configure-targets.patch \ |
12 | file://shared-libs.patch \ | 12 | file://shared-libs.patch \ |
13 | file://debian.patch \ | 13 | file://debian.patch \ |
14 | file://parallel-make-fix.patch \ | ||
14 | file://oe-ldflags.patch" | 15 | file://oe-ldflags.patch" |
15 | |||
16 | PARALLEL_MAKE = "" | ||