mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
openssl: remove uclibc remnants
Align the openssl 1.1 recipe with changes made to openssl 1.0: http://git.openembedded.org/openembedded-core/commit/?id=e01e7c543a559c8926d72159b5cd55db0c661434 (From OE-Core rev: 35cf2c1266927b609e0022be2c7bd8e08410a456) (From OE-Core rev: 7a5fd1ca7d4b3aa0060134e7ea2af57bb9f2fe07) 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:
committed by
Richard Purdie
parent
5474c37f90
commit
76cdf32f96
@@ -37,10 +37,7 @@ EXTRA_OECONF_append_libc-musl = " -DOPENSSL_NO_ASYNC"
|
|||||||
do_configure () {
|
do_configure () {
|
||||||
os=${HOST_OS}
|
os=${HOST_OS}
|
||||||
case $os in
|
case $os in
|
||||||
linux-uclibc |\
|
|
||||||
linux-uclibceabi |\
|
|
||||||
linux-gnueabi |\
|
linux-gnueabi |\
|
||||||
linux-uclibcspe |\
|
|
||||||
linux-gnuspe |\
|
linux-gnuspe |\
|
||||||
linux-musl*)
|
linux-musl*)
|
||||||
os=linux
|
os=linux
|
||||||
|
|||||||
Reference in New Issue
Block a user