[oe-commits] [openembedded-core] branch master-next updated (9611485 -> 9da097b)

git at git.openembedded.org git at git.openembedded.org
Tue May 22 12:14:48 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 9611485  patchreview: don't disable malformed SoB check
     add c8a6422  package_manager: expand the removal list for RPM
     add f23332d  rootfs: only use dnf to cleanup if package management is enabled
     add 450335b  wic: Fix partition files UIDs on multi rootfs images
     add db883d7  perl-ptest: drop runtime dependency on libssp
     add d4dea76  default-distrovars.inc: drop obsolete LGPLv2_WHITELIST_GPL-3.0
     add a751141  dbus: upgrade to 1.12.8
     add de2e596  dbus-test: upgrade to 1.12.8
     add c580190  dbus-glib: upgrade to 0.110
     add 6a90852  sqlite3: upgrade 3.23.0 -> 3.23.1
     add cff0554  libsdl2: allow to build native and nativesdk
     add 5e55efc  libsdl2: remove redundant DEPENDS
     add e54b641  packagegroup-core-x11-sato: don't install libsdl
     add c330036  diffstat: fix wrong evaluation of CC
     add b3598b8  bitbake.conf: make libc over-ride lower priority than _forcevariable
     add 428fc39  bitbake.conf: drop _build-${BUILD_OS} over-ride
     add 819935b  bitbake.conf: drop obsolete comment referring to the fail-fast over-ride
     add c245ab9  toolchain-shar-extract.sh: Preserve ICECC_PATH
     add 80455a0  kernel.bbclass: avoid duplicates in KERNEL_IMAGETYPE_FOR_MAKE
     add 32c2a2d  oe-pkgdata-util: lookup-recipe, package-info: Don't finish prematurely
     add 02664a8  gdb: Upgrade to 8.1 release
     add 910f68c  python2: Fix build with gcc8
     add a36c1e5  gstreamer1.0-plugins-good: enable PACKAGECONFIG gtk conditionally
     add a997bcd  libxslt: Fix handling of RVTs returned from nested EXSLT functions
     add 9da097b  libnss-mdns: fix postinst and postrm

No new revisions were added by this update.

Summary of changes:
 meta/classes/base.bbclass                          |  25 ++--
 meta/classes/cross.bbclass                         |   1 -
 meta/classes/kernel.bbclass                        |  28 ++--
 meta/classes/multilib.bbclass                      |  12 +-
 meta/classes/native.bbclass                        |   1 -
 meta/conf/bitbake.conf                             |  16 +--
 meta/conf/distro/include/default-distrovars.inc    |   1 -
 meta/conf/distro/include/tclibc-baremetal.inc      |   2 -
 meta/conf/distro/include/tclibc-glibc.inc          |   2 -
 meta/conf/distro/include/tclibc-musl.inc           |   2 -
 meta/conf/distro/include/tcmode-default.inc        |   2 +-
 meta/files/toolchain-shar-extract.sh               |   1 +
 meta/lib/oe/package_manager.py                     |  14 +-
 meta/lib/oe/rootfs.py                              |   3 +-
 .../libnss-mdns/libnss-mdns_0.10.bb                |  15 +-
 meta/recipes-core/dbus/dbus-glib.inc               |   4 +-
 meta/recipes-core/dbus/dbus-glib_0.108.bb          |   4 -
 meta/recipes-core/dbus/dbus-glib_0.110.bb          |   4 +
 .../{dbus-test_1.12.2.bb => dbus-test_1.12.8.bb}   |   4 +-
 .../dbus/{dbus_1.12.2.bb => dbus_1.12.8.bb}        |  12 +-
 .../diffstat/avoid-check-user-break-cc.patch       |  26 ++++
 meta/recipes-devtools/diffstat/diffstat_1.61.bb    |   1 +
 .../gdb/{gdb-8.0.1.inc => gdb-8.1.inc}             |   5 +-
 ...canadian_8.0.1.bb => gdb-cross-canadian_8.1.bb} |   0
 .../gdb/{gdb-cross_8.0.1.bb => gdb-cross_8.1.bb}   |   0
 .../gdb/0001-include-sys-types.h-for-mode_t.patch  |  12 +-
 ...d-support-for-Renesas-SH-sh4-architecture.patch | 153 ++++++++++-----------
 .../gdb/0012-Unbreak-GDBserver-build-for-x32.patch | 101 --------------
 .../gdb/{gdb_8.0.1.bb => gdb_8.1.bb}               |   2 +
 meta/recipes-devtools/perl/perl-ptest.inc          |   2 +-
 .../python/python-native_2.7.14.bb                 |   1 +
 .../python/python/fix-gc-alignment.patch           |  43 ++++++
 meta/recipes-devtools/python/python_2.7.14.bb      |   1 +
 meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb     |   6 +-
 .../gstreamer/gstreamer1.0-plugins-good_1.14.0.bb  |   3 +-
 .../packagegroups/packagegroup-core-x11-sato.bb    |   1 -
 .../libxslt/libxslt/fix-rvts-handling.patch        |  80 +++++++++++
 meta/recipes-support/libxslt/libxslt_1.1.32.bb     |   5 +-
 .../{sqlite3_3.23.0.bb => sqlite3_3.23.1.bb}       |   4 +-
 scripts/lib/wic/partition.py                       |   2 +-
 scripts/lib/wic/plugins/imager/direct.py           |   4 +
 scripts/oe-pkgdata-util                            |   4 +-
 42 files changed, 324 insertions(+), 285 deletions(-)
 delete mode 100644 meta/recipes-core/dbus/dbus-glib_0.108.bb
 create mode 100644 meta/recipes-core/dbus/dbus-glib_0.110.bb
 rename meta/recipes-core/dbus/{dbus-test_1.12.2.bb => dbus-test_1.12.8.bb} (95%)
 rename meta/recipes-core/dbus/{dbus_1.12.2.bb => dbus_1.12.8.bb} (92%)
 create mode 100644 meta/recipes-devtools/diffstat/diffstat/avoid-check-user-break-cc.patch
 rename meta/recipes-devtools/gdb/{gdb-8.0.1.inc => gdb-8.1.inc} (85%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_8.0.1.bb => gdb-cross-canadian_8.1.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_8.0.1.bb => gdb-cross_8.1.bb} (100%)
 delete mode 100644 meta/recipes-devtools/gdb/gdb/0012-Unbreak-GDBserver-build-for-x32.patch
 rename meta/recipes-devtools/gdb/{gdb_8.0.1.bb => gdb_8.1.bb} (86%)
 create mode 100644 meta/recipes-devtools/python/python/fix-gc-alignment.patch
 create mode 100644 meta/recipes-support/libxslt/libxslt/fix-rvts-handling.patch
 rename meta/recipes-support/sqlite/{sqlite3_3.23.0.bb => sqlite3_3.23.1.bb} (59%)

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


More information about the Openembedded-commits mailing list