[oe-commits] [meta-openembedded] branch master updated (d30d26c -> c06db08)

git at git.openembedded.org git at git.openembedded.org
Thu Feb 14 18:18:44 UTC 2019


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

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

    from d30d26c  packagegroup-meta-oe: espeak-data is gone
     add 876b48b  x11vnc: allow fbdev only (x11-less) builds
     add 1752b6a  x11vnc: uprev to 0.9.16
     add 21b499d  x11vnc: add kernel module uinput for rawfb input method
     add a2172fb  x11vnc: patch: don't install Xdummy when configured --without-x
     add c0a4a03  faad2: upgrade to 2.8.8
     add 244a4d6  python-cryptography:upgrade to 2.4
     add c88af81  python-cryptography-vectors:upgrade to 2.4.1
     add c0a71bc  libupnp: Build samples with LFS on
     add f372c8a  atop: Update to 2.4
     add 2dfb216  imagemagick: add homepage and description
     add dbf2a0b  liboil: Fix build with clang
     add cfdc6c7  gperftools: Use ARM ISA when using clang
     add e4c5c0d  oprofile: Fix build with clang
     add 7b01edd  catch2: Upgrade to 2.6.1
     add 8005771  cli11: Add knob to Enable/Disable clang-tidy explicity
     add c06db08  rocksdb: Fix build with clang

No new revisions were added by this update.

Summary of changes:
 .../recipes-connectivity/libupnp/libupnp_git.bb    |   4 +
 ...m.S-Convert-fldmia-fstmia-instructions-to.patch | 257 +++++++++++++++++++++
 .../recipes-support/liboil/liboil_0.3.17.bb        |   3 +-
 ...adow-and-do-not-mark-default-copy-constru.patch |  57 +++++
 meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb         |   1 +
 ...le.am-don-t-install-Xdummy-when-configure.patch |  37 +++
 .../recipes-graphics/x11vnc/files/endian-fix.patch |  24 --
 .../x11vnc/files/starting-fix.patch                |   6 +-
 meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb   |  38 ---
 meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb   |  40 ++++
 meta-oe/recipes-kernel/oprofile/oprofile.inc       |   1 +
 ...-replace-sym_iterator-0-with-sym_iterator.patch | 131 +++++++++++
 meta-oe/recipes-multimedia/faad2/faad2_2.7.bb      |  31 ---
 meta-oe/recipes-multimedia/faad2/faad2_2.8.8.bb    |  14 ++
 ...dd-sys-sysmacros.h-for-major-minor-macros.patch |  26 ---
 ...ily-atop.init-atop-pm.sh-Avoid-using-bash.patch |  67 ++++++
 .../atop/atop/fix-permissions.patch                |  29 ++-
 .../atop/atop/remove-bashisms.patch                |  33 ---
 .../atop/atop/sysvinit-implement-status.patch      |  11 +-
 .../atop/{atop_2.3.0.bb => atop_2.4.0.bb}          |   9 +-
 meta-oe/recipes-support/cli11/cli11_1.6.2.bb       |   5 +-
 .../cli11/files/0001-Add-CLANG_TIDY-check.patch    |  27 +++
 .../recipes-support/gperftools/gperftools_2.7.bb   |   1 +
 .../imagemagick/imagemagick_7.0.7.bb               |   5 +-
 .../catch2/{catch2_2.6.0.bb => catch2_2.6.1.bb}    |   5 +-
 ...1-Fix-Wdefaulted-function-deleted-warning.patch |  35 +++
 .../python/python-cryptography-vectors.inc         |   4 +-
 ...2.3.bb => python-cryptography-vectors_2.4.1.bb} |   0
 .../python/python-cryptography.inc                 |   4 +-
 ...ography_2.3.bb => python-cryptography_2.4.1.bb} |   0
 ....3.bb => python3-cryptography-vectors_2.4.1.bb} |   0
 ...graphy_2.3.bb => python3-cryptography_2.4.1.bb} |   0
 32 files changed, 723 insertions(+), 182 deletions(-)
 create mode 100644 meta-multimedia/recipes-support/liboil/liboil-0.3.17/0001-math_vfp_asm.S-Convert-fldmia-fstmia-instructions-to.patch
 create mode 100644 meta-oe/recipes-dbs/rocksdb/files/0001-Disable-Wshadow-and-do-not-mark-default-copy-constru.patch
 create mode 100644 meta-oe/recipes-graphics/x11vnc/files/0001-misc-Makefile.am-don-t-install-Xdummy-when-configure.patch
 delete mode 100644 meta-oe/recipes-graphics/x11vnc/files/endian-fix.patch
 delete mode 100644 meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
 create mode 100644 meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb
 create mode 100644 meta-oe/recipes-kernel/oprofile/oprofile/0001-replace-sym_iterator-0-with-sym_iterator.patch
 delete mode 100644 meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
 create mode 100644 meta-oe/recipes-multimedia/faad2/faad2_2.8.8.bb
 delete mode 100644 meta-oe/recipes-support/atop/atop/0001-add-sys-sysmacros.h-for-major-minor-macros.patch
 create mode 100644 meta-oe/recipes-support/atop/atop/0001-atop.daily-atop.init-atop-pm.sh-Avoid-using-bash.patch
 delete mode 100644 meta-oe/recipes-support/atop/atop/remove-bashisms.patch
 rename meta-oe/recipes-support/atop/{atop_2.3.0.bb => atop_2.4.0.bb} (87%)
 create mode 100644 meta-oe/recipes-support/cli11/files/0001-Add-CLANG_TIDY-check.patch
 rename meta-oe/recipes-test/catch2/{catch2_2.6.0.bb => catch2_2.6.1.bb} (83%)
 create mode 100644 meta-oe/recipes-test/catch2/files/0001-Fix-Wdefaulted-function-deleted-warning.patch
 rename meta-python/recipes-devtools/python/{python-cryptography-vectors_2.3.bb => python-cryptography-vectors_2.4.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-cryptography_2.3.bb => python-cryptography_2.4.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-cryptography-vectors_2.3.bb => python3-cryptography-vectors_2.4.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-cryptography_2.3.bb => python3-cryptography_2.4.1.bb} (100%)

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


More information about the Openembedded-commits mailing list