]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl-0.9.8: move parallel-make fix to 0.9.8
authorSaul Wold <sgw@linux.intel.com>
Tue, 29 Nov 2011 18:04:36 +0000 (10:04 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Nov 2011 15:03:41 +0000 (15:03 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-connectivity/openssl/openssl.inc
meta/recipes-connectivity/openssl/openssl_0.9.8r.bb

index f3ada138acfb8c4de96bb9603cd3473ef0ce12e0..f1c1961d3a3543d648f123570f9242ec194575d3 100644 (file)
@@ -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}"
 
index 555bacf86be2fc7d6206ad66a6f1d7feabe8d0a2..4c6cad353e7138f49ff5146918ecb3fd9cb81056 100644 (file)
@@ -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"