[oe-commits] [openembedded-core] branch master updated (655e467 -> 04f7e28)

git at git.openembedded.org git at git.openembedded.org
Wed Nov 27 13:25:41 UTC 2019


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

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

    from 655e467  gstreamer1.0-plugins-bad: add PACKAGECONFIG option for zbar
     add 488680f  liberror-perl: update 0.17027 -> 0.17028
     add 406e675  busybox:upgrade 1.31.0 -> 1.31.1
     add ad08385  rpcbind: use upstream systemd service
     add eab7f44  staging.bbclass: Fix wrong library paths in sysroot_strip
     add b79a2ce  librsvg: Fix build reproducibility
     add a2de15f  gobject-introspection: Fix reproducibility
     add 3727938  pango: Fix reproducibility
     add 4245863  at-spi2-core: Fix reproducibility
     add 44e77d3  classes/cmake: Use relative RPATHs
     add e4b9e98  pulseaudio: 12.2 -> 13.0
     new 274c89a  mtdev: Fix build when using 64bit time_t on 32bit machines
     new 49cf091  libinput: Fix build when using 64bit time_t on 32bit machines
     new fca9534  xf86-input-synaptics: Fix build on 32bit arches when using 64bit time_t
     new 9becb6c  gcc-runtime: Package libstdc++.a-gdb.py
     new c999bc5  base-files: set ptmxmode to 666
     new 333897c  oeqa/utils/qemurunner.py: Handle QEMU machines with a single serial
     new 84cc089  oeqa/selftest/cases/gcc.py: Split 'gcc' and 'g++' testsuites
     new 930c1f6  do_image_cpio: Improve reproducibility
     new 7356ae6  systemd-bootchart: Backport RISC-V support
     new bd669c1  wic: 'wic cp' to copy from image
     new d3bf101  oeqa: archiver: Add basic tests for all archiver modes
     new 714d9a8  alsa-lib: Trim the text part used for the license file checksum
     new 2fbb2d7  alsa-utils: Trim the text part used for the license file checksum
     new 11ec443  opkg: Trim the text part used for the license file checksum
     new 5a0df07  libpng: Remove duplicate license information
     new 8c164bb  u-boot: update to 2020.01-rc3 pre-release and drop py2 dependencies
     new 04f7e28  python-native: don't cause a full regeneration of the built sources

The 17 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/cmake.bbclass                         |   3 +
 meta/classes/image_types.bbclass                   |   2 +-
 meta/classes/staging.bbclass                       |   4 +-
 meta/lib/oeqa/selftest/cases/archiver.py           |  66 ++++
 meta/lib/oeqa/selftest/cases/gcc.py                |  20 +-
 meta/lib/oeqa/selftest/cases/wic.py                |  17 +
 meta/lib/oeqa/targetcontrol.py                     |   3 +-
 meta/lib/oeqa/utils/qemurunner.py                  |  32 +-
 meta/recipes-bsp/u-boot/u-boot-common.inc          |   5 +-
 ...utils_2019.10.bb => u-boot-fw-utils_2020.01.bb} |   0
 ...ot-tools_2019.10.bb => u-boot-tools_2020.01.bb} |   0
 meta/recipes-bsp/u-boot/u-boot.inc                 |   6 +-
 .../{u-boot_2019.10.bb => u-boot_2020.01.bb}       |   0
 meta/recipes-core/base-files/base-files/fstab      |   2 +-
 .../{busybox_1.31.0.bb => busybox_1.31.1.bb}       |   4 +-
 meta/recipes-devtools/gcc/gcc-runtime.inc          |   2 +-
 meta/recipes-devtools/opkg/opkg_0.4.1.bb           |   2 +-
 ...or-perl_0.17027.bb => liberror-perl_0.17028.bb} |   6 +-
 .../python/python-native_2.7.17.bb                 |   7 +-
 ...-architecture-Recognise-RISCV-32-RISCV-64.patch |  45 +++
 .../systemd-bootchart/systemd-bootchart_233.bb     |   1 +
 .../rpcbind/0001-systemd-use-EnvironmentFile.patch |  42 +++
 meta/recipes-extended/rpcbind/rpcbind/rpcbind.conf |   2 +-
 .../rpcbind/rpcbind/rpcbind.service                |  12 -
 .../rpcbind/rpcbind/rpcbind.socket                 |   8 -
 meta/recipes-extended/rpcbind/rpcbind_1.2.5.bb     |  13 +-
 .../0001-Fix-build-reproducibility.patch           |  50 +++
 .../gobject-introspection_1.62.0.bb                |   1 +
 .../0001-Remove-non-reproducible-SRCDIR.patch      |  30 ++
 meta/recipes-gnome/librsvg/librsvg_2.40.20.bb      |   1 +
 .../pango/0001-Fix-build-reproducibility.patch     |  31 ++
 meta/recipes-graphics/pango/pango_1.44.6.bb        |   3 +-
 ...-for-64bit-time_t-for-32bit-architectures.patch | 386 +++++++++++++++++++++
 meta/recipes-graphics/wayland/libinput_1.14.3.bb   |   4 +-
 ...-for-64bit-time_t-for-32bit-architectures.patch |  77 ++++
 meta/recipes-graphics/wayland/mtdev_1.1.5.bb       |   4 +-
 .../64bit_time_t_support.patch                     |  51 +++
 .../xorg-driver/xf86-input-synaptics_1.9.1.bb      |   2 +
 meta/recipes-multimedia/alsa/alsa-lib_1.1.9.bb     |   2 +-
 meta/recipes-multimedia/alsa/alsa-utils_1.1.9.bb   |   2 +-
 meta/recipes-multimedia/libpng/libpng_1.6.37.bb    |   4 +-
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc  |  27 +-
 .../0001-alsa-Fix-inclusion-of-use-case.h.patch    |  46 ---
 ...-special-build-flag-to-explicitly-disable.patch | 161 ---------
 .../{pulseaudio_12.2.bb => pulseaudio_13.0.bb}     |   6 +-
 .../0001-Fix-source-reproducibility.patch          |  32 ++
 meta/recipes-support/atk/at-spi2-core_2.32.1.bb    |   3 +-
 scripts/lib/wic/engine.py                          |  35 +-
 scripts/lib/wic/help.py                            |  29 +-
 scripts/wic                                        |  16 +-
 50 files changed, 996 insertions(+), 311 deletions(-)
 rename meta/recipes-bsp/u-boot/{u-boot-fw-utils_2019.10.bb => u-boot-fw-utils_2020.01.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot-tools_2019.10.bb => u-boot-tools_2020.01.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot_2019.10.bb => u-boot_2020.01.bb} (100%)
 rename meta/recipes-core/busybox/{busybox_1.31.0.bb => busybox_1.31.1.bb} (92%)
 rename meta/recipes-devtools/perl/{liberror-perl_0.17027.bb => liberror-perl_0.17028.bb} (85%)
 create mode 100644 meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0001-architecture-Recognise-RISCV-32-RISCV-64.patch
 create mode 100644 meta/recipes-extended/rpcbind/rpcbind/0001-systemd-use-EnvironmentFile.patch
 delete mode 100644 meta/recipes-extended/rpcbind/rpcbind/rpcbind.service
 delete mode 100644 meta/recipes-extended/rpcbind/rpcbind/rpcbind.socket
 create mode 100644 meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Fix-build-reproducibility.patch
 create mode 100644 meta/recipes-gnome/librsvg/librsvg/0001-Remove-non-reproducible-SRCDIR.patch
 create mode 100644 meta/recipes-graphics/pango/pango/0001-Fix-build-reproducibility.patch
 create mode 100644 meta/recipes-graphics/wayland/libinput/0001-adjust-for-64bit-time_t-for-32bit-architectures.patch
 create mode 100644 meta/recipes-graphics/wayland/mtdev/0001-adjust-for-64bit-time_t-for-32bit-architectures.patch
 create mode 100644 meta/recipes-graphics/xorg-driver/xf86-input-synaptics/64bit_time_t_support.patch
 delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/0001-alsa-Fix-inclusion-of-use-case.h.patch
 delete mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/0001-introduce-a-special-build-flag-to-explicitly-disable.patch
 rename meta/recipes-multimedia/pulseaudio/{pulseaudio_12.2.bb => pulseaudio_13.0.bb} (58%)
 create mode 100644 meta/recipes-support/atk/at-spi2-core/0001-Fix-source-reproducibility.patch

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


More information about the Openembedded-commits mailing list