diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-08-16 21:43:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-20 17:38:23 +0100 |
commit | 37f376f70256a1debb9709b8b07f0d328c429caf (patch) | |
tree | f912b677ac6b73ca1e096a83f2d272a833b6afe8 /meta/recipes-connectivity | |
parent | 42da5e86640c0b50f18dd543831761e75ae2e717 (diff) | |
download | poky-37f376f70256a1debb9709b8b07f0d328c429caf.tar.gz |
openssl: drop obsolete no-afalgeng workaround for aarch64
The aarch64 build issue in the afalg engine appears to have been
fixed upstream since openssl 1.1.0g:
https://github.com/openssl/openssl/commit/a0c262644eab897b51faf1fa013008052c3754c2
(From OE-Core rev: 3184de7f57c05f32682d0c00baf797074b137422)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.0i.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb b/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb index 92f305910a..507f8f881b 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb | |||
@@ -25,12 +25,6 @@ SRC_URI[sha256sum] = "ebbfc844a8c8cc0ea5dc10b86c9ce97f401837f3fa08c17b2cdadc1182 | |||
25 | 25 | ||
26 | inherit lib_package multilib_header ptest relative_symlinks | 26 | inherit lib_package multilib_header ptest relative_symlinks |
27 | 27 | ||
28 | #| engines/afalg/e_afalg.c: In function 'eventfd': | ||
29 | #| engines/afalg/e_afalg.c:110:20: error: '__NR_eventfd' undeclared (first use in this function) | ||
30 | #| return syscall(__NR_eventfd, n); | ||
31 | #| ^~~~~~~~~~~~ | ||
32 | EXTRA_OECONF_append_aarch64 = " no-afalgeng" | ||
33 | |||
34 | #| ./libcrypto.so: undefined reference to `getcontext' | 28 | #| ./libcrypto.so: undefined reference to `getcontext' |
35 | #| ./libcrypto.so: undefined reference to `setcontext' | 29 | #| ./libcrypto.so: undefined reference to `setcontext' |
36 | #| ./libcrypto.so: undefined reference to `makecontext' | 30 | #| ./libcrypto.so: undefined reference to `makecontext' |