[oe-commits] [openembedded-core] branch master-next updated (460ccb6 -> 0cccbd1)

git at git.openembedded.org git at git.openembedded.org
Thu Feb 15 13:30:59 UTC 2018


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

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

    from 460ccb6  ltp: Improve package stripping
     add 20a53ac  icecc.bbclass: Move to shared work directory
     add 8db0d3c  icecc.bbclass: Fix STAGING_BINDIR_TOOLCHAIN usage
     add b8a39cf  icecc.bbclass: Skip canadian-cross compiles
     add 884c243  icecc-create-env: Reformat
     add c86aa6e  icecc-create-env: Add /bin/true to environment
     add 96d5831  icecc-create-env: Use program interpreter for deps
     add 256f8f6  icecc-create-env: Symlink alternate names
     add 122d6a5  icecc-create-env: Archive directory
     add cfe9876  icecc-create-env: Fix executable rpaths
     add fa7929e  icecc-create-env: Add support for nativesdk
     add 0a5bbad  icecc-create-env: Allow multiple tool aliases
     new 93ec145  toolchain-shar-extract: Add post-relocate scripts
     new 7e52409  icecc-toolchain: Add SDK icecream setup
     new dea45ac  icecc.bbclass: Add Icecream support to SDK
     new a148829  icecc.bbclass: Disable caret workaround by default
     new 8933c2b  icecc-toolchain: Disable caret workaround
     new cd44cee  elfutils: Use fallthrough attribute
     new 0bc7c11  expat: merge bb and inc
     new adc3da9  expat: remove old workaround for expat tarball
     new 1624b7b  pigz: pigz is not gzip
     new dcce8c8  pigz: use maintainer-built tarballs
     new bc0bc86  image_types: increase minimum btrfs file system size
     new 5cbf86e  btrfs-tools: update to 4.14.1
     new 925c479  oe-pkgdata-util: add --long option to list-pkg-files to show sizes
     new db3471f  libacpi: update libacpi_fix_for_x32.patch to use libdir
     new 2ba05fc  apt-native: Add libapt-pkg headers
     new 95b82ab  python3-core: improve reproducibility
     new e29a897  python3: Fix python3-logging dependencies
     new 5885760  python-core/python-dev: improve reproducibility
     new 6d02379  kbd-ptest: improve reproducibility
     new 53c8c08  ccache: 3.3.4 -> 3.3.5
     new 995bcc6  nfs-utils: 2.1.1 -> 2.3.1
     new cbfd34d  time: 1.7 -> 1.8
     new 04d5b0a  maintainers.inc: update ownership
     new 8cb6676  usbutils: Split out lsusb.py
     new 235ae66  libva: upgrade to 2.0.0
     new 3ca88b1  libva-utils: upgrade to 2.0.0
     new 9d9fc65  kernel: Fix QA buildpaths warning for kernel modules
     new 759203a  epiphany: update to 3.26.5.1
     new 6bf5518  p11-kit: take source code from official git
     new 845e876  iputils: add missing Upstream-Status to patch
     new acada7b  pakagegroups: don't pull in sysfsutils
     new 9cb2f6b  qemu: fix CVE-2017-15124
     new 184917a  packagegroup-core-full-cmdline: remove libraries from the system-services group
     new f5d264f  packagegroup-base: don't force libacpi to be installed in packagegroup-base-acpi
     new 2591e6d  puzzles: Fix warnings seen with clang 6.0
     new 31a9085  latencytop: remove recipe
     new 8edf88b  go: fix upstream version check
     new 7a71ab5  python-numpy: fix upstream version check
     new 0967d6e  maintainers.inc: change ownership for bmap-tools and wic-tools
     new 0a29a5b  busybox: 1.27.2 -> 1.28.0
     new 37d4345  bmap-tools: change SRC_URI to use tarball instead
     new 63a44a5  libepoxy: Define MESA_EGL_NO_X11_HEADERS when GLX is disabled
     new d58e246  initramfs-framework: rootfs: add support for LABEL
     new b33d684  coreutils: fix hostname conflict with other packages
     new 089c28c  archiver: remove deploy_all_archives task as --runall replaces it
     new c0e18cf  distrodata: remove redudant *all tasks now that --runall works correctly
     new ca9527b  cve-check: put log in T so it doesn't get deleted by rm_work
     new 3e05d0e  cve-check: allow recipes to override their version
     new d89e2c0  cve-check: short-circuit checking if CVE_PRODUCT isn't set
     new 29864e5  db: set correct product and version for CVE matches
     new e17a1bc  classes: don't scan for CVEs in images or packagegroups
     new a6b0b4e  gstreamer: set CVE_PRODUCT
     new d2c96e4  utils.py: add parallel make helpers
     new 3800321  site/common-linux: coreutils: get the uptime program to work
     new cafc7ff  rxvt-unicode: add missing pkgconfig
     new 6f8d2de  ltp: fix fanotify06 test
     new 0cccbd1  externalsrc.bbclass: Suppress git errors

The 57 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/archiver.bbclass                      |    8 -
 meta/classes/cve-check.bbclass                     |   13 +-
 meta/classes/distrodata.bbclass                    |   31 -
 meta/classes/externalsrc.bbclass                   |    2 +-
 meta/classes/go.bbclass                            |   19 +-
 meta/classes/icecc.bbclass                         |   57 +-
 meta/classes/image.bbclass                         |    2 +
 meta/classes/image_types.bbclass                   |    2 +-
 meta/classes/kernel-arch.bbclass                   |    2 +-
 meta/classes/packagegroup.bbclass                  |    1 +
 meta/classes/toolchain-scripts.bbclass             |   15 +
 meta/classes/waf.bbclass                           |   24 +-
 meta/conf/distro/include/default-providers.inc     |    1 -
 meta/conf/distro/include/distro_alias.inc          |    1 -
 meta/conf/distro/include/maintainers.inc           |   38 +-
 meta/files/toolchain-shar-extract.sh               |    8 +
 meta/lib/oe/utils.py                               |   43 +
 .../libacpi/files/libacpi_fix_for_x32.patch        |   30 +-
 meta/recipes-bsp/libacpi/libacpi_0.2.bb            |    2 +-
 meta/recipes-bsp/usbutils/usbutils_009.bb          |    8 +
 ...gure-Allow-to-explicitly-disable-nfsidmap.patch |   43 -
 ...nclude-stdint.h-for-UINT16_MAX-definition.patch |   27 -
 .../nfs-utils-1.2.3-sm-notify-res_init.patch       |   36 -
 .../{nfs-utils_2.1.1.bb => nfs-utils_2.3.1.bb}     |    9 +-
 .../busybox/busybox/CVE-2011-5325.patch            |  481 -------
 .../busybox/busybox/busybox-CVE-2017-16544.patch   |   43 -
 .../busybox/busybox-udhcpc-no_deconfig.patch       |   12 +-
 .../{busybox_1.27.2.bb => busybox_1.28.0.bb}       |    6 +-
 meta/recipes-core/coreutils/coreutils_8.29.bb      |    4 +-
 meta/recipes-core/expat/expat.inc                  |   25 -
 meta/recipes-core/expat/expat_2.2.5.bb             |   23 +-
 .../initrdscripts/initramfs-framework/rootfs       |    5 +
 meta/recipes-core/kbd/kbd_2.0.4.bb                 |    7 +
 meta/recipes-core/meta/meta-environment.bb         |    2 +
 meta/recipes-core/ovmf/ovmf_git.bb                 |    2 +-
 .../packagegroups/packagegroup-base.bb             |    4 +-
 .../packagegroup-core-tools-profile.bb             |    1 -
 meta/recipes-devtools/apt/apt-native.inc           |    6 +
 ...ith-musl-missing-header-include-for-dev_t.patch |   26 -
 ...btrfs-tools_4.13.3.bb => btrfs-tools_4.14.1.bb} |    4 +-
 meta/recipes-devtools/ccache/ccache_3.3.4.bb       |   12 -
 meta/recipes-devtools/ccache/ccache_3.3.5.bb       |   12 +
 meta/recipes-devtools/elfutils/elfutils_0.170.bb   |    4 +-
 .../files/0001-Use-fallthrough-attribute.patch     |  791 +++++++++++
 .../elfutils/files/debian/fallthrough.patch        |   36 -
 meta/recipes-devtools/go/go-common.inc             |    1 +
 .../icecc-create-env/icecc-create-env              |  328 +++--
 ...e-env-native_0.1.bb => icecc-create-env_0.1.bb} |    4 +-
 .../icecc-toolchain/icecc-toolchain/icecc-env.sh   |   49 +
 .../icecc-toolchain/icecc-toolchain/icecc-setup.sh |   43 +
 .../nativesdk-icecc-toolchain_0.1.bb               |   38 +
 .../python-numpy/python-numpy_1.13.1.bb            |    1 +
 .../python-numpy/python3-numpy_1.13.3.bb           |    1 +
 .../python/python3/python3-manifest.json           |    3 +-
 meta/recipes-devtools/python/python3_3.5.4.bb      |   13 +-
 meta/recipes-devtools/python/python_2.7.14.bb      |    7 +-
 .../qemu/qemu/CVE-2017-15124.patch                 | 1476 ++++++++++++++++++++
 meta/recipes-devtools/qemu/qemu_2.11.0.bb          |    1 +
 .../iputils/files/0001-Fix-build-on-MUSL.patch     |    2 +
 ...-make-is_fuse-return-zero-if-fs_type-is-N.patch |   40 +
 meta/recipes-extended/ltp/ltp_20180118.bb          |    1 +
 .../packagegroup-core-full-cmdline.bb              |    6 -
 meta/recipes-extended/pigz/pigz_2.4.bb             |   29 +-
 meta/recipes-extended/time/time-1.7/debian.patch   | 1301 -----------------
 meta/recipes-extended/time/time.inc                |    4 +-
 meta/recipes-extended/time/time_1.7.bb             |   11 -
 meta/recipes-extended/time/time_1.8.bb             |    8 +
 .../{epiphany_3.24.3.bb => epiphany_3.26.5.1.bb}   |   15 +-
 ...bookmarks-Check-for-return-value-of-fread.patch |   32 -
 .../0001-yelp.m4-drop-the-check-for-itstool.patch  |   33 -
 ...-help-meson.build-disable-the-use-of-yelp.patch |   34 +
 ..._EGL_NO_X11_HEADERS-before-including-eglp.patch |   30 +
 meta/recipes-graphics/libepoxy/libepoxy_1.4.3.bb   |    1 +
 .../{libva-utils_1.8.3.bb => libva-utils_2.0.0.bb} |   11 +-
 .../libva/{libva_1.8.3.bb => libva_2.0.0.bb}       |   21 +-
 ...-function-signatures-to-fix-prototype-mis.patch |   64 -
 .../latencytop-0.5/latencytop-fsync.patch          |   49 -
 .../latencytop-0.5/latencytop-makefile.patch       |   43 -
 meta/recipes-kernel/latencytop/latencytop_0.5.bb   |   32 -
 .../gstreamer/gstreamer1.0_1.12.4.bb               |    2 +
 ...d-paranthesis-to-remove-doubt-about-prece.patch |   47 +
 meta/recipes-sato/puzzles/puzzles_git.bb           |    1 +
 meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc    |    2 +-
 meta/recipes-support/bmap-tools/bmap-tools_3.4.bb  |    8 +-
 meta/recipes-support/boost/boost.inc               |   24 +-
 meta/recipes-support/db/db_5.3.28.bb               |    3 +
 ...p-the-languages-for-which-upstream-does-n.patch |   32 +
 meta/recipes-support/p11-kit/p11-kit_0.22.1.bb     |   13 +-
 meta/site/common-linux                             |    1 +
 scripts/oe-pkgdata-util                            |   18 +-
 90 files changed, 3136 insertions(+), 2675 deletions(-)
 delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure-Allow-to-explicitly-disable-nfsidmap.patch
 delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-include-stdint.h-for-UINT16_MAX-definition.patch
 delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfs-utils-1.2.3-sm-notify-res_init.patch
 rename meta/recipes-connectivity/nfs-utils/{nfs-utils_2.1.1.bb => nfs-utils_2.3.1.bb} (92%)
 delete mode 100755 meta/recipes-core/busybox/busybox/CVE-2011-5325.patch
 delete mode 100644 meta/recipes-core/busybox/busybox/busybox-CVE-2017-16544.patch
 rename meta/recipes-core/busybox/{busybox_1.27.2.bb => busybox_1.28.0.bb} (87%)
 delete mode 100644 meta/recipes-core/expat/expat.inc
 delete mode 100644 meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Fix-build-with-musl-missing-header-include-for-dev_t.patch
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.13.3.bb => btrfs-tools_4.14.1.bb} (90%)
 delete mode 100644 meta/recipes-devtools/ccache/ccache_3.3.4.bb
 create mode 100644 meta/recipes-devtools/ccache/ccache_3.3.5.bb
 create mode 100644 meta/recipes-devtools/elfutils/files/0001-Use-fallthrough-attribute.patch
 delete mode 100644 meta/recipes-devtools/elfutils/files/debian/fallthrough.patch
 rename meta/recipes-devtools/icecc-create-env/{icecc-create-env-native_0.1.bb => icecc-create-env_0.1.bb} (98%)
 create mode 100644 meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-env.sh
 create mode 100644 meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-setup.sh
 create mode 100644 meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2017-15124.patch
 create mode 100644 meta/recipes-extended/ltp/ltp/0040-safe_macros-make-is_fuse-return-zero-if-fs_type-is-N.patch
 delete mode 100644 meta/recipes-extended/time/time-1.7/debian.patch
 delete mode 100644 meta/recipes-extended/time/time_1.7.bb
 create mode 100644 meta/recipes-extended/time/time_1.8.bb
 rename meta/recipes-gnome/epiphany/{epiphany_3.24.3.bb => epiphany_3.26.5.1.bb} (56%)
 delete mode 100644 meta/recipes-gnome/epiphany/files/0001-bookmarks-Check-for-return-value-of-fread.patch
 delete mode 100644 meta/recipes-gnome/epiphany/files/0001-yelp.m4-drop-the-check-for-itstool.patch
 create mode 100644 meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch
 create mode 100644 meta/recipes-graphics/libepoxy/libepoxy/0001-Define-MESA_EGL_NO_X11_HEADERS-before-including-eglp.patch
 rename meta/recipes-graphics/libva/{libva-utils_1.8.3.bb => libva-utils_2.0.0.bb} (74%)
 rename meta/recipes-graphics/libva/{libva_1.8.3.bb => libva_2.0.0.bb} (70%)
 delete mode 100644 meta/recipes-kernel/latencytop/latencytop-0.5/0001-Rectify-the-function-signatures-to-fix-prototype-mis.patch
 delete mode 100644 meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-fsync.patch
 delete mode 100644 meta/recipes-kernel/latencytop/latencytop-0.5/latencytop-makefile.patch
 delete mode 100644 meta/recipes-kernel/latencytop/latencytop_0.5.bb
 create mode 100644 meta/recipes-sato/puzzles/files/0001-signpost-Add-paranthesis-to-remove-doubt-about-prece.patch
 create mode 100644 meta/recipes-support/p11-kit/p11-kit/0001-LINGUAS-drop-the-languages-for-which-upstream-does-n.patch

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


More information about the Openembedded-commits mailing list