[OE-core] [PATCH 00/24] ssp rework and glibc drop obsolete nsl/rpc
Khem Raj
raj.khem at gmail.com
Sun Apr 29 19:35:42 UTC 2018
This patchset is primarily fixing how we generate use and generate ssp support
in system runtime, we use the glibc/musl version consistently and suppliment
musl implementation with libssp_nonshared.a due to gcc needing it.
Second major change is to drop the obsoleted features of glibc
we have been carrying them for some releases now and its time to
drop the ball on rpc/nsl eventually in a followup when we upgrade to glibc
2.28 we should drop crypt as well, this also means that the changes we did
for musl for rpc/nsl can now we applied generally and thats evident from
few commits in the series
Added libnss-nis and rpcsvc-proto for stubborn recipes until they migrate
to use libtirpc
Few upgrades are generally helping gcc8 upgrade which I will post separately
once this patchset is baked and applied.
The following changes since commit 1b03cdf290c3c8b7f903aef696b0e1bfe763cbe0:
build-appliance-image: Update to sumo head revision (2018-04-23 17:54:13 +0100)
are available in the Git repository at:
git://git.openembedded.org/openembedded-core-contrib kraj/pu
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=kraj/pu
Khem Raj (24):
libssp-nonshared: Add recipe
musl: Depend on libssp-nonshared
gcc-runtime: Disable gcc version of libssp
libunwind: Drop adding libssp to linker flags
musl: Upgrade to latest
llvm: Fix [compile-host-path] QA issue
pbzip2: Fix C++11 warnings found with clang
alsa-tools: Update to 1.1.6
alsa-lib: Upgrade to 1.1.6
ruby: Upgrade to 1.5.1
glibc: Drop obsolete rpc and libnsl
rpcsvc-proto: Add recipe
libnss-nis: Add recipe
libtirpc: Upgrade to 1.0.4-tc1
libnsl: Upgrade to tip beyond 1.2.0 release
ltp: Fix build after removing rpc and libnsl in glibc
xinetd: Use libtirpc even on glibc
tcp-wrapper: Use external libnsl
Use libtirpc even on glibc
perl: Account for libnsl being dropped from glibc
mdadm: Fix build with gcc8
libnsl2: Install into /usr/include and /usr/lib
ppp: Install net/ppp_defs.h on musl
allarch.bbclass: Exclude package_do_shlibs from do_package signature
meta/classes/allarch.bbclass | 1 +
meta/classes/libc-common.bbclass | 4 -
.../distro/include/default-distrovars.inc | 2 +-
meta/conf/distro/include/maintainers.inc | 2 +
meta/conf/local.conf.sample.extended | 2 +-
meta/recipes-connectivity/ppp/ppp_2.4.7.bb | 4 +
.../glibc/cross-localedef-native_2.27.bb | 1 -
meta/recipes-core/glibc/glibc-initial.inc | 4 +-
meta/recipes-core/glibc/glibc-package.inc | 5 +-
meta/recipes-core/glibc/glibc.inc | 4 -
.../0021-eglibc-Install-PIC-archives.patch | 123 ---
meta/recipes-core/glibc/glibc_2.27.bb | 18 +-
meta/recipes-core/musl/libssp-nonshared.bb | 39 +
.../musl/libssp-nonshared/ssp-local.c | 45 +
meta/recipes-core/musl/musl_git.bb | 5 +-
meta/recipes-devtools/gcc/gcc-7.3.inc | 7 +-
...cc-override-TARGET_LIBC_PROVIDES_SSP.patch | 204 ++++
meta/recipes-devtools/gcc/gcc-runtime.inc | 4 +-
...able-generating-a-native-llvm-config.patch | 41 +
meta/recipes-devtools/llvm/llvm_git.bb | 7 +-
meta/recipes-devtools/perl/perl_5.24.1.bb | 2 +-
meta/recipes-devtools/ruby/ruby.inc | 11 +-
.../ruby/{ruby_2.5.0.bb => ruby_2.5.1.bb} | 4 +-
.../0001-include-sys-cdefs.h-explicitly.patch | 68 --
...de-stdint.h-for-uintptr_t-definition.patch | 27 -
.../0002-Define-glibc-specific-macros.patch | 57 --
meta/recipes-extended/libnsl/libnsl2_git.bb | 19 +-
.../recipes-extended/libnss-nis/libnss-nis.bb | 36 +
.../0001-include-stdint.h-for-uintptr_t.patch | 29 -
...0001-replace-__bzero-with-memset-API.patch | 64 --
.../libtirpc/Use-netbsd-queue.h.patch | 878 ------------------
.../export_key_secretkey_is_set.patch | 31 -
.../libtirpc/libtirpc-1.0.4-rc1.patch | 103 ++
.../libtirpc/libtirpc/musl.patch | 18 +
.../{libtirpc_1.0.2.bb => libtirpc_1.0.3.bb} | 13 +-
...0001-Disable-rpc01-on-glibc-and-musl.patch | 29 +
...option-to-select-libc-implementation.patch | 14 -
meta/recipes-extended/ltp/ltp_20180118.bb | 1 +
...able-errors-due-to-new-gcc8-warnings.patch | 30 +
...tead-of-memcpy-on-overlapping-region.patch | 31 +
meta/recipes-extended/mdadm/mdadm_4.0.bb | 2 +
...valid-suffix-on-literal-C-11-warning.patch | 73 ++
meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb | 4 +-
.../rpcsvc-proto/rpcsvc-proto.bb | 37 +
.../0001-Use-cross-compiled-rpcgen.patch | 26 +
.../tcp-wrappers/tcp-wrappers_7.6.bb | 2 +-
.../watchdog/watchdog_5.15.bb | 11 +-
meta/recipes-extended/xinetd/xinetd_2.3.15.bb | 7 +-
.../{alsa-lib_1.1.5.bb => alsa-lib_1.1.6.bb} | 9 +-
...served-user-defined-literal-warnings.patch | 28 +
.../alsa/alsa-tools/autotools.patch | 42 +-
...lsa-tools_1.1.5.bb => alsa-tools_1.1.6.bb} | 25 +-
meta/recipes-support/libunwind/libunwind.inc | 2 -
53 files changed, 852 insertions(+), 1403 deletions(-)
delete mode 100644 meta/recipes-core/glibc/glibc/0021-eglibc-Install-PIC-archives.patch
create mode 100644 meta/recipes-core/musl/libssp-nonshared.bb
create mode 100644 meta/recipes-core/musl/libssp-nonshared/ssp-local.c
create mode 100644 meta/recipes-devtools/gcc/gcc-7.3/0049-gcc-override-TARGET_LIBC_PROVIDES_SSP.patch
create mode 100644 meta/recipes-devtools/llvm/llvm/0001-Disable-generating-a-native-llvm-config.patch
rename meta/recipes-devtools/ruby/{ruby_2.5.0.bb => ruby_2.5.1.bb} (90%)
delete mode 100644 meta/recipes-extended/libnsl/libnsl2/0001-include-sys-cdefs.h-explicitly.patch
delete mode 100644 meta/recipes-extended/libnsl/libnsl2/0001-nis_call.c-Include-stdint.h-for-uintptr_t-definition.patch
delete mode 100644 meta/recipes-extended/libnsl/libnsl2/0002-Define-glibc-specific-macros.patch
create mode 100644 meta/recipes-extended/libnss-nis/libnss-nis.bb
delete mode 100644 meta/recipes-extended/libtirpc/libtirpc/0001-include-stdint.h-for-uintptr_t.patch
delete mode 100644 meta/recipes-extended/libtirpc/libtirpc/0001-replace-__bzero-with-memset-API.patch
delete mode 100644 meta/recipes-extended/libtirpc/libtirpc/Use-netbsd-queue.h.patch
delete mode 100644 meta/recipes-extended/libtirpc/libtirpc/export_key_secretkey_is_set.patch
create mode 100644 meta/recipes-extended/libtirpc/libtirpc/libtirpc-1.0.4-rc1.patch
create mode 100644 meta/recipes-extended/libtirpc/libtirpc/musl.patch
rename meta/recipes-extended/libtirpc/{libtirpc_1.0.2.bb => libtirpc_1.0.3.bb} (63%)
create mode 100644 meta/recipes-extended/ltp/ltp/0001-Disable-rpc01-on-glibc-and-musl.patch
create mode 100644 meta/recipes-extended/mdadm/files/0001-Disable-errors-due-to-new-gcc8-warnings.patch
create mode 100644 meta/recipes-extended/mdadm/files/0001-use-memmove-instead-of-memcpy-on-overlapping-region.patch
create mode 100644 meta/recipes-extended/pbzip2/pbzip2/0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch
create mode 100644 meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb
create mode 100644 meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/0001-Use-cross-compiled-rpcgen.patch
rename meta/recipes-multimedia/alsa/{alsa-lib_1.1.5.bb => alsa-lib_1.1.6.bb} (75%)
create mode 100644 meta/recipes-multimedia/alsa/alsa-tools/0002-Fix-clang-Wreserved-user-defined-literal-warnings.patch
rename meta/recipes-multimedia/alsa/{alsa-tools_1.1.5.bb => alsa-tools_1.1.6.bb} (62%)
--
2.17.0
More information about the Openembedded-core
mailing list