[oe-commits] [openembedded-core] branch pyro-next updated (bc22fe6 -> a253743)

git at git.openembedded.org git at git.openembedded.org
Tue Aug 29 10:58:08 UTC 2017


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

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

    from bc22fe6  uninative: Update to 1.7 uninative release
     add ce9bcef  acpid.inc: set CVE_PRODUCT to acpid2
     add 07b5c85  bluez5.inc: set CVE_PRODUCT to bluez
     add a727302  eglinfo.inc: set CVE_PRODUCT to eglinfo
     add 4fb0244  flac_1.3.1.bb: set CVE_PRODUCT to libflac
     add 8e1b34a  gcc-common.inc: set CVE_PRODUCT to gcc
     add 9621f46  glib.inc: set CVE_PRODUCT to glib
     add 5e11fa2  glibc-common.inc: set CVE_PRODUCT to glibc
     add d1a6039  icu.inc: set CVE_PRODUCT to international_components_for_unicode
     add a561cc5  libpcre_8.40.bb: set CVE_PRODUCT to prce
     add 594a729  libpcre2_10.23.bb: set CVE_PRODUCT to pcre2
     add fca2207  libsamplerate0_0.1.9.bb: set CVE_PRODUCT to libsamplerate
     add 0ee67de  libsndfile1_1.0.28.bb: set CVE_PRODUCT to libsndfile
     add 183c3b4  nspr_4.14.bb: set CVE_PRODUCT to netscape_portable_runtime
     add b5a5a83  python.inc: set CVE_PRODUCT to python
     add 847124c  lttng-ust_2.9.1.bb: set CVE_PRODUCT to ust
     add cc9cca1  quota_4.03.bb: set CVE_PRODUCT to linux_diskquota
     add 2dcd0f8  sqlite3.inc: set CVE_PRODUCT to sqlite
     add cabacf6  wpa-supplicant_2.6.bb: set CVE_PRODUCT to wpa_supplicant
     add 478b903  cve-check.bbclass: use weak assignment for default CVE_PRODUCT
     add c190e5a  elfutils: use HTTP instead of FTP to fetch
     add 9b27be7  kernel.bbclass: set CVE_PRODUCT to linux_kernel if not set by recipe
     add 6cf2891  lsof: clear setuid
     add 29f02bc  lsof: minor recipe cleanup
     add bb14b19  lsof: update SRC_URI
     add d3a8945  kernel.bbclass: fix KERNEL_IMAGETYPE(S) for Image.gz
     add 5f9ea84  package_manager: Fix support for NO_RECOMMENDATONS
     add 3683fdd  linux-libc-headers: fix duplicate IFF_LOWER_UP DORMANT ECHO on musl
     add 3a8613a  v86d, qemuboot-x86.inc: use KERNEL_MODULE_AUTOLOAD+KERNEL_MODULE_PROBECONF for uvesafb instead of fbsetup init script
     add b07bcfa  icecc.bbclass: prevent nativesdk builds depending on target specific KERNEL_CC
     add ca84390  insane.bbclass: fix override handling in RDEPENDS QA
     add 24f66a4  mesa.inc: drop wrong path in --with-llvm-prefix and export LLVM_CONFIG
     add ad22f73  image.bbclass: Correct chaining compression support
     add 26feb05  image: Fix "metadata is not deterministic" when chaining 2+ CONVERSION_CMDs
     add e5aa332  gnu-config: update SRC_URI to new savannah.gnu.org hostname
     add fe71cf3  mirrors.bbclass: provide git repo fallbacks using the https protocol
     add 4218508  ncurses: add SYSROOT_DESTDIR for siteconfig_gencache
     add 4d965cd  systemtap: ensure systemtap-native is available
     add 906ba24  chrpath: use https for SRC_URI
     add a253743  gnu-efi: Fix build with gcc7

No new revisions were added by this update.

Summary of changes:
 meta/classes/cve-check.bbclass                     |  2 +-
 meta/classes/icecc.bbclass                         |  1 +
 meta/classes/image.bbclass                         |  4 +-
 meta/classes/image_types_uboot.bbclass             | 13 +++---
 meta/classes/insane.bbclass                        |  2 +-
 meta/classes/kernel.bbclass                        | 20 +++++-----
 meta/classes/mirrors.bbclass                       | 11 ++++++
 meta/conf/machine/include/qemuboot-x86.inc         |  7 +++-
 meta/lib/oe/package_manager.py                     |  2 +-
 meta/recipes-bsp/acpid/acpid.inc                   |  2 +
 ...plicit-fall-through-so-Wextra-will-work-i.patch | 34 ++++++++++++++++
 meta/recipes-bsp/gnu-efi/gnu-efi_3.0.5.bb          |  3 +-
 meta/recipes-bsp/v86d/v86d/fbsetup                 |  3 --
 meta/recipes-bsp/v86d/v86d/uvesafb.conf            |  2 -
 meta/recipes-bsp/v86d/v86d_0.1.10.bb               | 36 -----------------
 meta/recipes-connectivity/bluez5/bluez5.inc        |  2 +
 .../wpa-supplicant/wpa-supplicant_2.6.bb           |  2 +
 meta/recipes-core/glib-2.0/glib.inc                |  2 +
 meta/recipes-core/glibc/glibc-common.inc           |  1 +
 meta/recipes-core/ncurses/ncurses.inc              |  2 +
 meta/recipes-devtools/chrpath/chrpath_0.16.bb      |  2 +-
 meta/recipes-devtools/elfutils/elfutils_0.168.bb   |  2 +-
 meta/recipes-devtools/gcc/gcc-common.inc           |  2 +
 meta/recipes-devtools/gnu-config/gnu-config_git.bb |  2 +-
 meta/recipes-devtools/python/python.inc            |  2 +
 meta/recipes-extended/lsof/lsof_4.89.bb            | 26 ++++++------
 meta/recipes-extended/quota/quota_4.03.bb          |  2 +
 meta/recipes-graphics/eglinfo/eglinfo.inc          |  2 +
 meta/recipes-graphics/mesa/mesa.inc                |  3 +-
 ....h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch | 46 ++++++++++++++++++++++
 .../linux-libc-headers/linux-libc-headers_4.10.bb  |  1 +
 meta/recipes-kernel/lttng/lttng-ust_2.9.0.bb       |  2 +
 .../systemtap/systemtap-native_git.bb              |  7 ++++
 meta/recipes-kernel/systemtap/systemtap_git.bb     |  2 +-
 meta/recipes-multimedia/flac/flac_1.3.2.bb         |  2 +
 .../libsamplerate/libsamplerate0_0.1.9.bb          |  2 +
 .../libsndfile/libsndfile1_1.0.27.bb               |  2 +
 meta/recipes-support/icu/icu.inc                   |  2 +
 meta/recipes-support/libpcre/libpcre2_10.22.bb     |  2 +
 meta/recipes-support/libpcre/libpcre_8.40.bb       |  2 +
 meta/recipes-support/nspr/nspr_4.13.1.bb           |  2 +
 meta/recipes-support/sqlite/sqlite3.inc            |  2 +
 42 files changed, 187 insertions(+), 81 deletions(-)
 create mode 100644 meta/recipes-bsp/gnu-efi/gnu-efi/0001-Mark-our-explicit-fall-through-so-Wextra-will-work-i.patch
 delete mode 100755 meta/recipes-bsp/v86d/v86d/fbsetup
 delete mode 100644 meta/recipes-bsp/v86d/v86d/uvesafb.conf
 create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch
 create mode 100644 meta/recipes-kernel/systemtap/systemtap-native_git.bb

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


More information about the Openembedded-commits mailing list