summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl_1.0.2p.bb
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2018-08-16 21:43:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-20 17:38:22 +0100
commit440cc5bd8d7b50ee56a9a88fbde2631912f68d63 (patch)
treedd3a93fd630b53b9b0484852a7ee417b77b792ab /meta/recipes-connectivity/openssl/openssl_1.0.2p.bb
parent5afc46a9a9e23597ec189c59be38547b0b2cf967 (diff)
downloadpoky-440cc5bd8d7b50ee56a9a88fbde2631912f68d63.tar.gz
openssl: consolidate target name mapping rules
Merge duplicates + minor reformatting (no functional changes). Note that the openssl 1.1 recipe still needs to be updated to handle MIPS Release 6 ISA targets (e.g. linux-mipsisa32r6, etc). (From OE-Core rev: bdc9e773c240716c2e2a60ca5d4313cfaa6188b1) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_1.0.2p.bb')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.0.2p.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2p.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2p.bb
index 5d419772f9..5a2593c0ae 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.0.2p.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.0.2p.bb
@@ -164,7 +164,7 @@ do_configure () {
164 linux-mips*) 164 linux-mips*)
165 target=debian-mips 165 target=debian-mips
166 ;; 166 ;;
167 linux-microblaze*|linux-nios2*|linux-gnu*ilp32**) 167 linux-microblaze* | linux-nios2* | linux-gnu*ilp32**)
168 target=linux-generic32 168 target=linux-generic32
169 ;; 169 ;;
170 linux-powerpc) 170 linux-powerpc)
@@ -179,10 +179,7 @@ do_configure () {
179 linux-riscv64) 179 linux-riscv64)
180 target=linux-generic64 180 target=linux-generic64
181 ;; 181 ;;
182 linux-supersparc) 182 linux-sparc | linux-supersparc)
183 target=linux-sparcv8
184 ;;
185 linux-sparc)
186 target=linux-sparcv8 183 target=linux-sparcv8
187 ;; 184 ;;
188 esac 185 esac