diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-11-29 10:04:36 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 15:15:06 +0000 |
commit | f73462cdb746afc1bf95b91422315cda62dfdcd1 (patch) | |
tree | 8ad47c40f3ef0f1b7430a5500e8d906371717bb6 /meta | |
parent | 264dacf41b9ffa80c907a688c38b36e4f987274a (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl.inc | 1 | ||||
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_0.9.8r.bb | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index f3ada138ac..f1c1961d3a 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" | |||
11 | DEPENDS = "perl-native-runtime" | 11 | DEPENDS = "perl-native-runtime" |
12 | 12 | ||
13 | SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \ | 13 | SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \ |
14 | file://parallel-make-fix.patch \ | ||
15 | " | 14 | " |
16 | S = "${WORKDIR}/openssl-${PV}" | 15 | S = "${WORKDIR}/openssl-${PV}" |
17 | 16 | ||
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" | |||
25 | SRC_URI[sha256sum] = "42b2368f786b05ed3be846838dce126b4e8e3dba8fb2e0ce83102df28c102fad" | 25 | SRC_URI[sha256sum] = "42b2368f786b05ed3be846838dce126b4e8e3dba8fb2e0ce83102df28c102fad" |
26 | 26 | ||
27 | SRC_URI += "file://configure-targets.patch \ | 27 | SRC_URI += "file://configure-targets.patch \ |
28 | file://shared-libs.patch" | 28 | file://shared-libs.patch \ |
29 | file://parallel-make-fix.patch" | ||
29 | 30 | ||
30 | BBCLASSEXTEND = "native nativesdk" | 31 | BBCLASSEXTEND = "native nativesdk" |