[oe-commits] [openembedded-core] branch master-next updated (a006e9c -> e274357)

git at git.openembedded.org git at git.openembedded.org
Tue Aug 7 11:51:16 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 a006e9c  oe-selftest: quick hack to test
     new 5199ff2  npth:1.5 -> 1.6
     new 1ce18f3  createrepo-c:0.10.0 -> 0.11.0
     new 4dd0cbe  vala:0.40.4 -> 0.40.8
     new 7d7e0d6  librepo:1.8.1 -> 1.9.0
     new 187c777  icu:61.1 -> 62.1
     new b031536  devicetree.bbclass: User/BSP device tree source compilation class
     new 7d903dc  systemd: Detect if statx struct is defined in sys/stat.h
     new 571d23e  m4: Workaround gnulib's fseeko.c implementation
     new 90f38e5  findutils: Fix build with glibc 2.28
     new 7262496  bootchart2: Update to master-tip
     new 50cdfe6  gzip: Fix build with glibc 2.28
     new ccfdb27  bison: Fix build break with glibc 2.28
     new 117e964  strace: Fix build with glibc 2.28
     new 5fc1f90  blktool: Fix build with glibc 2.28
     new 9cf724a  ppp: Use openssl for the DES instead of the libcrypt / glibc
     new 4ca2920  file: Update to 5.34
     new a567d1b  classes/reproducible_build: Avoid dereferencing symlinks
     new 5859e43  oe_syslog.py: fix for syslog-ng
     new 2ea36bd  bash: add -fomit-frame-pointer to DEBUG_OPTIMIZATION for armv[45] with thumb enabled
     new a183ce1  libjpeg-turbo: add -fomit-frame-pointer to DEBUG_OPTIMIZATION for armv[45] with thumb enabled
     new 4aed219  context.py: Do not mask exceptions needlessly.
     new a0d4bae  classes/sanity: Clean up getstatusoutput usage
     new fa63117  libidn2: Fix charset.alias issue with musl
     new e274357  openssl_1.0: drop unnecessary dependency on makedepend-native

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/devicetree.bbclass                    | 140 +++++++++++++++
 meta/classes/reproducible_build.bbclass            |   4 +-
 meta/classes/sanity.bbclass                        |  67 ++++----
 meta/lib/oeqa/runtime/cases/oe_syslog.py           |   8 +-
 meta/lib/oeqa/runtime/context.py                   |  14 +-
 .../recipes-connectivity/openssl/openssl_1.0.2o.bb |   2 +-
 .../ppp/ppp/ppp-2.4.7-DES-openssl.patch            |  84 +++++++++
 meta/recipes-connectivity/ppp/ppp_2.4.7.bb         |   5 +-
 ...etect-whether-struct-statx-is-defined-in-.patch | 109 ++++++++++++
 meta/recipes-core/systemd/systemd_239.bb           |   1 +
 meta/recipes-devtools/bison/bison/gnulib.patch     |  21 +++
 meta/recipes-devtools/bison/bison_3.0.4.bb         |   1 +
 ...ed-Missing-default-value-for-BOOTLOG_DEST.patch |  30 ----
 .../bootchart2/bootchart2_0.14.8.bb                |   4 +-
 .../createrepo-c/createrepo-c_git.bb               |   4 +-
 .../file/file/CVE-2018-10360.patch                 |  32 ----
 .../file/file/fix-bogus-magic.patch                |  32 ----
 .../file/{file_5.33.bb => file_5.34.bb}            |   4 +-
 .../librepo/{librepo_1.8.1.bb => librepo_1.9.0.bb} |   2 +-
 meta/recipes-devtools/m4/m4-1.4.18.inc             |   1 +
 .../m4/m4/m4-1.4.18-glibc-change-work-around.patch | 129 ++++++++++++++
 .../0001-tests-fix-build-with-fresh-glibc.patch    |  42 +++++
 meta/recipes-devtools/strace/strace_4.23.bb        |   1 +
 .../vala/{vala_0.40.4.bb => vala_0.40.8.bb}        |   4 +-
 meta/recipes-extended/bash/bash_4.4.18.bb          |   3 +
 .../blktool/blktool/blktool-gnulib-makedev.patch   |  23 +++
 meta/recipes-extended/blktool/blktool_4-7.bb       |   1 +
 .../findutils/findutils-4.6.0-gnulib-fflush.patch  | 140 +++++++++++++++
 .../findutils/findutils-4.6.0-gnulib-makedev.patch |  78 +++++++++
 meta/recipes-extended/findutils/findutils_4.6.0.bb |   2 +
 meta/recipes-extended/gzip/gzip-1.9/gnulib.patch   | 189 +++++++++++++++++++++
 meta/recipes-extended/gzip/gzip_1.9.bb             |   4 +-
 ...eed_charset_alias-when-building-for-musl.patch} |  17 +-
 meta/recipes-extended/libidn/libidn2_2.0.5.bb      |   4 +-
 meta/recipes-graphics/jpeg/libjpeg-turbo_1.5.3.bb  |   3 +
 .../icu/icu/0001-i18n-Drop-include-xlocale.h.patch |  34 ----
 .../icu/{icu_61.1.bb => icu_62.1.bb}               |   5 +-
 .../npth/{npth_1.5.bb => npth_1.6.bb}              |   4 +-
 38 files changed, 1044 insertions(+), 204 deletions(-)
 create mode 100644 meta/classes/devicetree.bbclass
 create mode 100644 meta/recipes-connectivity/ppp/ppp/ppp-2.4.7-DES-openssl.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0022-build-sys-Detect-whether-struct-statx-is-defined-in-.patch
 create mode 100644 meta/recipes-devtools/bison/bison/gnulib.patch
 delete mode 100644 meta/recipes-devtools/bootchart2/bootchart2/0001-Fixed-Missing-default-value-for-BOOTLOG_DEST.patch
 delete mode 100644 meta/recipes-devtools/file/file/CVE-2018-10360.patch
 delete mode 100644 meta/recipes-devtools/file/file/fix-bogus-magic.patch
 rename meta/recipes-devtools/file/{file_5.33.bb => file_5.34.bb} (91%)
 rename meta/recipes-devtools/librepo/{librepo_1.8.1.bb => librepo_1.9.0.bb} (93%)
 create mode 100644 meta/recipes-devtools/m4/m4/m4-1.4.18-glibc-change-work-around.patch
 create mode 100644 meta/recipes-devtools/strace/strace/0001-tests-fix-build-with-fresh-glibc.patch
 rename meta/recipes-devtools/vala/{vala_0.40.4.bb => vala_0.40.8.bb} (64%)
 create mode 100644 meta/recipes-extended/blktool/blktool/blktool-gnulib-makedev.patch
 create mode 100644 meta/recipes-extended/findutils/findutils/findutils-4.6.0-gnulib-fflush.patch
 create mode 100644 meta/recipes-extended/findutils/findutils/findutils-4.6.0-gnulib-makedev.patch
 create mode 100644 meta/recipes-extended/gzip/gzip-1.9/gnulib.patch
 copy meta/recipes-extended/{cpio/cpio-2.12/0001-Unset-need_charset_alias-when-building-for-musl.patch => libidn/libidn2/Unset-need_charset_alias-when-building-for-musl.patch} (58%)
 delete mode 100644 meta/recipes-support/icu/icu/0001-i18n-Drop-include-xlocale.h.patch
 rename meta/recipes-support/icu/{icu_61.1.bb => icu_62.1.bb} (80%)
 rename meta/recipes-support/npth/{npth_1.5.bb => npth_1.6.bb} (81%)

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


More information about the Openembedded-commits mailing list