[oe-commits] [openembedded-core] branch master updated (148d54f -> 1951132)

git at git.openembedded.org git at git.openembedded.org
Sun Jun 30 21:42:28 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 148d54f  python3: Fix .pyc file reproduciblility
     add a55955f  ksum.py: python -> python3
     add 9303f92  wic: python2 -> python3
     add 6244324  ext-sdk-prepare.py: python2 -> python3
     add eb79217  oeqa: Cleanup /usr/bin/env python
     add 8208fff  package_rpm.bbclass: python2 -> python3
     add b089764  pigz: Add debug for autobuilder errors
     add c5640f8  glibc: Fix multilibs + usrmerge builds
     add 2743f3a  babeltrace: update to 1.5.7
     add 4b31277  dpkg: update to 1.19.7
     add b414b95  apt: update to 1.2.31
     add 0e71fea  libinput: update to 1.13.4
     add 485db07  expat: update to 2.2.7
     add 60fb828  libsolf: update to 0.7.5
     add 4769f94  rt-tests: exclude 1.4 version from upstream check as well
     add 946516f  gtk-doc: correct the style.css permissions
     add a8c370a  mobile-broadband-provider-info: upgrade 20190116 -> 20190618
     add 288b04c  staging: Code cleanup
     add 1951132  package: Build pkgdata specific to the current recipe

No new revisions were added by this update.

Summary of changes:
 meta/classes/package.bbclass                       |  18 +-
 meta/classes/package_pkgdata.bbclass               | 167 ++++++++++++++++++
 meta/classes/package_rpm.bbclass                   |   2 +-
 meta/classes/staging.bbclass                       |   7 -
 meta/files/ext-sdk-prepare.py                      |   2 +-
 meta/lib/oeqa/selftest/cases/wic.py                |   1 -
 meta/lib/oeqa/utils/logparser.py                   |   1 -
 .../mobile-broadband-provider-info_git.bb          |   6 +-
 meta/recipes-core/expat/expat/autotools.patch      |  25 ---
 .../expat/{expat_2.2.6.bb => expat_2.2.7.bb}       |   5 +-
 meta/recipes-core/glibc/glibc-package.inc          |   2 +-
 .../{apt-native_1.2.24.bb => apt-native_1.2.31.bb} |   0
 meta/recipes-devtools/apt/apt.inc                  |   4 +-
 .../apt/{apt_1.2.24.bb => apt_1.2.31.bb}           |   0
 ...tinsts-expect-D-to-be-set-when-running-in.patch |  20 +--
 .../dpkg/{dpkg_1.19.4.bb => dpkg_1.19.7.bb}        |   4 +-
 .../libsolv/0001-build-use-GNUInstallDirs.patch    | 188 --------------------
 .../libsolv/{libsolv_0.7.4.bb => libsolv_0.7.5.bb} |   3 +-
 meta/recipes-extended/pigz/pigz/debug.patch        | 190 +++++++++++++++++++++
 meta/recipes-extended/pigz/pigz_2.4.bb             |   2 +-
 ...y-correctly-set-permissions-on-file-to-be.patch |  23 +++
 .../gtk-doc/files/pkg-config-native.patch          |   2 +-
 meta/recipes-gnome/gtk-doc/gtk-doc_1.30.bb         |   1 +
 .../{libinput_1.13.3.bb => libinput_1.13.4.bb}     |   4 +-
 .../{babeltrace_1.5.6.bb => babeltrace_1.5.7.bb}   |   2 +-
 meta/recipes-rt/rt-tests/rt-tests.inc              |   4 +-
 scripts/lib/recipetool/create.py                   |   4 +-
 scripts/lib/wic/__init__.py                        |   2 +-
 scripts/lib/wic/ksparser.py                        |   2 +-
 scripts/lib/wic/pluginbase.py                      |   2 +-
 scripts/tiny/ksum.py                               |  44 ++---
 31 files changed, 444 insertions(+), 293 deletions(-)
 create mode 100644 meta/classes/package_pkgdata.bbclass
 delete mode 100644 meta/recipes-core/expat/expat/autotools.patch
 rename meta/recipes-core/expat/{expat_2.2.6.bb => expat_2.2.7.bb} (78%)
 rename meta/recipes-devtools/apt/{apt-native_1.2.24.bb => apt-native_1.2.31.bb} (100%)
 rename meta/recipes-devtools/apt/{apt_1.2.24.bb => apt_1.2.31.bb} (100%)
 rename meta/recipes-devtools/dpkg/{dpkg_1.19.4.bb => dpkg_1.19.7.bb} (86%)
 delete mode 100644 meta/recipes-extended/libsolv/libsolv/0001-build-use-GNUInstallDirs.patch
 rename meta/recipes-extended/libsolv/{libsolv_0.7.4.bb => libsolv_0.7.5.bb} (87%)
 create mode 100644 meta/recipes-extended/pigz/pigz/debug.patch
 create mode 100644 meta/recipes-gnome/gtk-doc/files/0001-highlight.py-correctly-set-permissions-on-file-to-be.patch
 rename meta/recipes-graphics/wayland/{libinput_1.13.3.bb => libinput_1.13.4.bb} (86%)
 rename meta/recipes-kernel/lttng/{babeltrace_1.5.6.bb => babeltrace_1.5.7.bb} (93%)

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


More information about the Openembedded-commits mailing list