summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fwknop: Fix build with gcc10Khem Raj2020-08-132-0/+28
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tftp-hpa: Fix build with -fno-commonKhem Raj2020-08-132-0/+31
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iscsi-initiator-utils: Upgrade to _2.1.2Khem Raj2020-08-132-6/+34
| | | | | | Fix build with clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ncftp: Fix build with -fno-commonKhem Raj2020-08-132-0/+84
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netplan: Update to latest to fix build with -fno-commonKhem Raj2020-08-134-1/+104
| | | | | | Add patches to fix build with clang-11 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netperf: Fix build with -fno-commonKhem Raj2020-08-132-0/+38
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vblade: Upgrade to version 24Khem Raj2020-08-132-4/+90
| | | | | | | Switch to github for src_uri Add a patch to fix build with -fno-common 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>
* xfsprogs: Upgrade to 5.7.0Khem Raj2020-08-131-6/+3
| | | | | | | | | | License-Update: Added SPDX tags [1] Drop readline option its no longer needed [1] https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/commit/LICENSES/GPL-2.0?id=c7498b6911d03f2bd7f74e9f9862d8d5fbd5b5da 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>
* python3-pynacl: Added recipeColin McAllister2020-08-111-0/+32
| | | | | | | | Created Python3 recipe for PyNaCl. Signed-off-by: Colin McAllister <colinmca242@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmd2: Upgrade 1.2.1 -> 1.3.1Leon Anavi2020-08-111-2/+2
| | | | | | | | | | | | | | | | | | | Upgrade to release 1.3.1: - Fixed issue determining whether an argparse completer function required a reference to a containing CommandSet. Also resolves issues determining the correct CommandSet instance when calling the argparse argument completer function. Manifested as a TypeError when using cmd2.Cmd.path_complete as a completer for an argparse-based command defined in a CommandSet. - Added CommandSet - Enables defining a separate loadable module of commands to register/unregister with your cmd2 application. - Marked with_argparser_and_unknown_args pending deprecation and consolidated implementation into with_argparser Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prompt-toolkit: Upgrade 3.0.5 -> 3.0.6Leon Anavi2020-08-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.0.6: New features: - The SSH/Telnet adaptors have been refactored and improved in several ways. * Handle terminal types for both telnet and SSH sessions. * Added pipe input abstraction. (base class for `PosixPipeInput` and `Win32PipeInput`). * The color depth logic has been refactored and moved to the `Output` implementations. Added `get_default_color_depth` method to `Output` objects. * All line feets are now preceded by a carriage return in the telnet connection stdout. - Introduce `REPLACE_SINGLE` input mode for Vi key bindings. - Improvements to the checkbox implementation: * Hide the scrollbar for a single checkbox. * Added a "checked" setter to the checkbox. - Expose `KeyPressEvent` in key_binding/__init__.py (often used in type annotations). - The renderer has been optimized so that no trailing spaces are generated (this improves copying in some terminals). Fixes: - Ignore F21..F24 key bindings by default. - Fix auto_suggest key bindings when suggestion text is empty. - Bugfix in SIGWINCH handling. - Handle bug in HSplit/VSplit when the number of children is zero. - Bugfix in CPR handling in renderer. Proper cancellation of pending tasks. - Ensure rprompt aligns with input. - Use `sys.stdin.encoding` for decoding stdin stream. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wtforms: Upgrade 2.3.1 -> 2.3.3Leon Anavi2020-08-111-3/+3
| | | | | | | | | | | | | | Upgrade to release 2.3.3: - Includes the missing translation files - Fixed a bug with SelectField choices shortcut at form submission License-Update: Use the exact line from PKG-INFO. The license remains the same. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: Upgrade 35.1.0 -> 35.3.0Leon Anavi2020-08-111-2/+2
| | | | | | | | | | | | Upgrade to release 35.3.0: - Fix dump of signal types in DBC files - Fix SIG_VALTYPE_ item on DBC dump for extended frame id messages - Fix compile error Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlsxwriter: Upgrade 1.3.0 -> 1.3.2Leon Anavi2020-08-111-2/+2
| | | | | | | | | | | | | Upgrade to release 1.3.2: * Added Border, Fill, Pattern and Gradient formatting to chart data labels and chart custom data labels. * Fix for issue where array formulas weren't included in the output file for certain ranges/conditions. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argexec: Upgrade 1.0.2 -> 1.0.3Leon Anavi2020-08-111-2/+2
| | | | | | | | | | Upgrade to release 1.0.3: - Handle calls to decorated functions from non-__main__ modules Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-parso: Upgrade 0.7.1 -> 0.8.0Leon Anavi2020-08-111-2/+2
| | | | | | | | | | | | | | | Upgrade to release 0.8.0: - Dropped Support for Python 2.7, 3.4, 3.5 - It's possible to use ``pathlib.Path`` objects now in the API - The stubs are gone, we are now using annotations - ``namedexpr_test`` nodes are now a proper class called ``NamedExpr`` - A lot of smaller refactorings Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.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>
* prompt-toolkit: fix recipeShlomi Vaknin2020-08-101-0/+1
| | | | | | | | Add python3-image to rdepends since it import colorsys Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-parso: add recipeShlomi Vaknin2020-08-101-0/+12
| | | | | | Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-backcall: add recipeShlomi Vaknin2020-08-101-0/+12
| | | | | | Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pickleshare: add recipeShlomi Vaknin2020-08-101-0/+12
| | | | | | Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jedi: add recipeShlomi Vaknin2020-08-101-0/+14
| | | | | | Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython-genutils: add recipeShlomi Vaknin2020-08-101-0/+12
| | | | | | Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-traitlets: add recipeShlomi Vaknin2020-08-101-0/+18
| | | | | | Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jdatetime: Added recipeColin McAllister2020-08-101-0/+18
| | | | | | | | Created python3 recipe for jdatetime. Signed-off-by: Colin McAllister <colinmca242@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: add recipeShlomi Vaknin2020-08-101-0/+29
| | | | | | Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcamera: Fix License names to match SPDX conventionKhem Raj2020-08-091-1/+1
| | | | | | | Fixes do_populate_lic: libcamera: No generic license file exists for: GPL-2.0-or-later in any provider 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>
* gnome-calendar: initial add 3.36.2Andreas Müller2020-08-092-0/+33
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-help.bbclass: remove double FILES_${PN}-help entryAndreas Müller2020-08-091-2/+0
| | | | | | | | | When I wrote this class meta-qt5-extra's qt5-translation.bbclass was taken as template. So this is a leftover which does not make sense: Variable is set differently few lines below. 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>
* xfwm4: upgrade 4.14.3 -> 4.14.4Andreas Müller2020-08-091-2/+1
| | | | | | | | | | | | | | Release notes for 4.14.4 ======================== 4.14.4 ====== - Fix a crash on FreeBSD (xfce/xfwm4#411) - Fix compilation warning due to g_type_class_add_private deprecation Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tumbler: upgrade 0.2.8 -> 0.2.9Andreas Müller2020-08-091-2/+1
| | | | | | | | | | | | | | Release notes for 0.2.9 ======================= This is a bugfix release from the stable xfce-4.14 branch. This release addresses the issue described in Bug #28 and partially solved by the previous release 0.2.8. The issue now is completely solved by adding the correct orientation handling when fallback code for generating jpeg thumbnail takes place. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>