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

git at git.openembedded.org git at git.openembedded.org
Tue May 22 12:13:52 UTC 2018


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

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

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

The 24 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                          |  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