[oe-commits] [openembedded-core] branch master updated (caa776b -> e0db1be)

git at git.openembedded.org git at git.openembedded.org
Thu Jan 3 12:39:56 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 caa776b  testimage.bbclass: remove boot parameter systemd.log_target
     new a7fb921  cups: default to unix pam module
     new badbeb0  gcc: Fix riscv multilibs for OE way
     new 503b977  kernel-module-split.bbclass: Fix modinfo decoding in old kernels
     new 870ba5d  sstate.bbclass: catch ValueError from incorrectly written sstate manifests
     new 05aeb9d  os-release: don't import shutil
     new b0021e3  Added armeb into meson.bbclass.
     new 713d697  valgrind: Fix a race issue for libcoregrind.a
     new 5cb2b16  bluez5: Fix a race issue for tools
     new bb269bc  perl: Fix race issue for cpan/Pod-Simple
     new 446e7da  runqemu-gen-tapdevs: Allow run --help without sudo
     new 4ab7825  btrfs-tools: update to 4.19.1
     new 6cc5c57  meson: update to 0.49.0
     new 7629e64  libdazzle: fix a build issue with meson 0.49.0
     new b7492f2  dnf: upgrade 4.0.9 -> 4.0.10
     new c9447be  createrepo-c: update to 0.12.0
     new 3dd19e9  libdnf: upgrade 0.22.3 -> 0.24.1
     new 2f34de9  lighttpd: upgrade 1.4.51 -> 1.4.52
     new 894d286  boost: update to 1.69.0
     new 544af13  gobject-introspection: upgrade 1.58.1 -> 1.58.2
     new 962fd61  libcomps: upgrade 0.1.8 -> 0.1.9
     new dcdf621  webkitgtk: upgrade 2.22.4 -> 2.22.5
     new 135e3ea  librepo: upgrade 1.9.2 -> 1.9.3
     new 81ecfbb  systemd: backport a patch to fix meson 0.49.0 issue
     new 100d0d0  tzdata/tzcode-native: update to 2018i
     new 2837266  curl: update to 7.63
     new e7dc596  meta/classes/testimage.bbclass: Only validate IMAGE_FSTYPES when is QEMU
     new 66ed6cd  dpkg: Upgrade to 1.18.25
     new e0db1be  nativesdk-*-provides-dummy: Fixes to allow correct operation with opkg

The 28 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/kernel-module-split.bbclass           |   3 +-
 meta/classes/meson.bbclass                         |   2 +
 meta/classes/sstate.bbclass                        |  15 +-
 meta/classes/testimage.bbclass                     |  13 +-
 meta/recipes-connectivity/bluez5/bluez5.inc        |   1 +
 ...01-Makefile.am-Fix-a-race-issue-for-tools.patch |  32 +++
 meta/recipes-core/meta/dummy-sdk-package.inc       |   4 +-
 .../meta/nativesdk-buildtools-perl-dummy.bb        |  22 +-
 .../meta/nativesdk-sdk-provides-dummy.bb           |   1 -
 .../recipes-core/meta/target-sdk-provides-dummy.bb |  27 +++
 meta/recipes-core/os-release/os-release.bb         |   1 -
 meta/recipes-core/systemd/systemd-boot_239.bb      |   1 +
 .../0001-meson-rename-Ddebug-to-Ddebug-extra.patch |  45 ++++
 meta/recipes-core/systemd/systemd_239.bb           |   1 +
 ...-kernel-lib-bitops-Fix-big-endian-compila.patch |  55 -----
 .../{btrfs-tools_4.19.bb => btrfs-tools_4.19.1.bb} |   3 +-
 ...0001-Correctly-install-the-shared-library.patch |  28 ---
 ...-set-PYTHON_INSTALL_DIR-by-running-python.patch |  14 +-
 .../createrepo-c/createrepo-c_git.bb               |   7 +-
 .../dnf/{dnf_4.0.9.bb => dnf_4.0.10.bb}            |   2 +-
 .../0001-arch-Add-support-for-riscv64-CPU.patch    |  54 -----
 .../dpkg/{dpkg_1.18.24.bb => dpkg_1.18.25.bb}      |   7 +-
 meta/recipes-devtools/gcc/gcc-8.2.inc              |   1 +
 .../0043-riscv-Disable-multilib-for-OE.patch       |  27 +++
 meta/recipes-devtools/libcomps/libcomps_git.bb     |   4 +-
 .../libdnf/{libdnf_0.22.3.bb => libdnf_0.24.1.bb}  |   2 +-
 ...ariables-with-pkg-config-not-with-cmake-m.patch |   8 +-
 .../librepo/{librepo_1.9.2.bb => librepo_1.9.3.bb} |   4 +-
 meta/recipes-devtools/meson/meson.inc              |  10 +-
 ...h => 0001-Make-CPU-family-warnings-fatal.patch} |  27 ++-
 ...ix-issues-that-arise-when-cross-compiling.patch |  61 +-----
 ...le-do-not-manipulate-the-environment-when.patch |  52 ++---
 ...2-Support-building-allarch-recipes-again.patch} |  20 +-
 ...rospection-determine-g-ir-scanner-and-g-i.patch |  37 ++--
 meta/recipes-devtools/meson/meson/gi-flags.patch   |  35 ---
 .../meson/meson/gtkdoc-flags.patch                 |  44 ----
 .../meson/{meson_0.47.2.bb => meson_0.49.0.bb}     |   1 +
 ...k-meson_0.47.2.bb => nativesdk-meson_0.49.0.bb} |   0
 meta/recipes-devtools/perl/perl-native_5.24.4.bb   |   1 +
 ...kefile.SH-Pod-Simple-requires-Getopt-Long.patch |  34 +++
 meta/recipes-devtools/perl/perl_5.24.4.bb          |   1 +
 ...ncies-between-libcoregrind-.a-and-m_main..patch |  45 ++++
 meta/recipes-devtools/valgrind/valgrind_3.14.0.bb  |   1 +
 meta/recipes-extended/cups/cups.inc                |   2 +-
 .../{lighttpd_1.4.51.bb => lighttpd_1.4.52.bb}     |   4 +-
 ...code-native_2018g.bb => tzcode-native_2018i.bb} |   8 +-
 .../tzdata/{tzdata_2018g.bb => tzdata_2018i.bb}    |   4 +-
 ...he-repository-directory-for-native-builds.patch |   2 +-
 ...n_1.58.1.bb => gobject-introspection_1.58.2.bb} |   4 +-
 ...a-define-so-that-gir-compilation-succeeds.patch |  26 +++
 meta/recipes-gnome/libdazzle/libdazzle_3.30.2.bb   |   1 +
 .../{webkitgtk_2.22.4.bb => webkitgtk_2.22.5.bb}   |   4 +-
 ...bjam-native_1.68.0.bb => bjam-native_1.69.0.bb} |   0
 .../boost/{boost-1.68.0.inc => boost-1.69.0.inc}   |   4 +-
 meta/recipes-support/boost/boost.inc               |   1 -
 ...-arch-instruction-set-flags-we-do-that-o.patch} |  23 +-
 ...ucibility-add-file-directive-to-assembler.patch | 243 ---------------------
 .../boost/{boost_1.68.0.bb => boost_1.69.0.bb}     |   6 +-
 .../curl/{curl_7.62.0.bb => curl_7.63.0.bb}        |   4 +-
 scripts/runqemu-gen-tapdevs                        |  27 ++-
 60 files changed, 442 insertions(+), 674 deletions(-)
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-Makefile.am-Fix-a-race-issue-for-tools.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0001-meson-rename-Ddebug-to-Ddebug-extra.patch
 delete mode 100644 meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-btrfs-progs-kernel-lib-bitops-Fix-big-endian-compila.patch
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.19.bb => btrfs-tools_4.19.1.bb} (92%)
 delete mode 100644 meta/recipes-devtools/createrepo-c/createrepo-c/0001-Correctly-install-the-shared-library.patch
 rename meta/recipes-devtools/dnf/{dnf_4.0.9.bb => dnf_4.0.10.bb} (98%)
 delete mode 100644 meta/recipes-devtools/dpkg/dpkg/0001-arch-Add-support-for-riscv64-CPU.patch
 rename meta/recipes-devtools/dpkg/{dpkg_1.18.24.bb => dpkg_1.18.25.bb} (74%)
 create mode 100644 meta/recipes-devtools/gcc/gcc-8.2/0043-riscv-Disable-multilib-for-OE.patch
 rename meta/recipes-devtools/libdnf/{libdnf_0.22.3.bb => libdnf_0.24.1.bb} (95%)
 rename meta/recipes-devtools/librepo/{librepo_1.9.2.bb => librepo_1.9.3.bb} (84%)
 rename meta/recipes-devtools/meson/meson/{0002-Make-CPU-family-warnings-fatal.patch => 0001-Make-CPU-family-warnings-fatal.patch} (50%)
 rename meta/recipes-devtools/meson/meson/{0001-Support-building-allarch-recipes-again.patch => 0002-Support-building-allarch-recipes-again.patch} (52%)
 delete mode 100644 meta/recipes-devtools/meson/meson/gi-flags.patch
 delete mode 100644 meta/recipes-devtools/meson/meson/gtkdoc-flags.patch
 rename meta/recipes-devtools/meson/{meson_0.47.2.bb => meson_0.49.0.bb} (97%)
 rename meta/recipes-devtools/meson/{nativesdk-meson_0.47.2.bb => nativesdk-meson_0.49.0.bb} (100%)
 create mode 100644 meta/recipes-devtools/perl/perl/0001-Makefile.SH-Pod-Simple-requires-Getopt-Long.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-Fix-dependencies-between-libcoregrind-.a-and-m_main..patch
 rename meta/recipes-extended/lighttpd/{lighttpd_1.4.51.bb => lighttpd_1.4.52.bb} (96%)
 rename meta/recipes-extended/tzcode/{tzcode-native_2018g.bb => tzcode-native_2018i.bb} (70%)
 rename meta/recipes-extended/tzdata/{tzdata_2018g.bb => tzdata_2018i.bb} (98%)
 rename meta/recipes-gnome/gobject-introspection/{gobject-introspection_1.58.1.bb => gobject-introspection_1.58.2.bb} (98%)
 create mode 100644 meta/recipes-gnome/libdazzle/libdazzle/0001-Add-a-define-so-that-gir-compilation-succeeds.patch
 rename meta/recipes-sato/webkit/{webkitgtk_2.22.4.bb => webkitgtk_2.22.5.bb} (97%)
 rename meta/recipes-support/boost/{bjam-native_1.68.0.bb => bjam-native_1.69.0.bb} (100%)
 rename meta/recipes-support/boost/{boost-1.68.0.inc => boost-1.69.0.inc} (85%)
 rename meta/recipes-support/boost/boost/{0003-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch => 0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch} (93%)
 delete mode 100644 meta/recipes-support/boost/boost/reproducibility-add-file-directive-to-assembler.patch
 rename meta/recipes-support/boost/{boost_1.68.0.bb => boost_1.69.0.bb} (56%)
 rename meta/recipes-support/curl/{curl_7.62.0.bb => curl_7.63.0.bb} (95%)

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


More information about the Openembedded-commits mailing list