[oe-commits] [openembedded-core] branch master-next updated (0bff5b3 -> 0c3e4af)

git at git.openembedded.org git at git.openembedded.org
Tue May 7 09:24:10 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 0bff5b3  resulttool: Add option to dump all ptest logs
     new c9e4fe2  nss: cleanup recipe to match OE style
     new 6f9e6ae  nss: add ptest support
     new d7fed0c  ptest-packagelists: Add nss to slow ptest group
     new 750d789  libxcrypt: Stop adding -std=gnu99 to CPPFLAGS
     new d13f7a1  file: Stop adding -std=c99 to CFLAGS
     new 4e9370d  ghostscript: set CVE_PRODUCT
     new ed347c5  cpio/tar/native.bbclass: move rmt to sbindir and add a prefix to avoid native clashing
     new 396ab86  libx11: split out libx11-locale
     new e6471a7  libxkbcommon: RDEPENDS on libx11-locale
     new d2249e9  patchelf: Upgrade 0.9 -> 0.10
     new 9fb8003  python3: Add ntpath.py to python core
     new c5d3a29  go: Exclude vcs files when installing deps
     new 15df084  recipetool: fix unbound variable when fixed SRCREV can't be found
     new bb310da  distutils: Run python from the PATH in the -native case as well
     new ef80f5c  cml1.bbclass: fix undefined behavior
     new 8a71e7a  gcc-target: Do not set --with-sysroot and gxx-include-dir paths
     new dc5ff7d  systemd: Add -Wno-error=format-overflow to fix biuld with gcc9
     new 0275a83  flac: also add flac to CVE_PRODUCT
     new d7f2c26  squashfs-tools: set CVE_PRODUCT
     new 0c3e4af  acpica: use update-alternatives for acpidump

The 20 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/cml1.bbclass                          |   2 +-
 meta/classes/distutils.bbclass                     |  11 +-
 meta/classes/distutils3.bbclass                    |   7 +-
 meta/classes/go.bbclass                            |   2 +-
 meta/classes/native.bbclass                        |   1 +
 meta/conf/distro/include/ptest-packagelists.inc    |   1 +
 meta/recipes-core/libxcrypt/libxcrypt_4.4.4.bb     |   2 +-
 meta/recipes-core/systemd/systemd_242.bb           |   2 +
 meta/recipes-devtools/file/file_5.36.bb            |   2 -
 meta/recipes-devtools/gcc/gcc-target.inc           |   2 -
 .../patchelf/Increase-maxSize-to-64MB.patch        |  46 ------
 .../patchelf/Skip-empty-section-fixes-66.patch     |  30 ----
 .../patchelf/patchelf/avoidholes.patch             | 163 ---------------------
 .../patchelf/fix-adjusting-startPage.patch         |  15 +-
 .../patchelf/patchelf/handle-read-only-files.patch |  17 +--
 .../patchelf/{patchelf_0.9.bb => patchelf_0.10.bb} |   9 +-
 .../python/python3/python3-manifest.json           |   1 +
 .../squashfs-tools/squashfs-tools_git.bb           |   2 +
 meta/recipes-extended/acpica/acpica_20190405.bb    |   2 +-
 meta/recipes-extended/cpio/cpio_2.12.bb            |   6 +-
 .../ghostscript/ghostscript_9.26.bb                |   3 +
 meta/recipes-extended/tar/tar_1.32.bb              |   6 +-
 .../recipes-graphics/xorg-lib/libx11-diet_1.6.7.bb |   1 -
 .../libx11-locale/0001-Drop-x11-dependencies.patch |  86 +++++++++++
 .../xorg-lib/libx11-locale_1.6.7.bb                |  32 ++++
 meta/recipes-graphics/xorg-lib/libx11.inc          |   8 +-
 .../xorg-lib/libxkbcommon_0.8.4.bb                 |   4 +
 meta/recipes-multimedia/flac/flac_1.3.2.bb         |   2 +-
 meta/recipes-support/nss/nss/oe_ptest_fixup.patch  |  34 +++++
 meta/recipes-support/nss/nss/run-ptest             |   3 +
 meta/recipes-support/nss/nss_3.43.bb               |  25 +++-
 scripts/lib/recipetool/create.py                   |   2 +-
 32 files changed, 237 insertions(+), 292 deletions(-)
 delete mode 100644 meta/recipes-devtools/patchelf/patchelf/Increase-maxSize-to-64MB.patch
 delete mode 100644 meta/recipes-devtools/patchelf/patchelf/Skip-empty-section-fixes-66.patch
 delete mode 100644 meta/recipes-devtools/patchelf/patchelf/avoidholes.patch
 rename meta/recipes-devtools/patchelf/{patchelf_0.9.bb => patchelf_0.10.bb} (58%)
 create mode 100644 meta/recipes-graphics/xorg-lib/libx11-locale/0001-Drop-x11-dependencies.patch
 create mode 100644 meta/recipes-graphics/xorg-lib/libx11-locale_1.6.7.bb
 create mode 100644 meta/recipes-support/nss/nss/oe_ptest_fixup.patch
 create mode 100644 meta/recipes-support/nss/nss/run-ptest

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


More information about the Openembedded-commits mailing list