[oe-commits] [meta-openembedded] branch master-next updated (5c418d8 -> 4c49707)

git at git.openembedded.org git at git.openembedded.org
Thu Sep 7 09:22:00 UTC 2017


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

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

    from 5c418d8  florence: update 0.6.3
     new 776a331  evince: Remove X dependency
     new 801dcd3  core-image-minimal-xfce: inherit distro_features_check
     new ae77c08  vsftpd: link with wrap when tcp-wrappers configured
     new 994aa45  aufs-util: Use cross strip tool
     new dc7969b  leveldb: Fix build with clang
     new 0e76efc  pm-qa: Upgrade to 0.5.2
     new 3f85676  xfsprogs: Upgrade to 4.12.0
     new 53a13eb  ndisc6: Fix build with clang and update to latest on git
     new f17bf4a  vlan: Add HOMEPAGE info into recipe file.
     new eb0d2e3  fluentbit: Upgrade to 0.12.1
     new 924c7cd  leptonica: Upgrade to 1.74.4
     new 9bb729d  tesseract: Upgrade to 3.05.01
     new 9bce12b  umip: Update SRC_URI to github
     new c99c58a  dovecot: Add HOMEPAGE info into recipe file.
     new d78dfb6  dracut: Add HOMEPAGE info into recipe file.
     new 4c49707  fetchmail: Add HOMEPAGE info into recipe file.

The 16 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:
 .../aufs-util/0001-libau-Define-STRIP-weakly.patch |  39 ++++
 .../recipes-utils/aufs-util/aufs-util_git.bb       |   2 +-
 ...Rename-progname-as-it-is-provided-by-libc.patch | 204 +++++++++++++++++++++
 ...0001-spaceman-Add-missing-link-to-libuuid.patch |  34 ++++
 .../files/remove_flags_from_build_flags.patch      |  13 ++
 .../xfsprogs/files/xfsprogs-4.12.0-fix_musl.patch  | 117 ++++++++++++
 .../{xfsprogs_4.11.0.bb => xfsprogs_4.12.0.bb}     |   9 +-
 meta-gnome/recipes-gnome/evince/evince_3.24.0.bb   |   4 +-
 .../recipes-devtools/dracut/dracut_git.bb          |   1 +
 .../recipes-connectivity/vlan/vlan_1.9.bb          |   1 +
 .../recipes-daemons/vsftpd/vsftpd_3.0.3.bb         |   3 +-
 .../recipes-support/dovecot/dovecot_2.2.29.bb      |   1 +
 .../recipes-support/fetchmail/fetchmail_6.3.26.bb  |   1 +
 ...-Do-not-symlink-gettext.h-from-build-host.patch |  34 ++++
 .../0001-replace-VLAIS-with-malloc-free-pair.patch | 124 +++++++++++++
 .../ndisc6/0002-Do-not-undef-_GNU_SOURCE.patch     |  30 +++
 .../ndisc6/{ndisc6_1.0.3.bb => ndisc6_git.bb}      |  53 +++---
 meta-oe/recipes-connectivity/umip/umip_1.0.bb      |   4 +-
 meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb        |   5 +-
 ...proxy-go-Add-missing-dependency-on-jemall.patch |  24 ---
 ...pack-Add-comment-for-intended-fallthrough.patch |  28 ---
 .../fluentbit/fluentbit/jemalloc.patch             |  18 ++
 .../{fluentbit_0.11.11.bb => fluentbit_0.12.1.bb}  |   9 +-
 ...uild_detect_platform-Check-for-__SSE4_2__.patch |  36 ++++
 .../0002-makefile-build-SHARED_MEMENVLIB.patch     |  43 +++++
 meta-oe/recipes-extended/leveldb/leveldb_git.bb    |   6 +-
 .../{leptonica_1.73.bb => leptonica_1.74.4.bb}     |   6 +-
 .../recipes-graphics/tesseract/tesseract_git.bb    |   9 +-
 .../recipes-core/images/core-image-minimal-xfce.bb |   1 +
 29 files changed, 759 insertions(+), 100 deletions(-)
 create mode 100644 meta-filesystems/recipes-utils/aufs-util/aufs-util/0001-libau-Define-STRIP-weakly.patch
 create mode 100644 meta-filesystems/recipes-utils/xfsprogs/files/0001-Rename-progname-as-it-is-provided-by-libc.patch
 create mode 100644 meta-filesystems/recipes-utils/xfsprogs/files/0001-spaceman-Add-missing-link-to-libuuid.patch
 create mode 100644 meta-filesystems/recipes-utils/xfsprogs/files/remove_flags_from_build_flags.patch
 create mode 100644 meta-filesystems/recipes-utils/xfsprogs/files/xfsprogs-4.12.0-fix_musl.patch
 rename meta-filesystems/recipes-utils/xfsprogs/{xfsprogs_4.11.0.bb => xfsprogs_4.12.0.bb} (82%)
 create mode 100644 meta-networking/recipes-support/ndisc6/ndisc6/0001-autogen-Do-not-symlink-gettext.h-from-build-host.patch
 create mode 100644 meta-networking/recipes-support/ndisc6/ndisc6/0001-replace-VLAIS-with-malloc-free-pair.patch
 create mode 100644 meta-networking/recipes-support/ndisc6/ndisc6/0002-Do-not-undef-_GNU_SOURCE.patch
 rename meta-networking/recipes-support/ndisc6/{ndisc6_1.0.3.bb => ndisc6_git.bb} (80%)
 delete mode 100644 meta-oe/recipes-extended/fluentbit/fluentbit/0001-flb-plugin-proxy-go-Add-missing-dependency-on-jemall.patch
 delete mode 100644 meta-oe/recipes-extended/fluentbit/fluentbit/0002-msgpack-Add-comment-for-intended-fallthrough.patch
 create mode 100644 meta-oe/recipes-extended/fluentbit/fluentbit/jemalloc.patch
 rename meta-oe/recipes-extended/fluentbit/{fluentbit_0.11.11.bb => fluentbit_0.12.1.bb} (59%)
 create mode 100644 meta-oe/recipes-extended/leveldb/leveldb/0001-build_detect_platform-Check-for-__SSE4_2__.patch
 create mode 100644 meta-oe/recipes-extended/leveldb/leveldb/0002-makefile-build-SHARED_MEMENVLIB.patch
 rename meta-oe/recipes-graphics/leptonica/{leptonica_1.73.bb => leptonica_1.74.4.bb} (69%)

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


More information about the Openembedded-commits mailing list