[oe-commits] [meta-openembedded] branch master updated (cdb428e -> 2cdea6c)

git at git.openembedded.org git at git.openembedded.org
Mon Apr 10 11:45:27 UTC 2017


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

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

    from cdb428e  recipes: add removal date to PNBLACKLIST messages
     add 10e27be  gpm: Update to use git src uri
     add 3ad787c  lvm2: Fix patch errors found with musl
     add 82dbf3f  minicoredumper: Update to 2.0.0
     add bc4d1aa  libqb: Upgrade to 1.0.1 release
     add 2ae91dd  xarchiver: Fix build with security flags turned on
     add 401fbd9  vorbis-tools: Fix build with security flags
     add 6c4caee  libnih: Drop SIGCLD
     add 10ad20d  libuio: Fix build with musl
     add 1250668  uml-utilities: Fix problem founds during musl build
     add 440258c  synergy: Add unzip-native depenedency to right task
     add 147046c  corosync: Update to 2.4.2
     add e562c3a  logfsprogs: Pass LDFLAGS to link steps
     add f84a551  v4l-utils: update to 1.12.3.
     add cea7dff  plymouth: Fix virtual RPROVIDES
     add 2cdea6c  opencv: do not depend on swig.

No new revisions were added by this update.

Summary of changes:
 .../0001-Add-LDFLAGS-to-linker-cmdline.patch       |  46 +++
 .../logfsprogs/logfsprogs_git.bb                   |   7 +-
 ...error-blocking-compilation-with-hardening.patch |  26 ++
 .../vorbis-tools/vorbis-tools_1.4.0.bb             |   1 +
 meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb    |   2 +-
 .../{corosync_2.4.0.bb => corosync_2.4.2.bb}       |   4 +-
 ...-Remove-runtime-check-for-CLOCK_MONOTONIC.patch |  43 +++
 .../libqb/{libqb_0.17.2.bb => libqb_1.0.1.bb}      |  14 +-
 .../0001-include-fcntl.h-for-O_RDWR-define.patch   |  38 +++
 meta-oe/recipes-extended/libuio/libuio_0.2.1.bb    |   6 +-
 ...uired-system-header-files-for-fd_set-and-.patch |  41 +++
 .../uml-utilities/uml-utilities_20040406.bb        |   5 +-
 ...coredumper_1.0.2.bb => minicoredumper_2.0.0.bb} |  20 +-
 ...a-ctl-Don-t-install-libmediactl-and-libv4.patch |  18 +-
 ...tem-do-not-assume-building-in-source-tree.patch | 110 +++++++
 .../{v4l-utils_1.10.1.bb => v4l-utils_1.12.3.bb}   |   5 +-
 .../gpm/gpm-1.99.7/eglibc-2.17.patch               |  12 -
 .../gpm/gpm-1.99.7/remove_nested_functions.patch   | 326 ---------------------
 meta-oe/recipes-support/gpm/gpm/gpm.service.in     |   9 +
 .../recipes-support/gpm/{gpm-1.99.7 => gpm}/init   |   0
 .../gpm/{gpm-1.99.7 => gpm}/no-docs.patch          |   2 +-
 .../gpm/{gpm-1.99.7 => gpm}/processcreds.patch     |   0
 meta-oe/recipes-support/gpm/gpm_1.99.7.bb          |  53 ----
 meta-oe/recipes-support/gpm/gpm_git.bb             |  45 +++
 ...GCLD-and-SIGCHILD-are-same-on-sytem-V-sys.patch |  28 ++
 meta-oe/recipes-support/libnih/libnih_1.0.3.bb     |   5 +-
 ...001-implement-libc-specific-reopen_stream.patch |  13 +-
 ...0002-Guard-use-of-mallinfo-with-__GLIBC__.patch |  13 +-
 meta-oe/recipes-support/opencv/opencv_3.2.bb       |   2 +-
 meta-oe/recipes-support/synergy/synergy_git.bb     |   3 +-
 ...formatting-string-to-printf-like-function.patch |  40 +++
 meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb  |   4 +-
 32 files changed, 497 insertions(+), 444 deletions(-)
 create mode 100644 meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs/0001-Add-LDFLAGS-to-linker-cmdline.patch
 create mode 100644 meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/0004-Fix-format-error-blocking-compilation-with-hardening.patch
 rename meta-oe/recipes-extended/corosync/{corosync_2.4.0.bb => corosync_2.4.2.bb} (94%)
 create mode 100644 meta-oe/recipes-extended/libqb/libqb/0001-Remove-runtime-check-for-CLOCK_MONOTONIC.patch
 rename meta-oe/recipes-extended/libqb/{libqb_0.17.2.bb => libqb_1.0.1.bb} (67%)
 create mode 100644 meta-oe/recipes-extended/libuio/libuio/0001-include-fcntl.h-for-O_RDWR-define.patch
 create mode 100644 meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/0001-include-required-system-header-files-for-fd_set-and-.patch
 rename meta-oe/recipes-kernel/minicoredumper/{minicoredumper_1.0.2.bb => minicoredumper_2.0.0.bb} (63%)
 create mode 100644 meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0001-buildsystem-do-not-assume-building-in-source-tree.patch
 rename meta-oe/recipes-multimedia/v4l2apps/{v4l-utils_1.10.1.bb => v4l-utils_1.12.3.bb} (89%)
 delete mode 100644 meta-oe/recipes-support/gpm/gpm-1.99.7/eglibc-2.17.patch
 delete mode 100644 meta-oe/recipes-support/gpm/gpm-1.99.7/remove_nested_functions.patch
 create mode 100644 meta-oe/recipes-support/gpm/gpm/gpm.service.in
 rename meta-oe/recipes-support/gpm/{gpm-1.99.7 => gpm}/init (100%)
 rename meta-oe/recipes-support/gpm/{gpm-1.99.7 => gpm}/no-docs.patch (93%)
 rename meta-oe/recipes-support/gpm/{gpm-1.99.7 => gpm}/processcreds.patch (100%)
 delete mode 100644 meta-oe/recipes-support/gpm/gpm_1.99.7.bb
 create mode 100644 meta-oe/recipes-support/gpm/gpm_git.bb
 create mode 100644 meta-oe/recipes-support/libnih/libnih-1.0.3/0001-signal.c-SIGCLD-and-SIGCHILD-are-same-on-sytem-V-sys.patch
 create mode 100644 meta-xfce/recipes-apps/xarchiver/xarchiver/0001-Add-proper-formatting-string-to-printf-like-function.patch

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


More information about the Openembedded-commits mailing list