summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-11-29 10:04:36 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-30 15:15:06 +0000
commitf73462cdb746afc1bf95b91422315cda62dfdcd1 (patch)
tree8ad47c40f3ef0f1b7430a5500e8d906371717bb6 /meta/recipes-connectivity/openssl/openssl_0.9.8r.bb
parent264dacf41b9ffa80c907a688c38b36e4f987274a (diff)
downloadpoky-f73462cdb746afc1bf95b91422315cda62dfdcd1.tar.gz
openssl-0.9.8: move parallel-make fix to 0.9.8
(From OE-Core rev: d25289f2df980550c7379581712c442d372d93c8) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_0.9.8r.bb')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_0.9.8r.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb b/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb
index 555bacf86b..4c6cad353e 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"
25SRC_URI[sha256sum] = "42b2368f786b05ed3be846838dce126b4e8e3dba8fb2e0ce83102df28c102fad" 25SRC_URI[sha256sum] = "42b2368f786b05ed3be846838dce126b4e8e3dba8fb2e0ce83102df28c102fad"
26 26
27SRC_URI += "file://configure-targets.patch \ 27SRC_URI += "file://configure-targets.patch \
28 file://shared-libs.patch" 28 file://shared-libs.patch \
29 file://parallel-make-fix.patch"
29 30
30BBCLASSEXTEND = "native nativesdk" 31BBCLASSEXTEND = "native nativesdk"