From: Saul Wold Date: Tue, 29 Nov 2011 18:04:36 +0000 (-0800) Subject: openssl-0.9.8: move parallel-make fix to 0.9.8 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~43485 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d25289f2df980550c7379581712c442d372d93c8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git openssl-0.9.8: move parallel-make fix to 0.9.8 Signed-off-by: Saul Wold --- diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index f3ada138acf..f1c1961d3a3 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc @@ -11,7 +11,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" DEPENDS = "perl-native-runtime" SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \ - file://parallel-make-fix.patch \ " S = "${WORKDIR}/openssl-${PV}" diff --git a/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb b/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb index 555bacf86be..4c6cad353e7 100644 --- a/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb +++ b/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb @@ -25,6 +25,7 @@ SRC_URI[md5sum] = "0352932ea863bc02b056cda7c9ac5b79" SRC_URI[sha256sum] = "42b2368f786b05ed3be846838dce126b4e8e3dba8fb2e0ce83102df28c102fad" SRC_URI += "file://configure-targets.patch \ - file://shared-libs.patch" + file://shared-libs.patch \ + file://parallel-make-fix.patch" BBCLASSEXTEND = "native nativesdk"