[oe-commits] [openembedded-core] branch master updated (7a0fd80 -> ec78859)

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 16:40:42 UTC 2020


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

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

    from 7a0fd80  util-linux: Use PCRE for hardlink
     new be1fe01  gettext-minimal-native: update to 0.20.1
     new c9f8b48  gettext: update to 0.20.1
     new 42bde3e  psmisc: revert to default autopoint exclusion
     new b314711  gettext: fix failing ptests
     new cf5f46e  gettext: Backport patch to fix po files without translations
     new e219f51  wic/filemap: If FIGETBSZ iotctl fail, failback to os.stat
     new 6c49118  u-boot: Update to v2020.01-rc5
     new c227264  nfs-utils: Drop unneeded patches, cmdline option overrides
     new ec78859  python3: Update to apply libgcc fix to libpython, glibc only

The 9 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:
 ...001-include-env.h-Ensure-ulong-is-defined.patch |   6 +-
 ...lude-fix-ulong-definition-on-musl-targets.patch |  83 +++
 meta/recipes-bsp/u-boot/u-boot-common.inc          |   4 +-
 meta/recipes-bsp/u-boot/u-boot-fw-utils_2020.01.bb |   4 +-
 ...re.ac-Do-not-fatalize-Wmissing-prototypes.patch |  40 --
 .../nfs-utils/nfs-utils/clang-warnings.patch       |  61 ++
 .../nfs-utils/nfs-utils_2.4.2.bb                   |   5 +-
 .../gettext-0.19.8.1/fix-CVE-2018-18751.patch      | 141 ----
 .../gettext/gettext-0.19.8.1/parallel.patch        |  23 -
 .../gettext/gettext-0.19.8.1/use-pkgconfig.patch   | 321 ---------
 ...x-behaviour-of-for-msgfmt-on-PO-files-wit.patch |  87 +++
 .../add-with-bisonlocaledir.patch                  |   0
 ...atement.c-timsort.h-fix-formatting-issues.patch |  30 +-
 .../gettext/gettext-0.20.1/parallel.patch          |  32 +
 .../{gettext-0.19.8.1 => gettext-0.20.1}/run-ptest |   0
 .../serial-tests-config.patch                      |  26 +-
 .../gettext/gettext-0.20.1/use-pkgconfig.patch     | 713 +++++++++++++++++++
 ...-PATCH-Disable-the-test-to-convert-euc-jp.patch |  38 -
 .../gettext/gettext-minimal-0.19.8.1/aclocal.tgz   | Bin 40014 -> 0 bytes
 .../COPYING                                        |   0
 .../Makefile.in.in                                 | 124 ++--
 .../gettext-minimal-0.20.1/aclocal/gettext.m4      | 386 ++++++++++
 .../aclocal/host-cpu-c-abi.m4                      | 644 +++++++++++++++++
 .../gettext-minimal-0.20.1/aclocal/iconv.m4        | 288 ++++++++
 .../gettext-minimal-0.20.1/aclocal/intlmacosx.m4   |  72 ++
 .../gettext-minimal-0.20.1/aclocal/lib-ld.m4       | 168 +++++
 .../gettext-minimal-0.20.1/aclocal/lib-link.m4     | 774 +++++++++++++++++++++
 .../gettext-minimal-0.20.1/aclocal/lib-prefix.m4   | 249 +++++++
 .../gettext/gettext-minimal-0.20.1/aclocal/nls.m4  |  32 +
 .../gettext/gettext-minimal-0.20.1/aclocal/po.m4   | 450 ++++++++++++
 .../gettext-minimal-0.20.1/aclocal/progtest.m4     |  91 +++
 .../config.rpath                                   |   2 +-
 .../remove-potcdate.sin                            |   8 +-
 ....19.8.1.bb => gettext-minimal-native_0.20.1.bb} |   5 +-
 .../{gettext_0.19.8.1.bb => gettext_0.20.1.bb}     |  49 +-
 meta/recipes-devtools/python/python3_3.7.6.bb      |   2 +-
 meta/recipes-extended/psmisc/psmisc.inc            |   1 -
 scripts/lib/wic/filemap.py                         |   6 +-
 38 files changed, 4279 insertions(+), 686 deletions(-)
 create mode 100644 meta/recipes-bsp/u-boot/files/0002-include-fix-ulong-definition-on-musl-targets.patch
 delete mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-configure.ac-Do-not-fatalize-Wmissing-prototypes.patch
 create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/clang-warnings.patch
 delete mode 100644 meta/recipes-core/gettext/gettext-0.19.8.1/fix-CVE-2018-18751.patch
 delete mode 100644 meta/recipes-core/gettext/gettext-0.19.8.1/parallel.patch
 delete mode 100644 meta/recipes-core/gettext/gettext-0.19.8.1/use-pkgconfig.patch
 create mode 100644 meta/recipes-core/gettext/gettext-0.20.1/0001-msgmerge-Fix-behaviour-of-for-msgfmt-on-PO-files-wit.patch
 rename meta/recipes-core/gettext/{gettext-0.19.8.1 => gettext-0.20.1}/add-with-bisonlocaledir.patch (100%)
 rename meta/recipes-core/gettext/{gettext-0.19.8.1 => gettext-0.20.1}/cr-statement.c-timsort.h-fix-formatting-issues.patch (68%)
 create mode 100644 meta/recipes-core/gettext/gettext-0.20.1/parallel.patch
 rename meta/recipes-core/gettext/{gettext-0.19.8.1 => gettext-0.20.1}/run-ptest (100%)
 rename meta/recipes-core/gettext/{gettext-0.19.8.1 => gettext-0.20.1}/serial-tests-config.patch (75%)
 create mode 100644 meta/recipes-core/gettext/gettext-0.20.1/use-pkgconfig.patch
 delete mode 100644 meta/recipes-core/gettext/gettext-minimal-0.19.8.1/0001-PATCH-Disable-the-test-to-convert-euc-jp.patch
 delete mode 100644 meta/recipes-core/gettext/gettext-minimal-0.19.8.1/aclocal.tgz
 rename meta/recipes-core/gettext/{gettext-minimal-0.19.8.1 => gettext-minimal-0.20.1}/COPYING (100%)
 rename meta/recipes-core/gettext/{gettext-minimal-0.19.8.1 => gettext-minimal-0.20.1}/Makefile.in.in (78%)
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.20.1/aclocal/gettext.m4
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.20.1/aclocal/host-cpu-c-abi.m4
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.20.1/aclocal/iconv.m4
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.20.1/aclocal/intlmacosx.m4
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.20.1/aclocal/lib-ld.m4
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.20.1/aclocal/lib-link.m4
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.20.1/aclocal/lib-prefix.m4
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.20.1/aclocal/nls.m4
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.20.1/aclocal/po.m4
 create mode 100644 meta/recipes-core/gettext/gettext-minimal-0.20.1/aclocal/progtest.m4
 rename meta/recipes-core/gettext/{gettext-minimal-0.19.8.1 => gettext-minimal-0.20.1}/config.rpath (99%)
 rename meta/recipes-core/gettext/{gettext-minimal-0.19.8.1 => gettext-minimal-0.20.1}/remove-potcdate.sin (50%)
 rename meta/recipes-core/gettext/{gettext-minimal-native_0.19.8.1.bb => gettext-minimal-native_0.20.1.bb} (86%)
 rename meta/recipes-core/gettext/{gettext_0.19.8.1.bb => gettext_0.20.1.bb} (83%)

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


More information about the Openembedded-commits mailing list