[oe-commits] [openembedded-core] branch master updated (15049c6 -> 037bef5)

git at git.openembedded.org git at git.openembedded.org
Mon Jan 27 16:48:40 UTC 2020


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

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

    from 15049c6  buildtools-tarball: Add an ld.so.conf for nativesdk-binutils
     new 109577c  acpica: upgrade 20191018 -> 20191213
     new 55256f0  mesa: Allow building the virgl driver to be configurable
     new ed22320  ell: Update to 0.27
     new 91b74ee  meson.bbclass: warn if cross property defaults are used
     new 08a77b7  xmlto: set CLEANBROKEN = "1"
     new e0e7a6a  systemd: fix a test-seccomp build issue
     new be65d54  fontcache: fix indentation
     new cc2b5df  update_font_cache: fix ownership of .uuid files too
     new d0c50bf  sysstat: remove default values
     new e501f13  sysstat: don't version the documentation folder
     new a2762b0  xorg-driver: don't enforce autotools
     new 9e38671  systemd: add missing Upstream-Status
     new 844781c  manpages.bbclass: Fix rootfs host corruption
     new b92a74d  enchant2: fix qa issue about staticdev
     new e0c4535  cairo: Add a PACKAGECONFIG "trace" to disable cairo-trace
     new 114340e  sstate.bbclass: Only show sstate mirror progress bar for >= 100 objects
     new 5604b4b  libva: upgrade 2.6.0 -> 2.6.1
     new 2c51cb9  ethtool: upgrade 5.3 -> 5.4
     new 2ac297f  file: upgrade 5.37 -> 5.38
     new 287de36  gnupg: upgrade 2.2.17 -> 2.2.19
     new 4cf6ee1  grep: upgrade 3.3 -> 3.4
     new 57d3dcf  libjpeg-turbo: upgrade 2.0.3 -> 2.0.4
     new 1fcdab3  python3-dbus: upgrade 1.2.14 -> 1.2.16
     new 567eae6  python: remove last remnants of python2
     new 84b082b  connman: add PACKAGECONFIG for the commandline client
     new c3cafc6  shared-mime-info: actually depends on itstool-native
     new 6768d0d  libx11: squash whitespace in generated files
     new bdcda2c  kbd: make libkbdfile-test08 ptest work for multilib
     new bb526ee  busybox: udhcpc: fix 'ip route add' with multiple interfaces on the same network
     new 8bd7a19  u-boot-tools: Add capability of building from out-of-tree
     new 26023b6  u-boot: Move B from u-boot.inc to u-boot-common.inc
     new fb2252e  classes/npm: refactor the npm class
     new 1133f3a  classes/npm: restrict the build to be offline
     new e4c111d  classes/npm: use the local node headers
     new 946fd69  classes/npm: use the native python
     new dc4dda4  classes/npm: force to rebuild the prebuild addons
     new 2b75cc8  devtool: npm: rename npm command line options
     new 1deccb0  recipetool/create_npm: refactor the npm recipe creation handler
     new 9a70d49  recipetool/create_npm: handle the licenses of the dependencies
     new 6cd8347  lib/oe/package: remove unneeded npm_split_package_dirs function
     new a213a76  devtool/standard: npm: update the append file
     new 401a981  recipetool/create: npm: remove the 'noverify' url parameter
     new 61cabc2  oeqa/selftest/recipetool: add npm recipe creation test
     new af29981  oeqa/selftest/devtool: add npm recipe build test
     new e0e3063  meson: update 0.52.1 -> 0.53.0
     new cd4fc51  mdadm: correctly set up testing location for ptests
     new 3a3b20d  elfutils: additional ptest fixes
     new 51c329d  libucontext: Add recipe
     new 4f8f2fd  nss: Pass NSS_USE_ARM_HW_CRYPTO as define in CFLAGS
     new b4f0df9  ruby: Remove __has_include and __has_include_next from preprocessed header file
     new f9259da  perf: Pass LDSHARED and CCLD via EXTRA_OEMAKE
     new 90da58d  Musl: Update to latest master
     new 5c48e65  glibc: Update to final 2.31 release
     new c4ea8d7  glibc: Drop fortify refactoring patch
     new d922ccd  gettext: Drop overloadable attibute for getcwd declaration
     new 1a72873  riscv32: Bump oldest kernel to 5.4
     new aeb38e0  go.bbclass: Disable PIE on riscv
     new b2d1d94  go-dep: Fix bolt for riscv64
     new ecec793  Disable CGO on riscv64
     new d46a43c  go: Disable PIE on RISCV
     new 6269f19  native/cross/nativesdk: Drop obsolete do_populate_sysroot[stamp-extra-info]
     new b9d8eb6  l3afpad: Add missing mime-xdg inherit
     new c139e05  distrodata/maintainers: Add PARSE_ALL_RECIPES flag to fix test issues
     new 037bef5  kbd: Fix build reproducibility issue

The 64 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/base.bbclass                          |    4 +-
 meta/classes/cross.bbclass                         |    1 -
 meta/classes/crosssdk.bbclass                      |    1 -
 meta/classes/features_check.bbclass                |    3 +
 meta/classes/fontcache.bbclass                     |    2 +-
 meta/classes/go.bbclass                            |    3 +-
 meta/classes/manpages.bbclass                      |    9 +-
 meta/classes/meson.bbclass                         |   14 +-
 meta/classes/native.bbclass                        |    1 -
 meta/classes/nativesdk.bbclass                     |    1 -
 meta/classes/npm.bbclass                           |  363 ++-
 meta/classes/sstate.bbclass                        |   12 +-
 meta/conf/bitbake.conf                             |    2 +-
 meta/conf/distro/include/maintainers.inc           |    1 +
 meta/lib/oe/package.py                             |   33 -
 meta/lib/oeqa/selftest/cases/devtool.py            |   20 +
 meta/lib/oeqa/selftest/cases/distrodata.py         |    7 +-
 meta/lib/oeqa/selftest/cases/recipetool.py         |   25 +
 meta/recipes-bsp/u-boot/u-boot-common.inc          |    2 +
 meta/recipes-bsp/u-boot/u-boot-tools_2020.01.bb    |    6 +-
 meta/recipes-bsp/u-boot/u-boot.inc                 |    2 -
 meta/recipes-connectivity/connman/connman.inc      |    8 +-
 meta/recipes-core/busybox/files/simple.script      |    2 +-
 meta/recipes-core/ell/{ell_0.26.bb => ell_0.27.bb} |    4 +-
 .../gettext/gettext-0.20.1/overloadable.patch      |   22 -
 meta/recipes-core/gettext/gettext_0.20.1.bb        |    2 -
 .../glibc/cross-localedef-native_2.31.bb           |    9 +-
 meta/recipes-core/glibc/glibc-version.inc          |    2 +-
 ...def-Add-hardlink-resolver-from-util-linux.patch |    2 +-
 ...ledef-fix-ups-hardlink-to-make-it-compile.patch |    2 +-
 ...libc-Look-for-host-system-ld.so.cache-as-.patch |    2 +-
 ...libc-Fix-buffer-overrun-with-a-relocated-.patch |    2 +-
 ...libc-Raise-the-size-of-arrays-containing-.patch |    2 +-
 ...ivesdk-glibc-Allow-64-bit-atomics-for-x86.patch |    2 +-
 ...libc-Make-relocatable-install-for-locales.patch |    2 +-
 ...500-e5500-e6500-603e-fsqrt-implementation.patch |    2 +-
 ...-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch |    2 +-
 ...-Fix-undefined-reference-to-__sqrt_finite.patch |    2 +-
 ...qrt-f-are-now-inline-functions-and-call-o.patch |    2 +-
 ...bug-1443-which-explains-what-the-patch-do.patch |    2 +-
 ...n-libm-err-tab.pl-with-specific-dirs-in-S.patch |    2 +-
 ...qrt-f-are-now-inline-functions-and-call-o.patch |    2 +-
 ...-configure.ac-handle-correctly-libc_cv_ro.patch |    2 +-
 .../glibc/glibc/0016-Add-unused-attribute.patch    |    2 +-
 ...thin-the-path-sets-wrong-config-variables.patch |    2 +-
 ...-timezone-re-written-tzselect-as-posix-sh.patch |    2 +-
 ...move-bash-dependency-for-nscd-init-script.patch |    2 +-
 ...c-Cross-building-and-testing-instructions.patch |    2 +-
 ...021-eglibc-Help-bootstrap-cross-toolchain.patch |    2 +-
 .../0022-eglibc-Clear-cache-lines-on-ppc8xx.patch  |   80 -
 ...022-eglibc-Resolve-__fpscr_values-on-SH4.patch} |    2 +-
 ...ard-port-cross-locale-generation-support.patch} |    2 +-
 ...024-Define-DUMMY_LOCALE_T-if-not-defined.patch} |    2 +-
 ...d-to-archive-uses-a-hard-coded-locale-pa.patch} |    2 +-
 ...c-Make-_dl_build_local_scope-breadth-fir.patch} |    2 +-
 ...l-Emit-no-lines-in-bison-generated-files.patch} |    2 +-
 ... => 0028-inject-file-assembly-directives.patch} |    2 +-
 ...nt-maybe-uninitialized-errors-with-Os-BZ.patch} |    2 +-
 .../glibc/0031-Refactor-FORTIFY-in-glibc.patch     | 2780 --------------------
 meta/recipes-core/glibc/glibc_2.31.bb              |   18 +-
 ...-and-append-i386-to-fix-libkbdfile-test08.patch |   45 +
 meta/recipes-core/kbd/kbd/fix_cflags.patch         |   25 +
 meta/recipes-core/kbd/kbd_2.2.0.bb                 |    2 +
 .../0001-pass-LDFLAGS-to-link-step.patch           |   31 +
 meta/recipes-core/musl/libucontext_git.bb          |   62 +
 meta/recipes-core/musl/musl_git.bb                 |    2 +-
 ...e-comprehensive-protection-against-libsec.patch |  152 ++
 ...-instead-of-TIME_T_MAX-for-timerfd_settim.patch |    1 +
 meta/recipes-core/systemd/systemd_243.2.bb         |    1 +
 meta/recipes-devtools/elfutils/elfutils_0.178.bb   |    7 +-
 .../file/file/CVE-2019-18218.patch                 |   55 -
 .../file/{file_5.37.bb => file_5.38.bb}            |    5 +-
 ...0001-bolt_riscv64-Add-support-for-riscv64.patch |   33 +
 meta/recipes-devtools/go/go-dep_0.5.4.bb           |    1 +
 meta/recipes-devtools/go/go_1.13.bb                |    6 +-
 meta/recipes-devtools/meson/meson.inc              |    4 +-
 .../0001-Make-CPU-family-warnings-fatal.patch      |   12 +-
 ...le-do-not-manipulate-the-environment-when.patch |   16 +-
 ...02-Support-building-allarch-recipes-again.patch |    6 +-
 .../meson/meson/0003-native_bindir.patch           |   16 +-
 .../meson/{meson_0.52.1.bb => meson_0.53.0.bb}     |    0
 ...k-meson_0.52.1.bb => nativesdk-meson_0.53.0.bb} |    1 -
 meta/recipes-devtools/python/python.inc            |   59 -
 ...thon3-dbus_1.2.14.bb => python3-dbus_1.2.16.bb} |    4 +-
 .../ruby/ruby/remove_has_include_macros.patch      |   26 +
 meta/recipes-devtools/ruby/ruby_2.6.5.bb           |    1 +
 meta/recipes-devtools/xmlto/xmlto_0.0.28.bb        |    2 +
 .../{acpica_20191018.bb => acpica_20191213.bb}     |    4 +-
 .../ethtool/ethtool/avoid_parallel_tests.patch     |    2 +-
 .../ethtool/{ethtool_5.3.bb => ethtool_5.4.bb}     |    4 +-
 .../grep/{grep_3.3.bb => grep_3.4.bb}              |    4 +-
 meta/recipes-extended/mdadm/files/run-ptest        |    3 +
 meta/recipes-extended/mdadm/mdadm_4.1.bb           |    3 +-
 meta/recipes-extended/sysstat/sysstat.inc          |    7 +-
 meta/recipes-graphics/cairo/cairo_1.16.0.bb        |    6 +-
 ...bjpeg-turbo_2.0.3.bb => libjpeg-turbo_2.0.4.bb} |    4 +-
 .../libva/{libva_2.6.0.bb => libva_2.6.1.bb}       |    6 +-
 meta/recipes-graphics/mesa/mesa.inc                |    5 +-
 .../xorg-driver/xorg-driver-common.inc             |    4 +-
 .../xorg-lib/files/libx11-whitespace.patch         |   56 +
 .../xorg-lib/libx11-compose-data_1.6.8.bb          |    3 +-
 meta/recipes-graphics/xorg-lib/libx11_1.6.9.bb     |    3 +-
 meta/recipes-kernel/perf/perf.bb                   |    2 +
 meta/recipes-sato/l3afpad/l3afpad_git.bb           |    2 +-
 meta/recipes-support/enchant/enchant2_2.2.7.bb     |    1 +
 .../gnupg/{gnupg_2.2.17.bb => gnupg_2.2.19.bb}     |    4 +-
 ...a-configure-option-to-disable-ARM-HW-cryp.patch |   25 +-
 .../shared-mime-info/shared-mime-info_git.bb       |    2 +-
 scripts/lib/devtool/standard.py                    |   18 +-
 scripts/lib/recipetool/create.py                   |   10 +-
 scripts/lib/recipetool/create_npm.py               |  514 ++--
 scripts/postinst-intercepts/update_font_cache      |    2 +
 112 files changed, 1202 insertions(+), 3564 deletions(-)
 rename meta/recipes-core/ell/{ell_0.26.bb => ell_0.27.bb} (83%)
 delete mode 100644 meta/recipes-core/gettext/gettext-0.20.1/overloadable.patch
 delete mode 100644 meta/recipes-core/glibc/glibc/0022-eglibc-Clear-cache-lines-on-ppc8xx.patch
 rename meta/recipes-core/glibc/glibc/{0023-eglibc-Resolve-__fpscr_values-on-SH4.patch => 0022-eglibc-Resolve-__fpscr_values-on-SH4.patch} (96%)
 rename meta/recipes-core/glibc/glibc/{0024-eglibc-Forward-port-cross-locale-generation-support.patch => 0023-eglibc-Forward-port-cross-locale-generation-support.patch} (99%)
 rename meta/recipes-core/glibc/glibc/{0025-Define-DUMMY_LOCALE_T-if-not-defined.patch => 0024-Define-DUMMY_LOCALE_T-if-not-defined.patch} (92%)
 rename meta/recipes-core/glibc/glibc/{0026-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch => 0025-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch} (97%)
 rename meta/recipes-core/glibc/glibc/{0027-elf-dl-deps.c-Make-_dl_build_local_scope-breadth-fir.patch => 0026-elf-dl-deps.c-Make-_dl_build_local_scope-breadth-fir.patch} (95%)
 rename meta/recipes-core/glibc/glibc/{0028-intl-Emit-no-lines-in-bison-generated-files.patch => 0027-intl-Emit-no-lines-in-bison-generated-files.patch} (93%)
 rename meta/recipes-core/glibc/glibc/{0029-inject-file-assembly-directives.patch => 0028-inject-file-assembly-directives.patch} (99%)
 rename meta/recipes-core/glibc/glibc/{0030-locale-prevent-maybe-uninitialized-errors-with-Os-BZ.patch => 0029-locale-prevent-maybe-uninitialized-errors-with-Os-BZ.patch} (96%)
 delete mode 100644 meta/recipes-core/glibc/glibc/0031-Refactor-FORTIFY-in-glibc.patch
 create mode 100644 meta/recipes-core/kbd/kbd/0001-Use-DATADIR-and-append-i386-to-fix-libkbdfile-test08.patch
 create mode 100644 meta/recipes-core/kbd/kbd/fix_cflags.patch
 create mode 100644 meta/recipes-core/musl/libucontext/0001-pass-LDFLAGS-to-link-step.patch
 create mode 100644 meta/recipes-core/musl/libucontext_git.bb
 create mode 100644 meta/recipes-core/systemd/systemd/0001-seccomp-more-comprehensive-protection-against-libsec.patch
 delete mode 100644 meta/recipes-devtools/file/file/CVE-2019-18218.patch
 rename meta/recipes-devtools/file/{file_5.37.bb => file_5.38.bb} (91%)
 create mode 100644 meta/recipes-devtools/go/go-dep/0001-bolt_riscv64-Add-support-for-riscv64.patch
 rename meta/recipes-devtools/meson/{meson_0.52.1.bb => meson_0.53.0.bb} (100%)
 rename meta/recipes-devtools/meson/{nativesdk-meson_0.52.1.bb => nativesdk-meson_0.53.0.bb} (99%)
 delete mode 100644 meta/recipes-devtools/python/python.inc
 rename meta/recipes-devtools/python/{python3-dbus_1.2.14.bb => python3-dbus_1.2.16.bb} (85%)
 create mode 100644 meta/recipes-devtools/ruby/ruby/remove_has_include_macros.patch
 rename meta/recipes-extended/acpica/{acpica_20191018.bb => acpica_20191213.bb} (91%)
 rename meta/recipes-extended/ethtool/{ethtool_5.3.bb => ethtool_5.4.bb} (88%)
 rename meta/recipes-extended/grep/{grep_3.3.bb => grep_3.4.bb} (89%)
 rename meta/recipes-graphics/jpeg/{libjpeg-turbo_2.0.3.bb => libjpeg-turbo_2.0.4.bb} (95%)
 rename meta/recipes-graphics/libva/{libva_2.6.0.bb => libva_2.6.1.bb} (87%)
 create mode 100644 meta/recipes-graphics/xorg-lib/files/libx11-whitespace.patch
 rename meta/recipes-support/gnupg/{gnupg_2.2.17.bb => gnupg_2.2.19.bb} (94%)

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


More information about the Openembedded-commits mailing list