summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-10-20 11:56:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-23 10:49:19 +0100
commit088207034bbac12670a567d8172a3a46347722ba (patch)
tree17a678824499003ad43955b84af1bff3774187e2 /meta/recipes-connectivity/openssl
parent7d6578578f6d7472080f1a225542903ca11e964d (diff)
downloadpoky-088207034bbac12670a567d8172a3a46347722ba.tar.gz
openssl: Match target name for riscv64/riscv32
This is updated in openssl [1] [2] since opensssl 3.2 onwards [1] https://github.com/openssl/openssl/commit/42ee6e7be43c57136d71e5612fed22a06f7f5d0e [2] https://github.com/openssl/openssl/commit/c29554245ae107c87d71c8463eef0134391da318 (From OE-Core rev: ed280618b40e5c67d475f74569183a11619b52c2) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_3.1.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_3.1.3.bb b/meta/recipes-connectivity/openssl/openssl_3.1.3.bb
index cc9452c8ab..9fd8a205c6 100644
--- a/meta/recipes-connectivity/openssl/openssl_3.1.3.bb
+++ b/meta/recipes-connectivity/openssl/openssl_3.1.3.bb
@@ -119,10 +119,10 @@ do_configure () {
119 target=linux-ppc64le 119 target=linux-ppc64le
120 ;; 120 ;;
121 linux-riscv32) 121 linux-riscv32)
122 target=linux-latomic 122 target=linux32-riscv32
123 ;; 123 ;;
124 linux-riscv64) 124 linux-riscv64)
125 target=linux-generic64 125 target=linux64-riscv64
126 ;; 126 ;;
127 linux-sparc | linux-supersparc) 127 linux-sparc | linux-supersparc)
128 target=linux-sparcv9 128 target=linux-sparcv9