summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* memtester: Fix build with -fno-commonKhem Raj2020-08-132-3/+61
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 0.90.1 -> 20.08.0Andreas Müller2020-08-131-2/+1
| | | | | | | | | | | | | | | | | | | Looks like they changed release schema. Release 20.08.0: core: * Sub-page objects: initialize clip max values considering the render resolution. Issue #937 * Splash: Set initial line width to 1. Issue #674 * Fix stack overflow with specially crafted files * GfxShading: Simplify holding the Function * Splash: Fix x86 + windows asm build qt5: * Deprecate Document::toc * Deprecate AnnotationUtils Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udisks2: upgrade 2.8.4+ -> 2.9.1Andreas Müller2020-08-131-5/+6
| | | | | | | | | | | | Seems they changed build so we have to build in-tree. With out of tree autotools build would break with: | glib-compile-resources --target=udisks-daemon-resources.h --generate-header --sourcedir=../../git udisks-daemon-resources.xml | glib-compile-resources --target=udisks-daemon-resources.c --generate-source --sourcedir=../../git udisks-daemon-resources.xml | Failed to open file “udisks-daemon-resources.xml”: No such file or directory Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcdproc: Fix compilation with GCC >= 10.xKhem Raj2020-08-132-0/+47
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x11vnc: Update to latest on masterKhem Raj2020-08-135-268/+3
| | | | | | | Drop already upstreamed patches Drop unused remove-redundant-RPATH.patch patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dialog: Turn X11 support into a packageconfig optionKhem Raj2020-08-131-0/+4
| | | | | | | | | Enable it only if x11 is in distro features Ensure patch to X includes/libs is pointing into sysroot otherwise it starts to poke at build systems includes/libs dirs Signed-off-by: Khem Raj <raj.khem@gmail.com>
* htop: Fix build with -fno-commonKhem Raj2020-08-132-0/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: Upgrade to 2.2.0Khem Raj2020-08-131-4/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freeglut: Use -fcommon alwaysKhem Raj2020-08-131-0/+3
| | | | | | | | | | This package does not compile with -fno-common yet errors out like | /mnt/b/yoe/master/build/tmp/work/armv7vet2hf-neon-yoe-linux-musleabi/freeglut/3.2.1-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-musleabi/arm-yoe-linux-musleabi-ld: CMakeFiles/freeglut.dir/src/fg_gl2.c.o:/usr/src/debug/freeglut/3.2.1- r0/freeglut-3.2.1/src/fg_gl2.h:72: multiple definition of `fghBindBuffer'; CMakeFiles/freeglut.dir/src/fg_geometry.c.o:/usr/src/debug/freeglut/3.2.1-r0/freeglut-3.2.1/src/fg_gl2.h:72: first defined here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: Upgrade to 2.1.4Khem Raj2020-08-112-111/+1
| | | | | | Drop backported patch which is present in 2.1.4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpm: Upgrade to latest masterKhem Raj2020-08-112-36/+1
| | | | | | Drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* satyr: Upgrade to 0.30Khem Raj2020-08-111-1/+4
| | | | | | | | | | | | satyr 0.30 ========== Fix registers being parsed as modules in kernel oopses in some cases Use Nettle for cryptographic calculations Fix builds with GCC 10 Add needed additional dependencies Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Adding recipe for exprtkVijay Khemka2020-08-111-0/+22
| | | | | | | | | | | | | The C++ Mathematical Expression Toolkit Library (ExprTk) is a simple to use, easy to integrate and extremely efficient run-time mathematical expression parsing and evaluation engine. The parsing engine supports numerous forms of functional and logic processing semantics and is easily extensible. It is a header only library. Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: specify TMPDIRSlater, Joseph2020-08-111-1/+3
| | | | | | | | | | | | | | | | Although it is extremely rare the following type of error can occur during configuration: Creating `/tmp/conftest.i53clm4z.cpp` with content: ... x86_64-wrs-linux-g++: error: /tmp/conftest.i53clm4z.cpp: No such file or directory x86_64-wrs-linux-g++: error: /tmp/conftest.i53clm4z.cpp: No such file or directory x86_64-wrs-linux-g++: fatal error: no input files So, specify a local directory as TMPDIR during configuration. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpeas: disable tests when introspection is not enabled/availableAndreas Müller2020-08-112-4/+37
| | | | | | | | | | This fixes introspection-less build. Sent upstream so hope they either agree or come up with something better next release. Tested before and after adding the patch by setting GI_DATA_ENABLED = 'False' Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi: Add recipe for c++ versionwonjong.lee2020-08-1011-0/+380
| | | | | | | | | | | | MiNiFi--a subproject of Apache NiFi--is a complementary data collection approach that supplements the core tenets of NiFi in dataflow management, focusing on the collection of data at the source of its creation. The C++ implementation is an additional implementation to the one in Java with the aim of an even smaller resource footprint. Signed-off-by: wonjong.lee <wonjong.lee@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fio: upgrade to 3.21Mingli Yu2020-08-103-124/+1
| | | | | | | | | | | Remove 2 patches as these logics have been already included in the new version as [1] and [2]. [1] https://git.kernel.dk/?p=fio.git;a=commit;h=8629f5f5c24e8a02c0a168cff22a40ec0788bb2d [2] https://git.kernel.dk/?p=fio.git;a=commit;h=10ee8843e79763e8b6ff967f8a2b5d5b92411f90 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlt-daemon: fix build with upstream-proposed patch for MUSL libcGianfranco Costamagna2020-08-102-0/+31
| | | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlt-daemon: enable some configurations by default in PACKAGECONFIGGianfranco2020-08-101-1/+4
| | | | | | | | | | | | | | | | | | | | | | | such as udp-connection dlt-system dlt-filetransfer and if systemd is enabled also: - systemd - systemd-watchdog - systemd-journal - dlt-examples - dlt-adaptor - dlt-console rationale is: all of the keys above are not that heavy in building and running, and dlt-daemon doesn't take more than some seconds to build. Not building them by default can result in a lot of missing functionalities to the end user, such as the ability to talk with the dlt-daemon via bash script or Python. The end user can still change or disable something if needed. Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlt-daemon: fix build failure when dlt-dbus is enabled, due to missing ↵Gianfranco2020-08-101-1/+2
| | | | | | | | service file. Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlt-daemon: add new dlt-filetransfer PACKAGECONFIG optionGianfranco2020-08-101-0/+1
| | | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlt-daemon: update to 2.18.5Gianfranco2020-08-103-150/+37
| | | | | | | | | - drop patch 204: upstream - add gcc-10 build fix proposed upstream 238.patch Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imagemagick: upgrade 7.0.9_13 -> 7.0.10_25Andreas Müller2020-08-091-2/+2
| | | | | | | | | Changelog would be > 300 lines so for those intersted see [1] [1] https://github.com/ImageMagick/ImageMagick/blob/master/ChangeLog Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geoclue: upgrade 2.5.3 -> 2.5.6Andreas Müller2020-08-091-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | While at it: * remove unnecessary exports * minor recipe cleanup Release notes [1] 2.5.6: * Fix crashes in WiFi handling code. * Plug a leak. 2.5.5: * Plug another leak. * Fix another buffer overflow. * Fix WiFi-geolocation that got broken in 2.5.4. * Put freequently used small strings on the stack to avoid excessive memory usage. 2.5.4: * Plug a leak that becomes pretty huge after a while of running Geoclue. * Fix a buffer-overflow. [1] https://gitlab.freedesktop.org/geoclue/geoclue/-/releases Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: Module load dir should be relative to root_dirKhem Raj2020-08-081-1/+1
| | | | | | | | | | | | | | | This is autodetected by configure from systemd.pc and it depends on value of root_dir ( usrmerge ) and not /usr being hardcoded eg. in nonarch_libdir this has been fixed in systemd [1] Fixes ERROR: iwd-1.8-r0 do_package: QA Issue: iwd: Files/directories were installed but not shipped in any package: /lib/modules-load.d /lib/modules-load.d/pkcs8.conf [1] https://github.com/systemd/systemd/commit/4a56315a990b802860170ecd1bbd3eb68e14a38b Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpeas: gobject-introspection is mandatory and cannot be configuredAdrian Bunk2020-08-081-0/+4
| | | | | | | ../libpeas-1.26.0/tests/libpeas/introspection/meson.build:47:0: ERROR: Unknown variable "libpeas_gir". Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 6.0.5 -> 6.0.6Zang Ruochen2020-08-071-3/+3
| | | | | | | -License-Update: Copyright year updated to 2020. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gsoap: upgrade 2.8.103 -> 2.8.105Zang Ruochen2020-08-071-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xxhash: Upgrade 0.7.4 -> 0.8.0Leon Anavi2020-08-071-2/+2
| | | | | | | | | | | | | | | | | Upgrade to release 0.8.0 for stable XXH3: - api : stabilize XXH3 - cli: xxhsum can produce BSD-style lines, with command --tag - cli : xxhsum can parse and check BSD-style lines, using command --check - cli : xxhsum - accepts console input - cli : xxhsum accepts -- separator - cli : fix : print correct default algo for symlinked helpers - install: improved pkgconfig script, allowing custom install locations Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uhubctl: upgrade 2.1.0 -> 2.2.0Zang Ruochen2020-08-051-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ipc-run: upgrade 20180523.0 -> 20200505.0Zang Ruochen2020-08-051-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcov: fix lcov-native buildMartin Jansa2020-08-051-2/+5
| | | | | | | * there is no provider for gcov-native nor gcov-symlinks-native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmicrohttpd: upgrade 0.9.70 -> 0.9.71Zang Ruochen2020-08-051-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jsonrpc: Fix build with libmicrohttpd 0.9.71Zang Ruochen2020-08-052-1/+56
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: not use the bundled libpcre2Mingli Yu2020-08-043-2/+3
| | | | | | | | | | | | | | | | >From mariadb 10.5.1, it starts to use pcre2 [1] which is the bundled libpre2 by default. If using the bundled one, it will fetch, unpack and build the libpcre2 during mariadb do_compile phase as mariadb uses the bundled libpcre2 as an external project, more details in [2]. To avoid downloading the libpcre2 source from website during mariadb do_compile phase, switch to use the system libpcre2. [1] https://mariadb.com/kb/en/pcre/ [2] https://github.com/MariaDB/server/blob/10.5/cmake/pcre.cmake Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: opengl-es-cts install deqp test runnersAníbal Limón2020-08-041-0/+7
| | | | | Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* abseil-cpp: Use SkipRecipe exceptionJacob Kroon2020-08-041-4/+4
| | | | | | | SkipPackage exception is deprecated. Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqmi: Delete --enable-more-warnings configure optionKhem Raj2020-08-041-2/+0
| | | | | | | Fixes QA Issue: libqmi: configure was passed unrecognised options: --enable-more-warnings [unknown-configure-option] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boost-url: Add recipeJames Feist2020-08-041-0/+17
| | | | | | | boost-url is a library for manipulating URI and URL. Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* monit: Set monit files in temporary locationsShlomi Vaknin2020-08-031-0/+6
| | | | | | | | | Normally monit create its temporary files in $HOME directory. In case the rootfs is mounted as read-only, monit will not operate. This patch set monit configuration to store these files in /var/run Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libbytesize: upgrade 2.3 -> 2.4Zang Ruochen2020-08-031-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dash: upgrade 0.5.11 -> 0.5.11.1Zang Ruochen2020-08-031-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rasdaemon: update to 0.6.6 and fix SRC_URI broken linkDaniel Dragomir2020-08-031-5/+5
| | | | | | | | | | | | | Get sources from another repository since the one from infradead.org is broken: fatal: remote error: access denied or repository not exported: /users/mchehab/rasdaemon.git Also, fix indentation. Signed-off-by: Daniel Dragomir <Daniel.Dragomir@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spdlog: Upgrade to 1.7.0Khem Raj2020-07-311-2/+4
| | | | | | Use external fmt package Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jasper: upgrade 2.0.16 -> 2.0.19Zang Ruochen2020-07-311-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zlog: upgrade 1.2.14 -> 1.2.15Zang Ruochen2020-07-311-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-c: upgrade 1.3.2 -> 1.3.4Zang Ruochen2020-07-311-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nlohmann-json: upgrade 3.7.3 -> 3.9.0Zang Ruochen2020-07-313-146/+2
| | | | | | | | | | | -License-Update: Copyright year updated to 2020. -0001-Templatize-basic_json-ctor-from-json_ref.patch -0001-typo-fix.patch Removed since these are included in 3.9.0 Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linuxptp: upgrade 2.0 -> 3.0Zang Ruochen2020-07-313-140/+4
| | | | | | | | | | | time_t_maybe_long_long.patch Removed since this is included in 3.0. Refresh the following patch: build-Allow-CC-and-prefix-to-be-overriden.patch Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpeas: update to 1.26.0Oleksandr Kravchuk2020-07-312-2/+27
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>