mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 21:23:04 +01:00
Existing openssl 1.0 recipe is renamed to openssl10; it will continue to be provided for as long as upstream supports it (and there are still several recipes which do not work with openssl 1.1 due to API differences). A few files (such as openssl binary) are no longer installed by openssl 1.0, because they clash with openssl 1.1. (From OE-Core rev: da1183f9fa5e06fbe66b5b31eb3313d5d35d11e3) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
43 lines
1.5 KiB
PHP
43 lines
1.5 KiB
PHP
DISABLE_STATIC = " --disable-static"
|
|
|
|
# qemu aborts on unrecognised option
|
|
DISABLE_STATIC_pn-qemu = ""
|
|
DISABLE_STATIC_pn-qemu-native = ""
|
|
DISABLE_STATIC_pn-nativesdk-qemu = ""
|
|
# pciutils fails build
|
|
DISABLE_STATIC_pn-pciutils = ""
|
|
# libcap aborts on unrecognised option
|
|
DISABLE_STATIC_pn-libcap = ""
|
|
DISABLE_STATIC_pn-libcap-native = ""
|
|
DISABLE_STATIC_pn-nativesdk-libcap = ""
|
|
# libpcap aborts on unrecognised option
|
|
DISABLE_STATIC_pn-libpcap = ""
|
|
# needed by gdb
|
|
DISABLE_STATIC_pn-readline = ""
|
|
# needed by pseudo
|
|
DISABLE_STATIC_pn-sqlite3 = ""
|
|
DISABLE_STATIC_pn-sqlite3-native = ""
|
|
DISABLE_STATIC_pn-nativesdk-sqlite3 = ""
|
|
# openjade/sgml-common have build issues without static libs
|
|
DISABLE_STATIC_pn-sgml-common-native = ""
|
|
DISABLE_STATIC_pn-openjade-native = ""
|
|
# openssl has build issues without static libs
|
|
DISABLE_STATIC_pn-openssl = ""
|
|
DISABLE_STATIC_pn-openssl-native = ""
|
|
DISABLE_STATIC_pn-nativesdk-openssl = ""
|
|
DISABLE_STATIC_pn-openssl10 = ""
|
|
DISABLE_STATIC_pn-openssl10-native = ""
|
|
DISABLE_STATIC_pn-nativesdk-openssl10 = ""
|
|
# libssp-static-dev included in build-appliance
|
|
DISABLE_STATIC_pn-gcc-runtime = ""
|
|
# libusb1-native is used to build static dfu-util-native
|
|
DISABLE_STATIC_pn-libusb1-native = ""
|
|
|
|
EXTRA_OECONF_append = "${DISABLE_STATIC}"
|
|
|
|
EXTRA_OECMAKE_append_pn-libical = " -DSHARED_ONLY=True"
|
|
|
|
EXCONFIG_ARGS_append_pn-ncurses = " --without-normal"
|
|
EXCONFIG_ARGS_append_pn-ncurses-native = " --without-normal"
|
|
EXCONFIG_ARGS_append_pn-nativesdk-ncurses = " --without-normal"
|