[oe-commits] [meta-openembedded] branch master-next updated (131eb1f -> dbefb80)

git at git.openembedded.org git at git.openembedded.org
Wed Sep 12 05:00:28 UTC 2018


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 131eb1f  split net-snmp-libs into smaller packages
     new 99c7136  libpwquality: clean up python3-libpwquality
     new b336c4a  cpprest: bump version to 2.10.6, drop clang 747 patch: upstream
     new 8cb0272  xmlstarlet: Disable PARALLEL_MAKE (again)
     new 90467a8  python-pyflame: skip for aarch64 as well
     new c2fd2b4  pmdk: Initial commit of the PMDK SDK
     new 317b341  gstd: Upgrade to latest and fix unrecognised options to configure
     new ce61abe  minidlna: restore & fix recipe
     new 23ce2fc  start-stop-daemon: Recognise musleabi triplet in dpkg
     new a0795e6  klibc: Fix build with security flags
     new af6249f  opencv: Fix build with clang
     new dbefb80  lcdproc: Update to master tip

The 11 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:
 ...001-klibc-Kbuild-Accept-EXTRA_KLIBCAFLAGS.patch | 28 ++++++++++
 meta-initramfs/recipes-devtools/klibc/klibc.inc    |  9 ++--
 .../recipes-multimedia/gstreamer-1.0/gstd.inc      | 18 +++----
 .../0001-Look-for-gtk-doc.make-in-builddir.patch   | 32 +++++++++++
 .../gstd/0001-gstd-yocto-compatibility.patch       | 38 -------------
 .../recipes-multimedia/minidlna/minidlna.inc       | 41 ++++++++++++++
 .../minidlna/0001-Update-Gettext-version.patch     | 34 ++++++++++++
 .../minidlna/minidlna/minidlna-daemon.init.d       |  0
 .../minidlna/minidlna/minidlna.service             |  0
 .../recipes-multimedia/minidlna/minidlna_1.2.1.bb  |  4 ++
 .../0001-include-asm-ioctl.h-explicitly.patch      | 43 ---------------
 meta-oe/recipes-extended/lcdproc/lcdproc_git.bb    |  7 +--
 .../libpwquality/libpwquality_1.4.0.bb             |  8 +--
 ...malloc.cfg-Specify-the-host-when-building.patch | 29 ++++++++++
 .../0002-Makefile-Don-t-install-the-docs.patch     | 26 +++++++++
 .../0003-Makefile-Don-t-build-the-examples.patch   | 34 ++++++++++++
 ...nually-implement-secure_getenv-if-require.patch | 30 +++++++++++
 ...mempool-Remove-unused-__USE_UNIX98-define.patch | 30 +++++++++++
 ...file.inc-Allow-extra-libs-to-be-specified.patch | 29 ++++++++++
 meta-oe/recipes-extended/pmdk/pmdk_1.4.2.bb        | 62 ++++++++++++++++++++++
 .../cpprest/cpprest-2.10.5/747.patch               | 13 -----
 .../cpprest/{cpprest-2.10.5 => cpprest}/845.patch  |  0
 .../disable-float-tests.patch                      |  0
 .../disable-outside-tests.patch                    |  0
 .../disable-test-timeouts.patch                    |  0
 .../{cpprest_2.10.5.bb => cpprest_2.10.6.bb}       |  5 +-
 ...0001-Check-for-clang-before-using-isystem.patch | 32 +++++++++++
 .../opencv/opencv/0001-Dont-use-isystem.patch      | 30 +++++++++++
 meta-oe/recipes-support/opencv/opencv_3.4.3.bb     |  2 +
 .../0001-Add-linux-musleabi-to-ostable.patch       | 39 ++++++++++++++
 .../start-stop-daemon/start-stop-daemon_1.17.25.bb |  1 +
 .../recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb |  5 ++
 .../recipes-devtools/python/python-pyflame.inc     |  1 +
 33 files changed, 508 insertions(+), 122 deletions(-)
 create mode 100644 meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-klibc-Kbuild-Accept-EXTRA_KLIBCAFLAGS.patch
 create mode 100644 meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd/0001-Look-for-gtk-doc.make-in-builddir.patch
 create mode 100644 meta-multimedia/recipes-multimedia/minidlna/minidlna.inc
 create mode 100644 meta-multimedia/recipes-multimedia/minidlna/minidlna/0001-Update-Gettext-version.patch
 rename {meta-oe => meta-multimedia}/recipes-multimedia/minidlna/minidlna/minidlna-daemon.init.d (100%)
 rename {meta-oe => meta-multimedia}/recipes-multimedia/minidlna/minidlna/minidlna.service (100%)
 create mode 100644 meta-multimedia/recipes-multimedia/minidlna/minidlna_1.2.1.bb
 delete mode 100644 meta-oe/recipes-extended/lcdproc/lcdproc/0001-include-asm-ioctl.h-explicitly.patch
 create mode 100644 meta-oe/recipes-extended/pmdk/files/0001-jemalloc-jemalloc.cfg-Specify-the-host-when-building.patch
 create mode 100644 meta-oe/recipes-extended/pmdk/files/0002-Makefile-Don-t-install-the-docs.patch
 create mode 100644 meta-oe/recipes-extended/pmdk/files/0003-Makefile-Don-t-build-the-examples.patch
 create mode 100644 meta-oe/recipes-extended/pmdk/files/0004-os_posix-Manually-implement-secure_getenv-if-require.patch
 create mode 100644 meta-oe/recipes-extended/pmdk/files/0005-pmempool-Remove-unused-__USE_UNIX98-define.patch
 create mode 100644 meta-oe/recipes-extended/pmdk/files/0006-Makefile.inc-Allow-extra-libs-to-be-specified.patch
 create mode 100644 meta-oe/recipes-extended/pmdk/pmdk_1.4.2.bb
 delete mode 100644 meta-oe/recipes-support/cpprest/cpprest-2.10.5/747.patch
 rename meta-oe/recipes-support/cpprest/{cpprest-2.10.5 => cpprest}/845.patch (100%)
 rename meta-oe/recipes-support/cpprest/{cpprest-2.10.5 => cpprest}/disable-float-tests.patch (100%)
 rename meta-oe/recipes-support/cpprest/{cpprest-2.10.5 => cpprest}/disable-outside-tests.patch (100%)
 rename meta-oe/recipes-support/cpprest/{cpprest-2.10.5 => cpprest}/disable-test-timeouts.patch (100%)
 rename meta-oe/recipes-support/cpprest/{cpprest_2.10.5.bb => cpprest_2.10.6.bb} (87%)
 create mode 100644 meta-oe/recipes-support/opencv/opencv/0001-Check-for-clang-before-using-isystem.patch
 create mode 100644 meta-oe/recipes-support/opencv/opencv/0001-Dont-use-isystem.patch
 create mode 100644 meta-oe/recipes-support/start-stop-daemon/start-stop-daemon/0001-Add-linux-musleabi-to-ostable.patch

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


More information about the Openembedded-commits mailing list