[oe-commits] [openembedded-core] branch master updated (1a2311c -> e5a8157)

git at git.openembedded.org git at git.openembedded.org
Sat Oct 15 09:05:45 UTC 2016


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

      from  1a2311c   build-appliance-image: Update to master head revision
       new  93631be   Remove RM_OLD_IMAGE, it's no longer useful
       new  fcfd3e7   librsvg: remove redundant assignment
       new  03cdb33   pixbufcache: handle gdk-pixbuf not being present
       new  7f8c36d   x86-base: Update version to 4.8
       new  e67637e   base-files: fix profile error under < /dev/null
       new  2df2372   cmake: also set CMAKE_FIND_ROOT_PATH_MODE_PACKAGE
       new  ce24958   cmake: improve CMAKE_SYSTEM_PROCESSOR assignment in nativesdk
       new  8af49df   libxext: remove stale git recipe
       new  93b91ae   libxext: remove spurious dependencies
       new  225c665   libxrender: remove spurious build dependency
       new  20d511c   kernel-arch.bbclass: Add xtensa and arc into valid_archs table
       new  3ba03d1   insane.bbclass: Additional "mips" and "mipsel" machine definitions
       new  98f521f   source-highlight: use with-boost-libdir
       new  3753d07   package_tar: avoid chdir warnings and restore cwd after packaging
       new  3007f8b   xcb-proto: create .pyc files for python2
       new  647ff3b   xcb-proto: fix for python3
       new  c488656   libxcb: use python3 to build it
       new  1a961b4   image_types.bbclass: add dependency do_image_wic -> do_bootimg
       new  e6b21d1   live-vm-common.bbclass: Allow to use different kernel image than KERNEL_IMAGETYPE for /vmlinuz
       new  49dc626   libgpg-error: Make case generic for MIPS
       new  a31eff6   binutils: fix for MIPS "Can't find matching LO16 reloc" errors
       new  1296cc0   linux-yocto.inc: ensure do_kernel_link_images runs before do_strip
       new  dda0c80   sqlite3: Revert ad601c7962 from 3.14.1 amalgamation package
       new  bc2e6f5   populate_sdk_ext: explicitly set DL_DIR
       new  efc92a6   Revert "linux-libc-headers: fix in/if.h includes"
       new  68e917a   ppp: fix building with linux-4.8
       new  e57d70e   arch-mips.inc: remove duplicates from PACKAGE_ARCHS
       new  4e61d8d   insane.bbclass: fix package_qa_check_arch() for mips64-o32
       new  84de328   rpm: prevent race in tempdir creation
       new  5f4588d   bind: fix two CVEs
       new  eb9cdf6   libxml2: Make tests non-executable
       new  e5a8157   binutils: Fix gas error with cfi_section inconsistencies

The 32 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../recipes-test/images/wic-image-minimal.bb       |   1 -
 meta/classes/cve-check.bbclass                     |   2 -
 meta/classes/image-vm.bbclass                      |   8 -
 meta/classes/image.bbclass                         |   5 +-
 meta/classes/image_types.bbclass                   |   5 +
 meta/classes/insane.bbclass                        |  12 +-
 meta/classes/kernel-arch.bbclass                   |   2 +-
 meta/classes/live-vm-common.bbclass                |   8 +-
 meta/classes/package_tar.bbclass                   |   5 +
 meta/classes/pixbufcache.bbclass                   |   6 +-
 meta/classes/populate_sdk_ext.bbclass              |   2 +
 meta/classes/qemuboot.bbclass                      |   3 -
 meta/classes/rootfs-postcommands.bbclass           |   3 -
 meta/conf/documentation.conf                       |   1 -
 meta/conf/machine/include/mips/arch-mips.inc       |   2 +-
 meta/conf/machine/include/x86-base.inc             |   2 +-
 meta/lib/oeqa/selftest/buildoptions.py             |  16 --
 .../bind/bind/CVE-2016-2775.patch                  |  90 +++++++++
 .../bind/bind/CVE-2016-2776.patch                  | 123 ++++++++++++
 meta/recipes-connectivity/bind/bind_9.10.3-P3.bb   |   2 +
 .../ppp/ppp/ppp-fix-building-with-linux-4.8.patch  |  44 +++++
 meta/recipes-connectivity/ppp/ppp_2.4.7.bb         |   1 +
 meta/recipes-core/base-files/base-files/profile    |   6 +-
 meta/recipes-core/libxml/libxml2_2.9.4.bb          |   5 +
 meta/recipes-devtools/binutils/binutils-2.27.inc   |   2 +
 ..._sections-check-to-only-consider-compact-.patch |  97 ++++++++++
 .../0015-binutils-mips-gas-pic-relax-linkonce.diff |  65 +++++++
 .../cmake/cmake/OEToolchainConfig.cmake            |   8 +-
 ...more-verbose-error-logging-in-rpmTempFile.patch |  26 +--
 ...=> rpmdb-prevent-race-in-tmpdir-creation.patch} |  32 +--
 meta/recipes-devtools/rpm/rpm_5.4.16.bb            |   1 +
 meta/recipes-gnome/librsvg/librsvg_2.40.16.bb      |   2 -
 .../Fix-inconsistent-use-of-tabs-vs.-space.patch   |  62 ++++++
 meta/recipes-graphics/xorg-lib/libxcb_1.12.bb      |   3 +
 meta/recipes-graphics/xorg-lib/libxext_1.3.3.bb    |   2 +-
 meta/recipes-graphics/xorg-lib/libxext_git.bb      |  24 ---
 meta/recipes-graphics/xorg-lib/libxrender_0.9.9.bb |   2 +-
 .../0001-Make-whitespace-use-consistent.patch      | 215 +++++++++++++++++++++
 ...print-is-a-function-and-needs-parentheses.patch |  75 +++++++
 meta/recipes-graphics/xorg-proto/xcb-proto_1.12.bb |  12 +-
 .../0001-ppp-fix-in-if.h-includes.patch            |  83 --------
 .../linux-libc-headers/linux-libc-headers_4.8.bb   |   4 -
 meta/recipes-kernel/linux/linux-yocto.inc          |   2 +-
 .../libgpg-error/libgpg-error_1.24.bb              |   4 +-
 .../source-highlight/source-highlight_3.1.8.bb     |   2 +-
 ...1c7962-that-brings-2-increase-of-build-ti.patch |  56 ++++++
 meta/recipes-support/sqlite/sqlite3_3.14.1.bb      |   5 +-
 47 files changed, 918 insertions(+), 220 deletions(-)
 create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2016-2775.patch
 create mode 100644 meta/recipes-connectivity/bind/bind/CVE-2016-2776.patch
 create mode 100644 meta/recipes-connectivity/ppp/ppp/ppp-fix-building-with-linux-4.8.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/0015-Refine-.cfi_sections-check-to-only-consider-compact-.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/0015-binutils-mips-gas-pic-relax-linkonce.diff
 copy meta/recipes-devtools/rpm/rpm/{rpmdb-more-verbose-error-logging-in-rpmTempFile.patch => rpmdb-prevent-race-in-tmpdir-creation.patch} (54%)
 create mode 100644 meta/recipes-graphics/xorg-lib/libxcb/Fix-inconsistent-use-of-tabs-vs.-space.patch
 delete mode 100644 meta/recipes-graphics/xorg-lib/libxext_git.bb
 create mode 100644 meta/recipes-graphics/xorg-proto/xcb-proto/0001-Make-whitespace-use-consistent.patch
 create mode 100644 meta/recipes-graphics/xorg-proto/xcb-proto/0002-print-is-a-function-and-needs-parentheses.patch
 delete mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-ppp-fix-in-if.h-includes.patch
 create mode 100644 meta/recipes-support/sqlite/files/0001-revert-ad601c7962-that-brings-2-increase-of-build-ti.patch

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


More information about the Openembedded-commits mailing list