[oe-commits] [openembedded-core] branch pyro updated (81246ed -> a253743)

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


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

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

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

The 39 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/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/distro/include/yocto-uninative.inc       |  6 +--
 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 +
 43 files changed, 190 insertions(+), 84 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