]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: Add powerpc64 LE support
authorKhem Raj <raj.khem@gmail.com>
Sat, 18 Jan 2020 19:41:20 +0000 (11:41 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Jan 2020 23:49:15 +0000 (23:49 +0000)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/openssl_1.1.1d.bb

index 458ae7daf4e6a9aa73dcbc3745762b118ad8384a..7fd0f9a269c9c0290164382a8f6588e5dc99ae7b 100644 (file)
@@ -102,6 +102,9 @@ do_configure () {
        linux-powerpc64)
                target=linux-ppc64
                ;;
+       linux-powerpc64le)
+               target=linux-ppc64le
+               ;;
        linux-riscv32)
                target=linux-generic32
                ;;