[oe-commits] [openembedded-core] branch master updated (2466221 -> ff578f4)

git at git.openembedded.org git at git.openembedded.org
Thu Apr 25 11:15:42 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 2466221  meson: add missing Upstream-Status and SOB to a patch
     new 4e95571  acpica: upgrade to 20190215
     new 452dcb5  acpica: update to 20190405
     new d2e5973  msmtp: fix upstream version check
     new dd45da1  python-scons: update to 3.0.5
     new 2ec3ca0  python-setuptools: update to 41.0.1
     new ab10189  python3-mako: update to 1.0.9
     new e3f9fe6  python3-pbr: update to 5.1.3
     new dd71c3a  python3-pip: update to 19.0.3
     new 6048f67  m4: add ptest support
     new 235bcf0  resulttool: Load results from URL
     new 454b8d2  resulttool: Add log subcommand
     new 90bbe1b  buildhistory: call a dependency parser only on actual dependency lists
     new 8becde6  icecc.bbclass: stop causing everything to be effectivelly MACHINE_ARCH
     new ff578f4  gtk-doc.bbclass: unify option setting for meson-based recipes

The 14 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/gtk-doc.bbclass                       | 11 ++++
 meta/classes/icecc.bbclass                         |  1 +
 meta/lib/oe/buildhistory_analysis.py               |  2 +-
 meta/recipes-core/glib-2.0/glib.inc                |  6 +-
 meta/recipes-devtools/m4/m4-1.4.18.inc             | 37 ++++++++++-
 .../m4/m4/0001-test-getopt-posix-fix.patch         | 41 +++++++++++++
 meta/recipes-devtools/m4/m4/run-ptest              |  5 ++
 .../m4/m4/serial-tests-config.patch                | 30 +++++++++
 meta/recipes-devtools/python/python-mako.inc       |  4 +-
 ...ative_3.0.1.bb => python-scons-native_3.0.5.bb} |  0
 ...python-scons_3.0.1.bb => python-scons_3.0.5.bb} | 11 ++--
 meta/recipes-devtools/python/python-setuptools.inc |  4 +-
 ...tools_40.8.0.bb => python-setuptools_41.0.1.bb} |  0
 ...python3-mako_1.0.7.bb => python3-mako_1.0.9.bb} |  1 +
 meta/recipes-devtools/python/python3-pbr_5.1.2.bb  |  5 --
 meta/recipes-devtools/python/python3-pbr_5.1.3.bb  |  5 ++
 ...python3-pip_19.0.2.bb => python3-pip_19.0.3.bb} |  4 +-
 ...ools_40.8.0.bb => python3-setuptools_41.0.1.bb} |  0
 .../{acpica_20180508.bb => acpica_20190405.bb}     | 25 ++++----
 .../files/manipulate-fds-instead-of-FILE.patch     | 71 ----------------------
 .../files/rename-yy_scan_string-manually.patch     | 64 -------------------
 meta/recipes-extended/msmtp/msmtp_1.8.3.bb         |  2 +
 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.0.bb |  6 --
 .../gobject-introspection_1.60.1.bb                |  2 +
 meta/recipes-gnome/json-glib/json-glib_1.4.4.bb    |  7 ---
 meta/recipes-graphics/clutter/clutter-gtk-1.0.inc  |  6 +-
 meta/recipes-graphics/pango/pango_1.42.4.bb        |  5 +-
 meta/recipes-support/atk/at-spi2-core_2.30.0.bb    |  6 +-
 meta/recipes-support/atk/atk_2.30.0.bb             |  6 --
 meta/recipes-support/libsoup/libsoup-2.4_2.64.2.bb |  7 +--
 scripts/lib/resulttool/log.py                      | 56 +++++++++++++++++
 scripts/lib/resulttool/merge.py                    |  8 +--
 scripts/lib/resulttool/regression.py               |  6 +-
 scripts/lib/resulttool/report.py                   |  2 +-
 scripts/lib/resulttool/resultutils.py              | 23 +++++--
 scripts/lib/resulttool/store.py                    |  4 +-
 scripts/resulttool                                 |  2 +
 37 files changed, 249 insertions(+), 226 deletions(-)
 create mode 100644 meta/recipes-devtools/m4/m4/0001-test-getopt-posix-fix.patch
 create mode 100644 meta/recipes-devtools/m4/m4/run-ptest
 create mode 100644 meta/recipes-devtools/m4/m4/serial-tests-config.patch
 rename meta/recipes-devtools/python/{python-scons-native_3.0.1.bb => python-scons-native_3.0.5.bb} (100%)
 rename meta/recipes-devtools/python/{python-scons_3.0.1.bb => python-scons_3.0.5.bb} (51%)
 rename meta/recipes-devtools/python/{python-setuptools_40.8.0.bb => python-setuptools_41.0.1.bb} (100%)
 rename meta/recipes-devtools/python/{python3-mako_1.0.7.bb => python3-mako_1.0.9.bb} (97%)
 delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.1.2.bb
 create mode 100644 meta/recipes-devtools/python/python3-pbr_5.1.3.bb
 rename meta/recipes-devtools/python/{python3-pip_19.0.2.bb => python3-pip_19.0.3.bb} (81%)
 rename meta/recipes-devtools/python/{python3-setuptools_40.8.0.bb => python3-setuptools_41.0.1.bb} (100%)
 rename meta/recipes-extended/acpica/{acpica_20180508.bb => acpica_20190405.bb} (58%)
 delete mode 100644 meta/recipes-extended/acpica/files/manipulate-fds-instead-of-FILE.patch
 delete mode 100644 meta/recipes-extended/acpica/files/rename-yy_scan_string-manually.patch
 create mode 100644 scripts/lib/resulttool/log.py

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


More information about the Openembedded-commits mailing list