1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

openssl: support musl-x32 build

Align the openssl 1.1 recipe with changes made to openssl 1.0:

  http://git.openembedded.org/openembedded-core/commit/?id=a072d4620db462c5d3459441d5684cfd99938400

(From OE-Core rev: 24e745aaa2354432a9112879450263cab742c85b)

(From OE-Core rev: ec24fcc63e33b9c808b81968bad94e497051d350)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andre McCurdy
2018-07-23 19:38:54 -07:00
committed by Richard Purdie
parent 76cdf32f96
commit 0f0ee3b94a
@@ -39,7 +39,9 @@ do_configure () {
case $os in case $os in
linux-gnueabi |\ linux-gnueabi |\
linux-gnuspe |\ linux-gnuspe |\
linux-musl*) linux-musleabi |\
linux-muslspe |\
linux-musl )
os=linux os=linux
;; ;;
*) *)
@@ -71,7 +73,7 @@ do_configure () {
linux-i686) linux-i686)
target=linux-elf target=linux-elf
;; ;;
linux-gnux32-x86_64) linux-gnux32-x86_64 | linux-muslx32-x86_64 )
target=linux-x32 target=linux-x32
;; ;;
linux-gnu64-x86_64) linux-gnu64-x86_64)