1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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>
This commit is contained in:
Saul Wold
2011-11-29 10:04:36 -08:00
committed by Richard Purdie
parent 264dacf41b
commit f73462cdb7
2 changed files with 2 additions and 2 deletions
@@ -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}"
@@ -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"