summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-07-19 12:41:35 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-20 15:27:34 +0100
commit9f952b2349df8c813fe7cffee49767c794be020a (patch)
treeb8f2a6941e800b0b40b6e5ff8f66a59cca44af01 /meta/recipes-connectivity
parent350431d860e94be85e4906fb6823cd15da558675 (diff)
downloadpoky-9f952b2349df8c813fe7cffee49767c794be020a.tar.gz
openssl: Add handling for linux-gnuspe-powerpc
If trying to build for an e500v2 target openssl will fail to build since the configure script didn't know how to handle a 'gnuspe' target. (From OE-Core rev: d42a262c1fe41bd774be85f3df1baf144fc8e67d) Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/openssl/openssl.inc3
-rw-r--r--meta/recipes-connectivity/openssl/openssl_0.9.8r.bb2
2 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
index 39143ad90a..79620b32fc 100644
--- a/meta/recipes-connectivity/openssl/openssl.inc
+++ b/meta/recipes-connectivity/openssl/openssl.inc
@@ -80,6 +80,9 @@ do_configure () {
80 linux-powerpc) 80 linux-powerpc)
81 target=linux-ppc 81 target=linux-ppc
82 ;; 82 ;;
83 linux-gnuspe-powerpc)
84 target=linux-ppc
85 ;;
83 linux-supersparc) 86 linux-supersparc)
84 target=linux-sparcv8 87 target=linux-sparcv8
85 ;; 88 ;;
diff --git a/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb b/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb
index ea83cb888d..344747f9a3 100644
--- a/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb
+++ b/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb
@@ -1,6 +1,6 @@
1require openssl.inc 1require openssl.inc
2 2
3PR = "r3" 3PR = "r4"
4SRC_URI += "file://debian/ca.patch \ 4SRC_URI += "file://debian/ca.patch \
5 file://debian/config-hurd.patch;apply=no \ 5 file://debian/config-hurd.patch;apply=no \
6 file://debian/debian-targets.patch \ 6 file://debian/debian-targets.patch \