[oe-commits] [openembedded-core] branch master updated (ae48ee6 -> 59a0a05)

git at git.openembedded.org git at git.openembedded.org
Tue Jul 3 23:05:31 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 ae48ee6  multilib: Fix issues with some cross-canadian toolchain sysroots
     add ca276fe  oe.path: add which_wild function
     add 188f4d2  qemu: Add RISC-V support
     add 47b76dd  nspr: Add RISC-V support
     add a0d7476  kernel-fitimage: Make DTB key insertion optional
     add 7aece42  recipetool: add 'edit' subcommand
     add 4d09b6a  gnupg: 2.2.5 -> 2.2.8
     add 82b2a08  gpgme: 1.10.0 -> 1.11.1
     add 3e48ac4  man-db: 2.8.2 -> 2.8.3
     add dbbe9c1  elfutils: 0.170 -> 0.172
     add 5d84441  man-pages: 4.14 -> 4.16
     add 93b0a04  help2man-native: 1.47.5 -> 1.47.6
     add c15a7f7  libgcrypt: 1.8.2 -> 1.8.3
     add 397410d  ncurses: 6.1 -> 6.1+20180630
     add 4b56d6a  ghostscript: fix CVE-2018-10194
     add 069426b  webkitgtk: 2.20.2 -> 2.20.3
     add 2e7f3b2  kernel-devicetree: Corrected normalize_dtb
     new 7cb42ae  dhcp: update 4.4.1
     new c37207d  bind: update to ESV version 9.11.3
     new 8ae7070  staging: Always use the default sysroot for allarch recipes
     new 59a0a05  multilib: Tweak previous cross-canadian multilib fix

The 4 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-devicetree.bbclass             |   2 +-
 meta/classes/kernel-fitimage.bbclass               |   2 +-
 meta/classes/multilib.bbclass                      |   2 +
 meta/classes/staging.bbclass                       |   3 +
 meta/lib/oe/path.py                                |  34 +++
 ...-gen.c-extend-DIRNAMESIZE-from-256-to-512.patch |  13 +-
 .../0001-lib-dns-gen.c-fix-too-long-error.patch    |  13 +-
 .../bind/bind/bind-confgen-build-unix.o-once.patch |  48 ---
 ...-searching-for-json-headers-searches-sysr.patch |  13 +-
 .../bind/bind/dont-test-on-host.patch              |  17 --
 .../use-python3-and-fix-install-lib-path.patch     |  36 ---
 .../bind/{bind_9.10.6.bb => bind_9.11.3.bb}        |  81 +++---
 meta/recipes-connectivity/dhcp/dhcp.inc            |  15 +-
 ...o-_PATH_DHCPD_CONF-and-_PATH_DHCLIENT_CON.patch |  13 +-
 .../dhcp/dhcp/0003-link-with-lcrypto.patch         |  13 +-
 .../dhcp/dhcp/0004-Fix-out-of-tree-builds.patch    | 109 ++++---
 .../dhcp/0006-site.h-enable-gentle-shutdown.patch  |  13 +-
 ...re-argument-to-make-the-libxml2-dependenc.patch |  40 ++-
 .../dhcp/dhcp/0010-build-shared-libs.patch         | 208 -------------
 ...all-to-isc_app_ctxstart-to-not-get-signal.patch |  81 ------
 ...correct-the-intention-for-xml2-lib-search.patch |  13 +-
 .../dhcp/dhcp/0013-fixup_use_libbind.patch         |  64 ++++
 .../dhcp/dhcp/CVE-2017-3144.patch                  |  74 -----
 .../dhcp/{dhcp_4.3.6.bb => dhcp_4.4.1.bb}          |  13 +-
 .../{ncurses_6.1.bb => ncurses_6.1+20180630.bb}    |   2 +-
 .../{elfutils_0.170.bb => elfutils_0.172.bb}       |  22 +-
 .../elfutils/files/0001-dso-link-change.patch      |   8 +-
 ...0001-libasm-may-link-with-libbz2-if-found.patch |  12 +-
 ...-elf_cvt_gunhash-if-dest-and-src-are-same.patch |   4 +-
 .../elfutils/files/0003-fixheadercheck.patch       |   6 +-
 .../0004-Disable-the-test-to-convert-euc-jp.patch  |   4 +-
 .../files/0005-fix-a-stack-usage-warning.patch     |   8 +-
 .../files/0006-Fix-build-on-aarch64-musl.patch     |   4 +-
 ...-path-where-we-have-str-as-uninitialized-.patch |  12 +-
 ...de-alternatives-for-glibc-assumptions-hel.patch | 201 ++++++-------
 ...ferences-between-mips-machine-identifiers.patch |   4 -
 .../{arm_backend.diff => 0001-arm_backend.patch}   | 322 +++++++++++----------
 .../files/debian/0001-disable_werror.patch         |  35 +++
 .../files/debian/0001-fix-gcc7-ftbfs.patch         |  57 ++++
 .../{hppa_backend.diff => 0001-hppa_backend.patch} | 170 ++++++-----
 ...{mips_backend.patch => 0001-mips_backend.patch} |  31 +-
 .../files/debian/0001-mips_readelf_w.patch         |  39 +++
 .../debian/0001-testsuite-ignore-elflint.patch     |  57 ++++
 ...-support-for-mips64-abis-in-mips_retval.c.patch |   3 -
 .../0003-Add-mips-n64-relocation-format-hack.patch |   5 +-
 .../elfutils/files/debian/hurd_path.patch          |  14 +
 .../elfutils/files/debian/ignore_strmerge.diff     |  11 +
 .../elfutils/files/debian/kfreebsd_path.patch      |  17 ++
 .../elfutils/files/debian/mips_readelf_w.patch     |  25 --
 ...-native_1.47.5.bb => help2man-native_1.47.6.bb} |   4 +-
 meta/recipes-devtools/qemu/qemu.inc                |   2 +-
 ...ard-against-trying-to-output-an-infinite-.patch |  49 ++++
 .../ghostscript/ghostscript_9.23.bb                |   1 +
 .../man-db/{man-db_2.8.2.bb => man-db_2.8.3.bb}    |   4 +-
 .../{man-pages_4.14.bb => man-pages_4.16.bb}       |   4 +-
 ...bKitMacros-Append-to-I-and-not-to-isystem.patch |  12 +-
 .../detect-atomics-during-configure.patch          |  43 ---
 .../{webkitgtk_2.20.2.bb => webkitgtk_2.20.3.bb}   |   5 +-
 .../gnupg/{gnupg_2.2.5.bb => gnupg_2.2.8.bb}       |   4 +-
 .../gpgme/gpgme/0001-pkgconfig.patch               |  18 +-
 ...python-gpg-error-config-should-not-be-use.patch |  10 +-
 .../0003-Correctly-install-python-modules.patch    |   6 +-
 .../gpgme/gpgme/0004-python-import.patch           |   6 +-
 ...g-skip-all-lib-or-usr-lib-directories-in-.patch |   6 +-
 .../gpgme/gpgme/0006-fix-build-path-issue.patch    |   6 +-
 .../0007-qt-python-Add-variables-to-tests.patch    |  12 +-
 .../gpgme/{gpgme_1.10.0.bb => gpgme_1.11.1.bb}     |   6 +-
 .../{libgcrypt_1.8.2.bb => libgcrypt_1.8.3.bb}     |   4 +-
 ...e-definitions-for-the-RISC-V-architecture.patch | 150 ++++++++++
 meta/recipes-support/nspr/nspr_4.19.bb             |   1 +
 scripts/lib/recipetool/edit.py                     |  54 ++++
 71 files changed, 1240 insertions(+), 1160 deletions(-)
 delete mode 100644 meta/recipes-connectivity/bind/bind/bind-confgen-build-unix.o-once.patch
 delete mode 100644 meta/recipes-connectivity/bind/bind/dont-test-on-host.patch
 delete mode 100644 meta/recipes-connectivity/bind/bind/use-python3-and-fix-install-lib-path.patch
 rename meta/recipes-connectivity/bind/{bind_9.10.6.bb => bind_9.11.3.bb} (69%)
 delete mode 100644 meta/recipes-connectivity/dhcp/dhcp/0010-build-shared-libs.patch
 delete mode 100644 meta/recipes-connectivity/dhcp/dhcp/0011-Moved-the-call-to-isc_app_ctxstart-to-not-get-signal.patch
 create mode 100644 meta/recipes-connectivity/dhcp/dhcp/0013-fixup_use_libbind.patch
 delete mode 100644 meta/recipes-connectivity/dhcp/dhcp/CVE-2017-3144.patch
 rename meta/recipes-connectivity/dhcp/{dhcp_4.3.6.bb => dhcp_4.4.1.bb} (65%)
 rename meta/recipes-core/ncurses/{ncurses_6.1.bb => ncurses_6.1+20180630.bb} (86%)
 rename meta/recipes-devtools/elfutils/{elfutils_0.170.bb => elfutils_0.172.bb} (79%)
 rename meta/recipes-devtools/elfutils/files/debian/{arm_backend.diff => 0001-arm_backend.patch} (87%)
 create mode 100644 meta/recipes-devtools/elfutils/files/debian/0001-disable_werror.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/debian/0001-fix-gcc7-ftbfs.patch
 rename meta/recipes-devtools/elfutils/files/debian/{hppa_backend.diff => 0001-hppa_backend.patch} (89%)
 rename meta/recipes-devtools/elfutils/files/debian/{mips_backend.patch => 0001-mips_backend.patch} (97%)
 create mode 100644 meta/recipes-devtools/elfutils/files/debian/0001-mips_readelf_w.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/debian/0001-testsuite-ignore-elflint.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/debian/hurd_path.patch
 create mode 100644 meta/recipes-devtools/elfutils/files/debian/ignore_strmerge.diff
 create mode 100644 meta/recipes-devtools/elfutils/files/debian/kfreebsd_path.patch
 delete mode 100644 meta/recipes-devtools/elfutils/files/debian/mips_readelf_w.patch
 rename meta/recipes-devtools/help2man/{help2man-native_1.47.5.bb => help2man-native_1.47.6.bb} (79%)
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/0001-pdfwrite-Guard-against-trying-to-output-an-infinite-.patch
 rename meta/recipes-extended/man-db/{man-db_2.8.2.bb => man-db_2.8.3.bb} (90%)
 rename meta/recipes-extended/man-pages/{man-pages_4.14.bb => man-pages_4.16.bb} (87%)
 delete mode 100644 meta/recipes-sato/webkit/webkitgtk/detect-atomics-during-configure.patch
 rename meta/recipes-sato/webkit/{webkitgtk_2.20.2.bb => webkitgtk_2.20.3.bb} (96%)
 rename meta/recipes-support/gnupg/{gnupg_2.2.5.bb => gnupg_2.2.8.bb} (92%)
 rename meta/recipes-support/gpgme/{gpgme_1.10.0.bb => gpgme_1.11.1.bb} (93%)
 rename meta/recipes-support/libgcrypt/{libgcrypt_1.8.2.bb => libgcrypt_1.8.3.bb} (92%)
 create mode 100644 meta/recipes-support/nspr/nspr/0003-Add-type-definitions-for-the-RISC-V-architecture.patch
 create mode 100644 scripts/lib/recipetool/edit.py

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


More information about the Openembedded-commits mailing list