[oe-commits] [openembedded-core] branch master updated (26a93d2 -> 70c1154)

git at git.openembedded.org git at git.openembedded.org
Wed May 9 09:48:10 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master
in repository openembedded-core.

    from 26a93d2  tclibc-baremetal: Adds virtual/crypt to ASSUME_PROVIDED
     new ddfab4d  libssp-nonshared: Add recipe
     new 72e254e  musl: Depend on libssp-nonshared
     new 6c14f99  gcc-runtime: Disable gcc version of libssp
     new 6d025fe  libunwind: Drop adding libssp to linker flags
     new 89cca38  musl: Upgrade to latest
     new 9dc9983  glibc: Drop obsolete rpc and libnsl
     new 290e711  rpcsvc-proto: Add recipe
     new cabef09  libnss-nis: Add recipe
     new 94c2361  libtirpc: Upgrade to 1.0.4-tc1
     new 0d387fe  libnsl: Upgrade to tip beyond 1.2.0 release
     new 269d285  ltp: Fix build after removing rpc and libnsl in glibc
     new 1df41d0  xinetd: Use libtirpc even on glibc
     new 434435b  tcp-wrapper: Use external libnsl
     new 6f4814d  watchdog: Use libtirpc even on glibc
     new 1d1e2f2  perl: Account for libnsl being dropped from glibc
     new d358929  libnsl2: Install into /usr/include and /usr/lib
     new fe24a5d  ppp: Install net/ppp_defs.h on musl
     new 06602d5  allarch.bbclass: Exclude package_do_shlibs from do_package signature
     new 70c1154  packagegroup: Do not add libssp to SDK

The 19 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/allarch.bbclass                       |   1 +
 meta/classes/libc-common.bbclass                   |   4 -
 meta/conf/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 -
 .../glibc/0021-eglibc-Install-PIC-archives.patch   | 123 ---
 meta/recipes-core/glibc/glibc_2.27.bb              |  18 +-
 meta/recipes-core/musl/libssp-nonshared.bb         |  39 +
 .../recipes-core/musl/libssp-nonshared/ssp-local.c |  45 ++
 meta/recipes-core/musl/musl_git.bb                 |   5 +-
 .../packagegroup-core-standalone-sdk-target.bb     |   2 +-
 .../packagegroups/packagegroup-self-hosted.bb      |  11 +-
 meta/recipes-devtools/gcc/gcc-7.3.inc              |   7 +-
 ...049-gcc-override-TARGET_LIBC_PROVIDES_SSP.patch | 204 +++++
 meta/recipes-devtools/gcc/gcc-runtime.inc          |   4 +-
 meta/recipes-devtools/perl/perl_5.24.1.bb          |   2 +-
 .../0001-include-sys-cdefs.h-explicitly.patch      |  68 --
 ...Include-stdint.h-for-uintptr_t-definition.patch |  27 -
 .../0002-Define-glibc-specific-macros.patch        |  57 --
 meta/recipes-extended/libnsl/libnsl2_git.bb        |  19 +-
 meta/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/libtirpc/Use-netbsd-queue.h.patch     | 878 ---------------------
 .../libtirpc/export_key_secretkey_is_set.patch     |  31 -
 .../libtirpc/libtirpc/libtirpc-1.0.4-rc1.patch     | 103 +++
 meta/recipes-extended/libtirpc/libtirpc/musl.patch |  18 +
 .../{libtirpc_1.0.2.bb => libtirpc_1.0.3.bb}       |  13 +-
 .../ltp/0001-Disable-rpc01-on-glibc-and-musl.patch |  29 +
 ...-Add-option-to-select-libc-implementation.patch |  14 -
 meta/recipes-extended/ltp/ltp_20180118.bb          |   1 +
 meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb |  37 +
 .../0001-Use-cross-compiled-rpcgen.patch           |  26 +
 .../tcp-wrappers/tcp-wrappers_7.6.bb               |   2 +-
 meta/recipes-extended/watchdog/watchdog_5.15.bb    |  11 +-
 meta/recipes-extended/xinetd/xinetd_2.3.15.bb      |   7 +-
 meta/recipes-support/libunwind/libunwind.inc       |   2 -
 42 files changed, 589 insertions(+), 1372 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
 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/rpcsvc-proto/rpcsvc-proto.bb
 create mode 100644 meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/0001-Use-cross-compiled-rpcgen.patch

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list