[oe-commits] [openembedded-core] branch master updated (07bc5a5 -> 9de9daa)

git at git.openembedded.org git at git.openembedded.org
Wed May 8 22:01:09 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 07bc5a5  openssh/systemd/python/qemu: Fix patch Upstream-Status
     new 5eebe24  scripts/pybootchart: Fix mixed indentation
     new 9491446  scripts/pybootchart: Port to python3
     new 50d9af7  scripts/pybootchart/draw: Clarify some variable names
     new ef257af  scripts/pybootchart/draw: Fix some bounding problems
     new 3265d73  gnu-efi: Remove support patch for gcc < 4.7
     new 330fc83  grub: Use -Wno-error instead of doing this on a per-warning basis
     new e697fe9  socat: upgrade 1.7.3.2 -> 1.7.3.3
     new 5890ed3  bison: upgrade 3.0.4 -> 3.1
     new f262b9e  resulttool: Add option to dump all ptest logs
     new ff13134  mmc-utils: update to the latest upstream code
     new 02ec648  cogl: upgrade 1.22.2 -> 1.22.4
     new 6f4c6fa  cogl: remove -Werror=maybe-uninitialized workaround
     new 78eb944  libxcb: remove workaround patch for a bug that was fixed in gcc 5 in 2015
     new 9be07e8  sqlite3: update to 3.28.0
     new 2479031  kmscube: update to latest revision
     new 5226ce1  coreutils: update to 8.31
     new 836c178  mtools: update to 4.0.23
     new 41ec4ad  msmtp: update to 1.8.4
     new d6df8c1  wpa-supplicant: update to 2.8
     new 686d0e1  bitbake.conf: use https instead of http
     new d5e9996  systemd: Backport patch to fix build with gcc9
     new 07aeaa4  python3: fix do_install fail for parallel buiild
     new 9de9daa  target-sdk-provides-dummy: resolve sstate conflict

The 23 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/conf/bitbake.conf                             |   20 +-
 .../gnu-efi/gnu-efi/gcc46-compatibility.patch      |   35 -
 meta/recipes-bsp/gnu-efi/gnu-efi_3.0.9.bb          |    1 -
 .../files/disable-address-of-packed-member.patch   |  262 ----
 .../grub/files/fix.build.with.gcc-7.patch          |   39 -
 .../grub/files/fix.build.with.squashfs.patch       |   24 -
 meta/recipes-bsp/grub/grub-efi_2.02.bb             |    4 -
 meta/recipes-bsp/grub/grub2.inc                    |    5 +-
 ...001-Access-c_ispeed-and-c_ospeed-via-APIs.patch |   52 -
 .../socat/Makefile.in-fix-for-parallel-build.patch |   35 -
 .../socat/{socat_1.7.3.2.bb => socat_1.7.3.3.bb}   |    6 +-
 ...wpa-supplicant_2.7.bb => wpa-supplicant_2.8.bb} |   10 +-
 .../coreutils/strtod_fix_clash_with_strtold.patch  |   56 +
 .../{coreutils_8.30.bb => coreutils_8.31.bb}       |    8 +-
 .../recipes-core/meta/target-sdk-provides-dummy.bb |    2 +
 ...work-remove-redunant-link-name-in-message.patch |   41 +
 meta/recipes-core/systemd/systemd_242.bb           |    3 +-
 ...need_charset_alias-when-building-for-musl.patch |   33 -
 .../0001-src-local.mk-fix-parallel-issue.patch     |   34 -
 meta/recipes-devtools/bison/bison/gnulib.patch     |   21 -
 .../bison/{bison_3.0.4.bb => bison_3.1.bb}         |    7 +-
 ...ce-strncpy-with-memmove-on-overlapping-me.patch |   36 -
 meta/recipes-devtools/mmc/mmc-utils_git.bb         |    5 +-
 ...en-if-fs-size-is-not-divisible-by-sectors.patch |   34 -
 ...01-remove-LOCK_NB-to-use-blocking-request.patch |   44 -
 .../mtools/{mtools_4.0.19.bb => mtools_4.0.23.bb}  |    6 +-
 ...ix-Issue36464-parallel-build-race-problem.patch |   34 +
 meta/recipes-devtools/python/python3_3.7.3.bb      |    1 +
 .../msmtp/{msmtp_1.8.3.bb => msmtp_1.8.4.bb}       |    8 +-
 ...Fix-an-incorrect-preprocessor-conditional.patch |   32 -
 ...ce-culling.c-fix-may-be-used-uninitialize.patch |   35 -
 meta/recipes-graphics/cogl/cogl-1.0_1.22.2.bb      |    8 -
 meta/recipes-graphics/cogl/cogl-1.0_1.22.4.bb      |    6 +
 meta/recipes-graphics/kmscube/kmscube_git.bb       |    2 +-
 .../libxcb/gcc-mips-pr68302-mips-workaround.patch  |   22 -
 meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb    |    1 -
 .../sqlite/sqlite3/CVE-2019-9936.patch             |   28 -
 .../sqlite/sqlite3/CVE-2019-9937.patch             |  187 ---
 meta/recipes-support/sqlite/sqlite3_3.27.2.bb      |   13 -
 meta/recipes-support/sqlite/sqlite3_3.28.0.bb      |    8 +
 scripts/lib/resulttool/log.py                      |   54 +-
 scripts/lib/resulttool/resultutils.py              |   16 +
 scripts/pybootchartgui/pybootchartgui.py           |    2 +-
 scripts/pybootchartgui/pybootchartgui/draw.py      | 1383 ++++++++++----------
 scripts/pybootchartgui/pybootchartgui/gui.py       |  208 ++-
 scripts/pybootchartgui/pybootchartgui/parsing.py   |   12 +-
 46 files changed, 1042 insertions(+), 1841 deletions(-)
 delete mode 100644 meta/recipes-bsp/gnu-efi/gnu-efi/gcc46-compatibility.patch
 delete mode 100644 meta/recipes-bsp/grub/files/disable-address-of-packed-member.patch
 delete mode 100644 meta/recipes-bsp/grub/files/fix.build.with.gcc-7.patch
 delete mode 100644 meta/recipes-bsp/grub/files/fix.build.with.squashfs.patch
 delete mode 100644 meta/recipes-connectivity/socat/socat/0001-Access-c_ispeed-and-c_ospeed-via-APIs.patch
 delete mode 100644 meta/recipes-connectivity/socat/socat/Makefile.in-fix-for-parallel-build.patch
 rename meta/recipes-connectivity/socat/{socat_1.7.3.2.bb => socat_1.7.3.3.bb} (85%)
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant_2.7.bb => wpa-supplicant_2.8.bb} (90%)
 create mode 100644 meta/recipes-core/coreutils/coreutils/strtod_fix_clash_with_strtold.patch
 rename meta/recipes-core/coreutils/{coreutils_8.30.bb => coreutils_8.31.bb} (94%)
 create mode 100644 meta/recipes-core/systemd/systemd/0006-network-remove-redunant-link-name-in-message.patch
 delete mode 100644 meta/recipes-devtools/bison/bison/0001-Unset-need_charset_alias-when-building-for-musl.patch
 delete mode 100644 meta/recipes-devtools/bison/bison/0001-src-local.mk-fix-parallel-issue.patch
 delete mode 100644 meta/recipes-devtools/bison/bison/gnulib.patch
 rename meta/recipes-devtools/bison/{bison_3.0.4.bb => bison_3.1.bb} (81%)
 delete mode 100644 meta/recipes-devtools/mmc/mmc-utils/0001-lsmmc-replace-strncpy-with-memmove-on-overlapping-me.patch
 delete mode 100644 meta/recipes-devtools/mtools/mtools/0001-Continue-even-if-fs-size-is-not-divisible-by-sectors.patch
 delete mode 100644 meta/recipes-devtools/mtools/mtools/0001-remove-LOCK_NB-to-use-blocking-request.patch
 rename meta/recipes-devtools/mtools/{mtools_4.0.19.bb => mtools_4.0.23.bb} (82%)
 create mode 100644 meta/recipes-devtools/python/python3/0001-Makefile-fix-Issue36464-parallel-build-race-problem.patch
 rename meta/recipes-extended/msmtp/{msmtp_1.8.3.bb => msmtp_1.8.4.bb} (84%)
 delete mode 100644 meta/recipes-graphics/cogl/cogl-1.0/0001-Fix-an-incorrect-preprocessor-conditional.patch
 delete mode 100644 meta/recipes-graphics/cogl/cogl-1.0/test-backface-culling.c-fix-may-be-used-uninitialize.patch
 delete mode 100644 meta/recipes-graphics/cogl/cogl-1.0_1.22.2.bb
 create mode 100644 meta/recipes-graphics/cogl/cogl-1.0_1.22.4.bb
 delete mode 100644 meta/recipes-graphics/xorg-lib/libxcb/gcc-mips-pr68302-mips-workaround.patch
 delete mode 100644 meta/recipes-support/sqlite/sqlite3/CVE-2019-9936.patch
 delete mode 100644 meta/recipes-support/sqlite/sqlite3/CVE-2019-9937.patch
 delete mode 100644 meta/recipes-support/sqlite/sqlite3_3.27.2.bb
 create mode 100644 meta/recipes-support/sqlite/sqlite3_3.28.0.bb

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


More information about the Openembedded-commits mailing list