[oe-commits] [openembedded-core] branch master updated (e0c3436 -> 5b9a421)

git at git.openembedded.org git at git.openembedded.org
Fri Jul 26 07:42:04 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 e0c3436  meta/lib/oeqa: Test for bootimg-biosplusefi Source
     new 0217cd3  mpg123: upgrade 1.25.10 -> 1.25.11
     new 277a2be  gdk-pixbuf: enable x11 PACKAGECONFIG option
     new 7a91a98  image_types: Remove remnants of hdddirect
     new a74e7df  rng-tools: start rngd early in the boot process again
     new 60bc7e1  kernel-uboot: remove useless special casing of arm64 Image
     new abeb327  strace: Upgrade to 5.2
     new 969a6f3  msmtp: upgrade 1.8.4 -> 1.8.5
     new eff0a21  linux-libc-header: Fix ptrace.h and prctl.h conflict on aarch64
     new 4f967ad  libsdl: remove
     new e3043b2  curl: upgrade 7.65.2 -> 7.65.3
     new 628de87  iproute2: drop pointless configure-cross.patch
     new dded7fc  python3-pip: update to 19.2.1
     new 2ab5a34  libidn2: remove build paths from libidn2.pc
     new 9aaa1e3  gnutls: don't use HOSTTOOLS_DIR/bash as a shell on target
     new ceb3555  runqemu: add lockfile for port used when slirp enabled
     new 32ed8e5  systemd: Add partial support of drop-in configuration files to systemd-systemctl-native
     new 7e2ee2b  image_types_wic: add syslinux-native dependency conditional
     new 95438d5  cve-update-db-native: fix https proxy issues
     new 73f6958  meta/lib/oeqa: Remove ext4 for bootimg-biosplusefi
     new dd9d95e  python3-git: update to 2.1.12
     new 58319f6  pulseaudio: Backport upstream fix new alsa compatibility.
     new 9b6f880  iso-codes: upgrade 4.2 -> 4.3
     new 2623d9d  sudo: use nonarch_libdir instead of libdir for tmpfiles.d
     new 1b56250  packagegroup-core-base-utils: Make it machine specific
     new 5b9a421  package: Improve determinism

The 25 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/image_types.bbclass                   |   2 +-
 meta/classes/image_types_wic.bbclass               |   3 +-
 meta/classes/kernel-uboot.bbclass                  |   4 -
 meta/classes/package.bbclass                       |   2 +-
 meta/classes/syslinux.bbclass                      |   5 -
 meta/conf/distro/include/distro_alias.inc          |   1 -
 meta/conf/distro/include/maintainers.inc           |   1 -
 meta/lib/oe/package.py                             |   2 +-
 meta/lib/oeqa/selftest/cases/wic.py                |  18 +-
 .../iproute2/iproute2/configure-cross.patch        |  39 -----
 .../iproute2/iproute2_5.2.0.bb                     |   1 -
 meta/recipes-core/meta/cve-update-db-native.bb     |  41 +++--
 .../systemd/systemd-systemctl/systemctl            |  11 +-
 meta/recipes-devtools/python/python3-git_2.1.11.bb |   2 -
 .../{python-git.inc => python3-git_2.1.12.bb}      |   9 +-
 ...python3-pip_19.1.1.bb => python3-pip_19.2.1.bb} |   4 +-
 ...hen-using-non-glibc-libc-implementation-o.patch |  13 +-
 .../strace/strace/0001-mips-o32-fix-build.patch    |  98 -----------
 ...tion-Check-for-mips-and-alpha-before-usin.patch |   6 +-
 .../strace/{strace_4.26.bb => strace_5.2.bb}       |   7 +-
 meta/recipes-extended/libidn/libidn2_2.2.0.bb      |   4 +
 .../msmtp/{msmtp_1.8.4.bb => msmtp_1.8.5.bb}       |   4 +-
 .../packagegroups/packagegroup-core-base-utils.bb  |   2 +
 meta/recipes-extended/sudo/sudo_1.8.27.bb          |   4 +-
 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.1.bb |   3 +-
 ...-Pass-tag-CC-explictly-when-using-libtool.patch |  73 --------
 .../libsdl-1.2.15/libsdl-1.2.15-xdata32.patch      |  19 ---
 .../libsdl/libsdl-1.2.15/pkgconfig.patch           | 187 ---------------------
 meta/recipes-graphics/libsdl/libsdl_1.2.15.bb      |  74 --------
 ...api-asm-ptrace.h-should-not-depend-on-uap.patch |  62 +++++++
 .../linux-libc-headers/linux-libc-headers_5.0.bb   |   1 +
 .../{mpg123_1.25.10.bb => mpg123_1.25.11.bb}       |   4 +-
 .../0001-alsa-Fix-inclusion-of-use-case.h.patch    |  46 +++++
 .../pulseaudio/pulseaudio_12.2.bb                  |   1 +
 .../curl/{curl_7.65.2.bb => curl_7.65.3.bb}        |   4 +-
 .../gnutls/gnutls/posix-shell.patch                |  39 +++++
 meta/recipes-support/gnutls/gnutls_3.6.8.bb        |   4 +
 .../{iso-codes_4.2.bb => iso-codes_4.3.bb}         |   2 +-
 .../rng-tools/rng-tools/rngd.service               |   4 +
 scripts/runqemu                                    | 130 +++++++++-----
 40 files changed, 334 insertions(+), 602 deletions(-)
 delete mode 100644 meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch
 delete mode 100644 meta/recipes-devtools/python/python3-git_2.1.11.bb
 rename meta/recipes-devtools/python/{python-git.inc => python3-git_2.1.12.bb} (83%)
 rename meta/recipes-devtools/python/{python3-pip_19.1.1.bb => python3-pip_19.2.1.bb} (81%)
 delete mode 100644 meta/recipes-devtools/strace/strace/0001-mips-o32-fix-build.patch
 rename meta/recipes-devtools/strace/{strace_4.26.bb => strace_5.2.bb} (87%)
 rename meta/recipes-extended/msmtp/{msmtp_1.8.4.bb => msmtp_1.8.5.bb} (86%)
 delete mode 100644 meta/recipes-graphics/libsdl/libsdl-1.2.15/0001-build-Pass-tag-CC-explictly-when-using-libtool.patch
 delete mode 100644 meta/recipes-graphics/libsdl/libsdl-1.2.15/libsdl-1.2.15-xdata32.patch
 delete mode 100644 meta/recipes-graphics/libsdl/libsdl-1.2.15/pkgconfig.patch
 delete mode 100644 meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
 create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-arm64-sve-uapi-asm-ptrace.h-should-not-depend-on-uap.patch
 rename meta/recipes-multimedia/mpg123/{mpg123_1.25.10.bb => mpg123_1.25.11.bb} (94%)
 create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/0001-alsa-Fix-inclusion-of-use-case.h.patch
 rename meta/recipes-support/curl/{curl_7.65.2.bb => curl_7.65.3.bb} (95%)
 create mode 100644 meta/recipes-support/gnutls/gnutls/posix-shell.patch
 rename meta/recipes-support/iso-codes/{iso-codes_4.2.bb => iso-codes_4.3.bb} (92%)

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


More information about the Openembedded-commits mailing list