]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: support musl-x32 build
authorAndre McCurdy <armccurdy@gmail.com>
Tue, 24 Jul 2018 02:38:54 +0000 (19:38 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Aug 2018 14:22:25 +0000 (15:22 +0100)
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)

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>
meta/recipes-connectivity/openssl/openssl_1.1.0h.bb

index a2f5d674215122ce9f4400bc147b63939e816971..5dc2966faccaf7cc22edcf4e2b79d4242b20e267 100644 (file)
@@ -39,7 +39,9 @@ do_configure () {
        case $os in
        linux-gnueabi |\
        linux-gnuspe |\
-       linux-musl*)
+       linux-musleabi |\
+       linux-muslspe |\
+       linux-musl )
                os=linux
                ;;
                *)
@@ -71,7 +73,7 @@ do_configure () {
        linux-i686)
                target=linux-elf
                ;;
-       linux-gnux32-x86_64)
+       linux-gnux32-x86_64 | linux-muslx32-x86_64 )
                target=linux-x32
                ;;
        linux-gnu64-x86_64)