diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-05-12 22:53:19 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-15 17:53:29 +0100 |
commit | a98ac2a39b30b3a3e94669616900547b0b87992a (patch) | |
tree | 3ab98c21f2018d317dae16ed6d40cb951eca60a2 /meta/conf/distro | |
parent | 66ef365ba617e3f0dfb13d8711871b6628ed4465 (diff) | |
download | poky-a98ac2a39b30b3a3e94669616900547b0b87992a.tar.gz |
openssl: Remove openssl10
OpenSSL 1.0 has been replaced by 1.1, and it would be harder
to security-support after the upstream EOL at the end of 2019.
(From OE-Core rev: 0f7ffcaa18db7bc27f30c994aafbb9f4f8b2ae7e)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/maintainers.inc | 1 | ||||
-rw-r--r-- | meta/conf/distro/include/no-static-libs.inc | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 12207f3118..bf48e5db2f 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc | |||
@@ -538,7 +538,6 @@ RECIPE_MAINTAINER_pn-nss-myhostname = "Anuj Mittal <anuj.mittal@intel.com>" | |||
538 | RECIPE_MAINTAINER_pn-ofono = "Ross Burton <ross.burton@intel.com>" | 538 | RECIPE_MAINTAINER_pn-ofono = "Ross Burton <ross.burton@intel.com>" |
539 | RECIPE_MAINTAINER_pn-openssh = "Armin Kuster <akuster808@gmail.com>" | 539 | RECIPE_MAINTAINER_pn-openssh = "Armin Kuster <akuster808@gmail.com>" |
540 | RECIPE_MAINTAINER_pn-openssl = "Alexander Kanavin <alex.kanavin@gmail.com>" | 540 | RECIPE_MAINTAINER_pn-openssl = "Alexander Kanavin <alex.kanavin@gmail.com>" |
541 | RECIPE_MAINTAINER_pn-openssl10 = "Alexander Kanavin <alex.kanavin@gmail.com>" | ||
542 | RECIPE_MAINTAINER_pn-opkg = "Alejandro del Castillo <alejandro.delcastillo@ni.com>" | 541 | RECIPE_MAINTAINER_pn-opkg = "Alejandro del Castillo <alejandro.delcastillo@ni.com>" |
543 | RECIPE_MAINTAINER_pn-opkg-arch-config = "Alejandro del Castillo <alejandro.delcastillo@ni.com>" | 542 | RECIPE_MAINTAINER_pn-opkg-arch-config = "Alejandro del Castillo <alejandro.delcastillo@ni.com>" |
544 | RECIPE_MAINTAINER_pn-opkg-keyrings = "Alejandro del Castillo <alejandro.delcastillo@ni.com>" | 543 | RECIPE_MAINTAINER_pn-opkg-keyrings = "Alejandro del Castillo <alejandro.delcastillo@ni.com>" |
diff --git a/meta/conf/distro/include/no-static-libs.inc b/meta/conf/distro/include/no-static-libs.inc index 712d858dc0..4141ecb765 100644 --- a/meta/conf/distro/include/no-static-libs.inc +++ b/meta/conf/distro/include/no-static-libs.inc | |||
@@ -26,9 +26,6 @@ DISABLE_STATIC_pn-openjade-native = "" | |||
26 | DISABLE_STATIC_pn-openssl = "" | 26 | DISABLE_STATIC_pn-openssl = "" |
27 | DISABLE_STATIC_pn-openssl-native = "" | 27 | DISABLE_STATIC_pn-openssl-native = "" |
28 | DISABLE_STATIC_pn-nativesdk-openssl = "" | 28 | DISABLE_STATIC_pn-nativesdk-openssl = "" |
29 | DISABLE_STATIC_pn-openssl10 = "" | ||
30 | DISABLE_STATIC_pn-openssl10-native = "" | ||
31 | DISABLE_STATIC_pn-nativesdk-openssl10 = "" | ||
32 | # libssp-static-dev included in build-appliance | 29 | # libssp-static-dev included in build-appliance |
33 | DISABLE_STATIC_pn-gcc-runtime = "" | 30 | DISABLE_STATIC_pn-gcc-runtime = "" |
34 | # libusb1-native is used to build static dfu-util-native | 31 | # libusb1-native is used to build static dfu-util-native |