Files
meta-openembedded/meta-oe/recipes-connectivity/openssl/openssl_0.9.8m.bb
lumag cffa06f750 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>
2011-09-06 12:24:38 +02:00

16 lines
441 B
BlitzBasic

inherit pkgconfig
require openssl.inc
SRC_URI[src.md5sum] = "898bf125370926d5f692a2201124f8ec"
SRC_URI[src.sha256sum] = "36037160281cf4977d964e403d2bc0680fbca0a7ff9f65e33136d75fae12cb5b"
PR = "${INC_PR}.0"
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"