aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
AgeCommit message (Collapse)Author
2020-01-06rsyslog: update from 8.1910 to 8.1911Randy MacLeod
ptest results for qemux86-64 with kvm and a timeout of 1000 seconds to allow stress tests to complete: Recipe | Passed | Failed | Skipped rsyslog-8.1908.0 | 379 | 4 | 2 rsyslog-8.1911.0 | 381 | 4 | 3 Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-06tigervnc: update from 1.9.0 to 1.10.1Randy MacLeod
Add perl runtime dependecy since the vncserver program is and always has been a perl script. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-06imagemagick: update from 7.8.47 to 7.9.16Randy MacLeod
Only the copyright date for the LICENSE file changed. Add PACKAGECONFIG to enable use of tcmalloc. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-03spitools: upgrade 0.8.3 -> 0.8.4Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-03smartmontools: upgrade 7.0 -> 7.1Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-03libbytesize: disable doc buildKai Kang
It fails to build doc for libbytesize and the documents are simple and not important, so disable doc build. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-03hwdata: upgrade 0.329 -> 0.330Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-02libsigrokdecode: upgrade v0.5.2 -> v0.5.3Bartosz Golaszewski
Update libsigrokdecode to the newest release. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-02libsigrok: upgrade v0.5.1 -> v0.5.2Bartosz Golaszewski
Upgrade libsigrok to the newest release. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-02doxygen: upgrade v1.8.16 -> v1.8.17Bartosz Golaszewski
Upgrade doxygen to the most recent release. Add nativesdk to BBCLASSEXTEND to make it buildable as part of the SDK. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-02speedtest-cli: new packageBartosz Golaszewski
Add a recipe for speedtest-cli - a command-line utility for internet speed testing using speedtest.net. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-02libstatgrab: add logging/tracing optionsJens Rehsack
Introduce opportunity to enable/disable logging with and without log4cplus dependency. Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-02log4cplus: update to 2.0.5Jens Rehsack
Update log4cplus library to 2019-12-23 released version containing (relevant for *nix) * Modernized CMake build. * Fix issue with std::va_list value reuse. * Fix parsing of include in configuration when included file path contains =. (Patch by Peter Pei) * Change of default behaviour: Instantiate thread pool with only 4 threads Signed-off-by: Jens Rehsack <sno@netbsd.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-02rwmem: Upgrade to latestKhem Raj
gets gcc10 fixes for missing #include <stdexcept> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-02hddtemp: Fix build with latest gettext 0.20.xKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-02gtkperf: Fix build with latest gettext 0.20.xKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-01udisks2: Updare to latest master beyond 2.8.4Khem Raj
Drop the feature.h patch since its fixed differently upstream [1] [1] https://github.com/storaged-project/udisks/commit/7c9bb088ed8c7b509e94f68abe6427b45fad092f Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-31sanlock: Upgrade to 3.8.0+Khem Raj
The original SRCREV was at 3.7.3 even though PV was 3.8.0 this upgrades to latest on top of 3.8.0 to get py3 support Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-31libyui: Disable Warnings as errorsKhem Raj
Fixes -Wimplicit-int-float-conversion warning with new compilers Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-31upm: Disable -Wno-misleading-indentation with clang10+Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-31spirv-tools: Upgrade to v2019.5Khem Raj
Drop upstreamed patch backport a patch to fix error: moving a temporary object prevents copy elision [-Werror,-Wpessimizing-move] | std::move(BuildModule(env_, consumer_, original, assemble_options_)); | ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-31renderdoc: Upgrade to 1.5Khem Raj
Backport a patch from glslang to fix a build error https://github.com/KhronosGroup/glslang/issues/1869 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-31fluentbit: Upgrade to 1.3.5Khem Raj
Sync recipe with the one in sourcecode Record Accessor feature requires Flex and Bison fts dependency is needed on musl Delete cmake_multilib.patch its fixed upstream Use builtin nan funciton to avoid linking with libm Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-31glfw: Update to latestKhem Raj
Disable docs which needs doxygen FPIC is needed for arches like aarch64 when building shared objects Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-30volume-key: not create python2 bindingsKai Kang
If create python2 bindings for volume-key, it requires to inherit pythonnative which conflict with python3native.bbclass. And python2 reachs EOL, so remove package config 'python' and not create python2 bindings for volume-key. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-30ndctl: Upgrade to v67Yongxin Liu
Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-29ostree: Tidy FILES_${PN} using PACKAGE_BEFORE_PNAlex Kiernan
Use PACKAGE_BEFORE_PN to pick files out of the install tree before FILES_${PN} gets there, so we can just list necessary additions rather than everything. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-29mariadb: Upgrade to 10.4.11Khem Raj
Backport a rocksdb patch to fix clang error Refresh existing patches as needed Switch SRC_URI to downloads.mariadb.org since archive.mariadb.org is too slow if no mirrors are used Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-29rocksdb: Upgrade to 6.5.2Khem Raj
Backport an upstream patch to fix build Delete patches which are either upstreamed or not required Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-29glm: Upgrade to 0.9.9.6Khem Raj
License-Update: Use copying.txt for checksum, no change in licenses as such Fix type conversion warnings Upstream conveniently deleted cmake install/uninstall pieces, therefore apply the bandaids as needed see [1] [1] https://github.com/g-truc/glm/issues/947 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-29cppunit: upgrade 1.14.0 -> 1.15.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-28opensc: Fix misaligned indentationKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-28jsoncpp: Upgrade to 1.9.2Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-27flatbuffers: add PIC compiler flag required for aarch64Andrey Zhizhikin
Add PIC flag to CXXFLAGS in order to solve the issue with linking against the library for aarch64. Without PIC enabled, linking against this library fails with following messages: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `[snap]' which may bind externally can not be used when making a shared object; recompile with -fPIC Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-27bdwgc: make libatomic-ops as dependencyKai Kang
libatomic_ops is required and can't be optional. Move it from PACKAGECONFIG to DEPENDS. Adjust the ordering of the recipe as well. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-26open-vm-tools: Ignore -Warray-boundsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-26wvstreams: Fix build with gcc10Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-25ltrace: Fix build with gcc10Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-25upm: Fix 'may be used uninitialized' errorsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-25libubox: Update to latestKhem Raj
Fix out of bounds array access Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-23redis: Upgrade to 5.0.7Khem Raj
Remove an upstreamed patch Add patches to build with new glibc/gcc Drop atomic removal patch and link with libatomic when needed Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-23pam-plugin-ldapdb: Include <stdexcept> for std::invalid_argumentKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-23surf: Add opengl requirementArmin Kuster
webkitgtk depends on opengel so this package wont build unless opengl is set. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-23libvncserver: fix build depends issueArmin Kuster
only include ffmpeg if correct license is defined Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-23glfw: missing feature check.Armin Kuster
glfw depends on libglu which wont build if "opengl" is not in DISTRO_FEATURES Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-23glog: fix do_fetch errorQuanyang Wang
This fixes the build error as below: WARNING: glog-0.3.5-r0 do_fetch: Failed to fetch URL git://github.com/google/glog.git;branch=v035, attempting MIRRORS if available ERROR: glog-0.3.5-r0 do_fetch: Fetcher failure: Unable to find revision a6a166db069520dbbd653c97c2e5b12e08a8bb26 in branch v035 even from upstream ERROR: glog-0.3.5-r0 do_fetch: Fetcher failure for URL: 'git://github.com/google/glog.git;branch=v035'. Unable to fetch URL from any source. Signed-off-by: Quanyang Wang <quanyang.wang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-23libhugetlbfs: update patch to make it work for python3Changqing Li
Fix error: TypeError: a bytes-like object is required, not 'str' Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-23krb5: upgrade 1.17 -> 1.17.1Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-20spirv-tools: Fix multilib buildsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-20boinc-client: Use nonarch_libdir for systemd_unitsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>