[oe-commits] [openembedded-core] branch master updated (a88bcba -> af3803e)

git at git.openembedded.org git at git.openembedded.org
Fri Feb 15 08:18:41 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 a88bcba  wic/engine.py: Load paths from PATH environment variable
     new 162632d  utils: add -src to system package name blacklist
     new 32dc827  gstreamer: improve metadata dependencies
     new cd2b008  grub2: Fix build with gcc9
     new afc68a7  harfbuzz: upgrade 2.2.0 -> 2.3.1
     new 26fe9e9  pixman: upgrade 0.34.0 -> 0.38.0
     new ce6f4f3  cairo: upgrade 1.14.12 -> 1.16.0
     new da798db  base.bbclass: Check BuildStarted for HOSTTOOLS
     new 3f114fb  bind: Move nsupdate to bind-utils
     new 80dd242  x264: update to latest on stable branch
     new 1cd9e25  default-distrovars: set CONNECTIVITY_CHECK_URIS
     new 8190d19  classes/license_image.bbclass: Fix rootfs license file permissions
     new af3803e  wic/engine: Fix missing parted autobuilder failures

The 12 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/base.bbclass                          |   6 +
 meta/classes/license_image.bbclass                 |  12 +-
 meta/conf/distro/include/default-distrovars.inc    |   6 +
 meta/lib/oe/utils.py                               |   2 +-
 .../files/disable-address-of-packed-member.patch   | 249 +++++++++++++++++++++
 meta/recipes-bsp/grub/grub2.inc                    |   1 +
 meta/recipes-connectivity/bind/bind_9.11.5.bb      |   2 +-
 .../cairo/cairo/0001-cairo-Fix-CVE-2017-9814.patch |  45 ----
 .../cairo/{cairo_1.14.12.bb => cairo_1.16.0.bb}    |   8 +-
 .../{harfbuzz_2.2.0.bb => harfbuzz_2.3.1.bb}       |   4 +-
 .../xorg-lib/pixman/asm_include.patch              |  29 ---
 .../{pixman_0.34.0.bb => pixman_0.38.0.bb}         |   5 +-
 .../gstreamer/gst-plugins-package.inc              |   8 +-
 meta/recipes-multimedia/x264/x264_git.bb           |   6 +-
 scripts/lib/wic/engine.py                          |   8 +-
 15 files changed, 292 insertions(+), 99 deletions(-)
 create mode 100644 meta/recipes-bsp/grub/files/disable-address-of-packed-member.patch
 delete mode 100644 meta/recipes-graphics/cairo/cairo/0001-cairo-Fix-CVE-2017-9814.patch
 rename meta/recipes-graphics/cairo/{cairo_1.14.12.bb => cairo_1.16.0.bb} (92%)
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_2.2.0.bb => harfbuzz_2.3.1.bb} (89%)
 delete mode 100644 meta/recipes-graphics/xorg-lib/pixman/asm_include.patch
 rename meta/recipes-graphics/xorg-lib/{pixman_0.34.0.bb => pixman_0.38.0.bb} (89%)

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


More information about the Openembedded-commits mailing list