[oe-commits] [openembedded-core] branch master-next updated (5b3e55d -> 3440714)

git at git.openembedded.org git at git.openembedded.org
Wed Dec 18 00:09:07 UTC 2019


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 5b3e55d  sysklogd: Fix 2.0.3 upgrade fallouts on musl
     new 5cc86da  gettext-minimal-native: update to 0.20.1
     new a2f1ff1  gettext: update to 0.20.1
     new 64d533a  psmisc: revert to default autopoint exclusion
     new c969774  gettext: fix failing ptests
     new beb617a  systemtap: fix builds with newer gettext
     new 3440714  oeqa: reproducible: Test core-image-sato and core-image-full-cmdline

The 6 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/lib/oeqa/selftest/cases/reproducible.py       |   2 +-
 .../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 ---------
 .../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}     |  46 +-
 meta/recipes-extended/psmisc/psmisc.inc            |   1 -
 ...01-po-LINGUAS-drop-the-polish-translation.patch |  27 +
 meta/recipes-kernel/systemtap/systemtap_git.inc    |   1 +
 31 files changed, 4061 insertions(+), 633 deletions(-)
 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
 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} (84%)
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-po-LINGUAS-drop-the-polish-translation.patch

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


More information about the Openembedded-commits mailing list