[oe-commits] [openembedded-core] branch master-next updated (93b5b3a -> 463e064)

git at git.openembedded.org git at git.openembedded.org
Fri Jan 11 10:41:13 UTC 2019


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

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

 discard 93b5b3a  package.bbclass: Sort FILES_INFO by key
 discard ea3ea6c  linux-libc-headers_4.19.bb: Backport patch to fix clockid_t in UAPI
 discard 3671707  linux-libc-headers: Remove spurious x.mbox file
 discard a3caff7  musl: Update to master tip
 discard a20c75f  meta/classes: adjust perl-related classes to the new recipes
 discard b67b86b  perl: remove the previous version of the recipe
 discard 7caa9c5  perl: add a version that builds the recipe using perl-cross, and update to 5.28.1
 discard 4c6ede5  openssh: use tarballs instead of git
 discard 19e3d9d  selftest/distrodata: un-break the upstream version check test
 discard 4825ae1  pulseaudio: switch configuration module from GConf to GSettings
 discard 577ce34  pulseaudio: add PACKAGECONFIGs for GConf and GSettings
 discard 28e84a0  gsettings: allow the schemas to be in any package
     add 63af0ed  selftest/distrodata: un-break the upstream version check test
     add a921a96  openssh: use tarballs instead of git
     add 52f2828  perl: add a version that builds the recipe using perl-cross, and update to 5.28.1
     add 68552c3  perl: remove the previous version of the recipe
     add d6b36b1  meta/classes: adjust perl-related classes to the new recipes
     add 0b68ecf  musl: Update to master tip
     add 1e869fb  linux-libc-headers: Remove spurious x.mbox file
     add 119e3da  linux-libc-headers_4.19.bb: Backport patch to fix clockid_t in UAPI
     add b0364be  package.bbclass: Sort FILES_INFO by key
     add 81d8bac  libcheck: update HOMEPAGE
     add 45a5129  ltp: update HOMEPAGE
     add 3667d54  file: upgrade 5.34 -> 5.35
     add 0baf679  libcap: upgrade 2.25 -> 2.26
     add b46dbca  libsdl2: upgrade 2.0.8 -> 2.0.9
     add 491c0ee  wget: upgrade 1.19.5 -> 1.20.1
     add 4dbfa6b  gnu-efi: upgrade 3.0.8 -> 3.0.9
     add 3e05b81  logrotate: upgrade 3.14.0 -> 3.15.0
     add 078b238  json-glib: upgrade 1.4.2 -> 1.4.4
     add d0441c4  distro_features_check.bbclass: show all error info at one time
     add 04656f5  uboot-sign.bbclass: silence warnings when UBOOT_DTB_BINARY is empty
     add cd5013a  mdadm: fix gcc-8 format-truncation warning
     add fa95b51  at-spi2: fix dbus-daemon path
     add 017a53d  package.bbclass: Do not hide cpio's error
     add 11a8980  python3-pbr:Upgrade to 5.1.1
     add c4a931d  buildhistory: simplify buildhistory_list_files()
     add 490d6fb  initramfs-boot: create /dev/console
     add 456010a  busybox: Enable mountpoint and setsid applets
     add 1863f69  classes/icecc: Check blacklist for BPN
     add d065c59  classes/icecc: Remove trailing whitespace
     add 13704d7  nativesdk-icecc-toolchain: Use TARGET_PREFIX in post-relocate
     add c2e069a  ptest-runner: Upgrade to 2.3
     add 475a5d9  sdk: Fix SDKIMAGE_LINGUAS handling
     add e219fe5  oeqa: make it work for multiple users
     add da0c196  systemd: Add PACKAGECONFIG for gnutls
     add 81e3d7b  pulseaudio: improve reproducibility
     add b302e15  pulseaudio: enforce empty PN
     add 65de459  pulseaudio: fix multilib packaging
     add c2b9c34  gsettings: allow the schemas to be in any package
     add 649b8a5  pulseaudio: add PACKAGECONFIGs for GConf and GSettings
     add 463e064  pulseaudio: switch configuration module from GConf to GSettings

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (93b5b3a)
            \
             N -- N -- N   refs/heads/master-next (463e064)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 meta/classes/buildhistory.bbclass                  |  10 +-
 meta/classes/distro_features_check.bbclass         |  29 ++--
 meta/classes/gsettings.bbclass                     |   2 +-
 meta/classes/icecc.bbclass                         |  13 +-
 meta/classes/package.bbclass                       |   3 +-
 meta/classes/testimage.bbclass                     |   3 +-
 meta/classes/uboot-sign.bbclass                    |   4 +-
 meta/lib/oe/sdk.py                                 |   4 +-
 meta/lib/oeqa/runtime/context.py                   |   5 +-
 meta/lib/oeqa/targetcontrol.py                     |   2 +
 meta/lib/oeqa/utils/dump.py                        |   2 +-
 .../gnu-efi/{gnu-efi_3.0.8.bb => gnu-efi_3.0.9.bb} |   4 +-
 meta/recipes-core/busybox/busybox/defconfig        |   4 +-
 .../initrdscripts/initramfs-boot_1.0.bb            |   7 +-
 meta/recipes-core/systemd/systemd_239.bb           |   1 +
 .../file/{file_5.34.bb => file_5.35.bb}            |   4 +-
 .../icecc-toolchain/icecc-toolchain/icecc-env.sh   |   4 +-
 .../icecc-toolchain/icecc-toolchain/icecc-setup.sh |   6 +-
 .../nativesdk-icecc-toolchain_0.1.bb               |   6 +-
 meta/recipes-devtools/python/python-pbr.inc        |   4 +-
 .../{python3-pbr_4.2.0.bb => python3-pbr_5.1.1.bb} |   0
 .../logrotate/act-as-mv-when-rotate.patch          | 141 +++++++++---------
 .../disable-check-different-filesystems.patch      |  40 ++---
 .../{logrotate_3.14.0.bb => logrotate_3.15.0.bb}   |   6 +-
 meta/recipes-extended/ltp/ltp_20180926.bb          |   2 +-
 .../0001-fix-gcc-8-format-truncation-warning.patch |  39 +++++
 meta/recipes-extended/mdadm/mdadm_4.1.bb           |   1 +
 ...need_charset_alias-when-building-for-musl.patch |  30 ----
 meta/recipes-extended/wget/wget_1.19.5.bb          |   9 --
 meta/recipes-extended/wget/wget_1.20.1.bb          |   8 +
 .../{json-glib_1.4.2.bb => json-glib_1.4.4.bb}     |  10 +-
 ...01-GLES2-Get-sin-cos-out-of-vertex-shader.patch | 141 ------------------
 .../libsdl2/{libsdl2_2.0.8.bb => libsdl2_2.0.9.bb} |   5 +-
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc  |  20 +--
 ...-special-build-flag-to-explicitly-disable.patch | 161 +++++++++++++++++++++
 ...lay-CLFAGS-to-improve-reproducibility-bui.patch |  30 ++++
 .../pulseaudio/pulseaudio_12.2.bb                  |   2 +
 meta/recipes-support/atk/at-spi2-core_2.30.0.bb    |   2 +-
 .../files/0001-Fix-build-with-gperf-3.1.patch      |  41 ------
 .../libcap/{libcap_2.25.bb => libcap_2.26.bb}      |   5 +-
 meta/recipes-support/libcheck/libcheck_0.12.0.bb   |   2 +-
 .../{ptest-runner_2.2.bb => ptest-runner_2.3.bb}   |   4 +-
 42 files changed, 426 insertions(+), 390 deletions(-)
 rename meta/recipes-bsp/gnu-efi/{gnu-efi_3.0.8.bb => gnu-efi_3.0.9.bb} (95%)
 rename meta/recipes-devtools/file/{file_5.34.bb => file_5.35.bb} (91%)
 rename meta/recipes-devtools/python/{python3-pbr_4.2.0.bb => python3-pbr_5.1.1.bb} (100%)
 rename meta/recipes-extended/logrotate/{logrotate_3.14.0.bb => logrotate_3.15.0.bb} (94%)
 create mode 100644 meta/recipes-extended/mdadm/files/0001-fix-gcc-8-format-truncation-warning.patch
 delete mode 100644 meta/recipes-extended/wget/wget/0001-Unset-need_charset_alias-when-building-for-musl.patch
 delete mode 100644 meta/recipes-extended/wget/wget_1.19.5.bb
 create mode 100644 meta/recipes-extended/wget/wget_1.20.1.bb
 rename meta/recipes-gnome/json-glib/{json-glib_1.4.2.bb => json-glib_1.4.4.bb} (83%)
 delete mode 100644 meta/recipes-graphics/libsdl2/libsdl2/0001-GLES2-Get-sin-cos-out-of-vertex-shader.patch
 rename meta/recipes-graphics/libsdl2/{libsdl2_2.0.8.bb => libsdl2_2.0.9.bb} (92%)
 create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/0001-introduce-a-special-build-flag-to-explicitly-disable.patch
 create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/0002-do-not-display-CLFAGS-to-improve-reproducibility-bui.patch
 delete mode 100644 meta/recipes-support/libcap/files/0001-Fix-build-with-gperf-3.1.patch
 rename meta/recipes-support/libcap/{libcap_2.25.bb => libcap_2.26.bb} (90%)
 rename meta/recipes-support/ptest-runner/{ptest-runner_2.2.bb => ptest-runner_2.3.bb} (89%)

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


More information about the Openembedded-commits mailing list