[oe-commits] [meta-openembedded] branch master-next updated (2c67dcf -> c3cfc64)

git at git.openembedded.org git at git.openembedded.org
Fri Aug 30 21:06:07 UTC 2019


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

khem pushed a change to branch master-next
in repository meta-openembedded.

    from 2c67dcf  drbd: Upgrade to 9.0.19-1
     new 0433f28  xfsprogs: support usrmerge
     new 97c0af5  ntfs-3g-ntfsprogs: support usrmerge
     new 00582ff  grubby: support usrmerge
     new 2754eb9  netcf: Fix Manifest not found issue
     new c635174  meta-oe: Replace EXCLUDE_FROM_WORLD_libc-musl = "1" with COMPATIBLE_HOST_libc-musl = 'null'
     new 9d55993  Remove LICENSE = "MIT" from packagegroups and images
     new 31a55b9  Remove bogus COMMON_LICENSE_DIR usage in LIC_FILES_CHKSUM
     new 691d9ba  ssiapi: Upgrade to 1.3.0
     new c3cfc64  cryptsetup: add libdevmapper to RDEPENDS

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:
 .../files/0001-Make-build-support-usrmerge.patch   |   43 +
 .../ntfs-3g-ntfsprogs_2017.3.23.bb                 |    1 +
 .../xfsprogs/files/0001-support-usrmerge.patch     |   40 +
 .../recipes-utils/xfsprogs/xfsprogs_5.2.1.bb       |    7 +-
 .../images/initramfs-kexecboot-image.bb            |    2 -
 .../recipes-devtools/grubby/grubby_git.bb          |    2 +-
 .../recipes-support/netcf/netcf_0.2.8.bb           |    4 +-
 meta-oe/conf/layer.conf                            |    2 +
 .../packagegroups/packagegroup-basic.bb            |    2 -
 .../packagegroups/packagegroup-boot.bb             |    2 -
 .../recipes-crypto/cryptsetup/cryptsetup_2.2.0.bb  |    2 -
 .../packagegroups/packagegroup-sdk-target.bb       |    2 -
 meta-oe/recipes-kernel/crash/crash_7.2.6.bb        |    2 +-
 .../minicoredumper/minicoredumper_2.0.1.bb         |    2 +-
 meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.8.bb  |    2 +-
 .../daemontools/daemontools_0.76.bb                |    2 +-
 .../ssiapi/0001-Don-t-use-__GNUC_PREREQ.patch      |  116 +++
 .../ssiapi/ssiapi/0001-Include-libgen.h.patch      |   32 +
 .../0001-Use-pragma-once-unconditionally.patch     |  872 ----------------
 ...og-Avoid-shadowing-functions-from-std-lib.patch |   57 ++
 ...itor-ordered-comparison-between-pointers-.patch |   39 -
 .../0002-Convert-macros-into-functions.patch       |  123 ---
 .../ssiapi/0002-Use-stangard-int-types.patch       |   54 +
 .../ssiapi/0002-boost-Backport-clang-support.patch | 1080 ++++++++++++++++++++
 ...-canonicalize_file_name-with-realpath-API.patch |   33 -
 ...ne-discover-const-String-path-in-base-cla.patch |   47 +
 ...lace-canonicalize_file_name-with-realpath.patch |   43 +
 ...rride-flags-coming-from-build-environment.patch |   33 +
 ...ne-Fix-indentation-and-missing-semi-colon.patch |   54 -
 .../ssiapi/ssiapi/0004-include-limits.h.patch      |   25 +
 .../0005-enable-out-of-source-tree-builds.patch    |  228 +++++
 .../ssiapi/0005-engine-Define-SENTINEL.patch       |   40 -
 ...issing-includes-and-use-realpath-instead-.patch |   40 -
 .../ssiapi/ssiapi/configure-cflags.patch           |   21 -
 meta-oe/recipes-support/ssiapi/ssiapi_1.0.1.bb     |   35 -
 meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb     |   36 +
 meta-oe/recipes-test/pm-qa/pm-qa_git.bb            |    2 +-
 .../recipes-devtools/python/python-daemon_2.1.2.bb |    4 +-
 .../python/python-grpcio-tools.inc                 |    4 +-
 .../recipes-devtools/python/python-grpcio.inc      |    4 +-
 .../recipes-devtools/python/python-intervals.inc   |    4 +-
 .../python/python-lockfile_0.12.2.bb               |    2 +-
 .../recipes-devtools/python/python-pint.inc        |    2 +-
 .../recipes-devtools/python/python-protobuf.inc    |    2 +-
 .../python/python-robotframework-seriallibrary.inc |    2 +-
 .../recipes-devtools/python/python-scrypt.inc      |    2 +-
 .../packagegroups/packagegroup-xfce-multimedia.bb  |    2 -
 .../packagegroups/packagegroup-xfce-base.bb        |    2 -
 .../packagegroups/packagegroup-xfce-extended.bb    |    2 -
 49 files changed, 1864 insertions(+), 1295 deletions(-)
 create mode 100644 meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/files/0001-Make-build-support-usrmerge.patch
 create mode 100644 meta-filesystems/recipes-utils/xfsprogs/files/0001-support-usrmerge.patch
 create mode 100644 meta-oe/recipes-support/ssiapi/ssiapi/0001-Don-t-use-__GNUC_PREREQ.patch
 create mode 100644 meta-oe/recipes-support/ssiapi/ssiapi/0001-Include-libgen.h.patch
 delete mode 100644 meta-oe/recipes-support/ssiapi/ssiapi/0001-Use-pragma-once-unconditionally.patch
 create mode 100644 meta-oe/recipes-support/ssiapi/ssiapi/0001-log-Avoid-shadowing-functions-from-std-lib.patch
 delete mode 100644 meta-oe/recipes-support/ssiapi/ssiapi/0001-ssieventmonitor-ordered-comparison-between-pointers-.patch
 delete mode 100644 meta-oe/recipes-support/ssiapi/ssiapi/0002-Convert-macros-into-functions.patch
 create mode 100644 meta-oe/recipes-support/ssiapi/ssiapi/0002-Use-stangard-int-types.patch
 create mode 100644 meta-oe/recipes-support/ssiapi/ssiapi/0002-boost-Backport-clang-support.patch
 delete mode 100644 meta-oe/recipes-support/ssiapi/ssiapi/0003-Replace-canonicalize_file_name-with-realpath-API.patch
 create mode 100644 meta-oe/recipes-support/ssiapi/ssiapi/0003-engine-Define-discover-const-String-path-in-base-cla.patch
 create mode 100644 meta-oe/recipes-support/ssiapi/ssiapi/0003-replace-canonicalize_file_name-with-realpath.patch
 create mode 100644 meta-oe/recipes-support/ssiapi/ssiapi/0004-Do-not-override-flags-coming-from-build-environment.patch
 delete mode 100644 meta-oe/recipes-support/ssiapi/ssiapi/0004-engine-Fix-indentation-and-missing-semi-colon.patch
 create mode 100644 meta-oe/recipes-support/ssiapi/ssiapi/0004-include-limits.h.patch
 create mode 100644 meta-oe/recipes-support/ssiapi/ssiapi/0005-enable-out-of-source-tree-builds.patch
 delete mode 100644 meta-oe/recipes-support/ssiapi/ssiapi/0005-engine-Define-SENTINEL.patch
 delete mode 100644 meta-oe/recipes-support/ssiapi/ssiapi/0006-tools-Add-missing-includes-and-use-realpath-instead-.patch
 delete mode 100644 meta-oe/recipes-support/ssiapi/ssiapi/configure-cflags.patch
 delete mode 100644 meta-oe/recipes-support/ssiapi/ssiapi_1.0.1.bb
 create mode 100644 meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb

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


More information about the Openembedded-commits mailing list