summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-bitarray: Upgrade 1.6.0 -> 1.6.1Leon Anavi2020-11-231-2/+2
| | | | | | | | | | | Upgrade to release 1.6.1: - use PyType_Ready for all types: bitarray, bitarrayiterator, decodeiterator, decodetree, searchiterator 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-croniter: Upgrade 0.3.35 -> 0.3.36Leon Anavi2020-11-231-2/+2
| | | | | | | | | | | | Upgrade to release 0.3.36: - Updated docs section regarding max_years_between_matches to be more shorter and hopefully more relevant - Don't install tests 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-diskcache: Upgrade 5.0.3 -> 5.1.0Leon Anavi2020-11-231-2/+2
| | | | | | | | | | | Upgrade to release 5.1.0: - Support transactions in FanoutCache (probably a bad idea) - Prevent cache shard attribute access when unsafe 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-gmqtt: Upgrade 0.6.7 -> 0.6.8Leon Anavi2020-11-231-2/+2
| | | | | | | | | | Upgrade to release 0.6.8: - Fix encode str to bytes 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-jsonpath-rw: Add recipe for v1.4.0hasan.men2020-11-231-0/+12
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* cpp-netlib: add bitbake recipeSinan Kaya2020-11-232-1/+27
| | | | | | | Adding recipe for cpp-net library. Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* heaptrack: add bitbake recipeSinan Kaya2020-11-232-0/+19
| | | | | | | | Add this useful tool to the devtools list. Reviewed-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* musl-nscd: Add missing deps on flex and bison during buildKhem Raj2020-11-232-0/+32
| | | | | | | | | | | | | | Fix check for flex Fails in do_compile at times see below cp dist/src/nsswitch.yy.c obj/src/nsswitch.yy.c cp: cannot create regular file 'obj/src/nsswitch.yy.c': No such file or directory Makefile:78: recipe for target 'obj/src/nsswitch.yy.c' failed make: *** [obj/src/nsswitch.yy.c] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Armin Kuster <akuster808@gmail.com>
* musl-nscd: Replace -fcommon with code patchKhem Raj2020-11-232-3/+46
| | | | | | | The patch fixes the need for -fcommon Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Armin Kuster <akuster808@gmail.com>
* unbound: upgrade to 1.12.0Beni2020-11-233-80/+80
| | | | | Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imagemagick: Add NOTICE to collected license textsMark Jonas2020-11-231-1/+2
| | | | | | | | | The ImageMagick license requires that attribution notices contained in the NOTICE file are distributed along a derivative work. Thus it makes sense to collect the NOTICE file in the deploy/licenses directory. Signed-off-by: Mark Jonas <toertel@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* collectd: fix the test condition for dash compatibilitySinan Kaya2020-11-231-4/+4
| | | | | | | | dash doesn't like double equal sign for test. Replace with single equal sign. Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf: upgrade 3.13.0.1 -> 3.14.0zangrc2020-11-231-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: upgrade 2.4.51 -> 2.4.56zangrc2020-11-231-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: upgrade 1.14.6 -> 1.14.8zangrc2020-11-231-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libharu: Fix the packaging bugzangrc2020-11-232-0/+31
| | | | | | | | | | | | | The following error will occur when multilib is enabled: ERROR: libharu-2.3.0-r0 do_package: QA Issue: libharu: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libhpdfs.a Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. libharu: 2 installed and not shipped files. [installed-vs-shipped] ERROR: libharu-2.3.0-r0 do_package: Fatal QA errors found, failing task. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fio: upgrade 3.22 -> 3.24zangrc2020-11-231-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* strongswan: upgrade 5.8.4 -> 5.9.1zangrc2020-11-232-37/+2
| | | | | | | | 0001-Remove-obsolete-setting-regarding-the-Standard-Outpu.patch Removed since this is included in 5.9.1 Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdma-core: upgrade 31.1 -> 32.0zangrc2020-11-231-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* makedumpfile: upgrade 1.6.7 -> 1.6.8Alexander Kamensky2020-11-234-135/+36
| | | | | | | | | | | | | | | | | * Starting with 1.6.8 makedumpfile project migrated from sourceforge to github; properly updated SRC_URI, HOMEPAGE, UPSTREAM_CHECK_XX * Refreshed patch 0001-makedumpfile-replace-hardcode-CFLAGS.patch * Refreshed patch 0002-mem_section-Support-only-46-bit-for-MAX_PHYSMEM_BITS.patch; had conflict in patch removed function, is this patch still required? * Removed 0001-PATCH-Remove-duplicated-variable-definitions.patch backported patch * Added dependency to xz required by new version Signed-off-by: Alexander Kamensky <alexander.kamensky42@gmail.com>
* thingsboard-gateway: Move under dynamic layersKhem Raj2020-11-2316-0/+0
| | | | | | | | Depends on meta-python therefore move it here so it does not impact non meta-python users Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
* tumbler: 0.2.9 -> 0.3.1Kai Kang2020-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 0.3.1 ===== - New plugin, libgepub thumbnailer plugin - Fix documentation URL - Add README.md and EXTRA_DIST - Add new icon needed for xfce4-about-dialog - Translation Updates: lt, oc, he, hi, hu, sk, tr, ug 0.3.0 ===== - Fix jpeg thumbnail orientation when fallback code is taken place (Bug #28). - Use AC_CONFIG_MACRO_DIRS instead of AC_CONFIG_MACRO_DIR - Fix GTimeVal deprecation - Drop support of GLib < 2.32 - Use guint32 for request handle and fix its further occurrences of 0 - Implement Excludes paths in tumbler.rc - Translation Updates: be, da, el, es, he, hu, hye, it, nl, pl, sq, zh_TW, zh_HK Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-mailwatch-plugin: 1.2.0 -> 1.3.0Kai Kang2020-11-191-3/+2
| | | | | | | | | | | | | | | | | | | | | 1.3.0 - GTK 3 Port - Remove Libgcrypt dependency - Move "watching" column to the left to avoid overlapping with scrollbar - Add support for XfceTitledDialog new API - Fix cast to pointer - Replace deprecated GTimeVal - Update URLs from goodies.x.o to docs.x.o (Bug #16167) - Added support for multi-row/column panels in xfce4-panel > 4.9 - Fix running command on each change of the count - Fix running an empty command - Do not run command when new message count is 0 - Add SSL support CFLAGS and LDFLAGS conditionally - Translation Updates Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-weather-plugin: 0.10.1 -> 0.10.2Kai Kang2020-11-191-2/+1
| | | | | | | | | | | | | | | | | | | | 0.10.2 ====== - weather-icon: fix use-after-free in get_user_icons_dir - Fix GTimeVal deprecation - Update copyright/bugzilla URLs - Switch to the 2.0 API - Add basic GitLab pipeline - Bug #16717: Move from exo-csource to xdt-csource - Fix unprintable character in summary subtitle (bug #16394) - Improve contrast in weather report, similar to GTK2 + Adwaita (bug #15806) - Enable keyboard scrolling in Details pane (bug #15912) - Support solarnoon and solarmidnight (bug #15771) - Fix day/night calculation (bug #16091) - Translation Updates Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-cpufreq-plugin: 1.2.1 -> 1.2.2Kai Kang2020-11-193-14/+22
| | | | | | | | | | | | | | | | | | 1.2.2 - Update URLs and copyright year - Add basic GitLab pipeline - Fix compilation with gcc-10 - Update URLs from goodies.x.o to docs.x.o (Bug #16156) - s/http/https - Fix build with panel 4.15 - Replace GtkStock buttons - Rename applet to plugin (Bug #15582) - Post release tag bump - Translation Updates Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsocketcan: Update to 0.0.12Mark Jonas2020-11-181-1/+1
| | | | | Signed-off-by: Mark Jonas <toertel@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* traceroute: set VPATHMingli Yu2020-11-181-0/+1
| | | | | | | | Fixes: make[1]: *** No rule to make target '-lm', needed by 'traceroute'. Stop. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pykwalify: Do not unset _PYTHON_SYSCONFIGDATA_NAMEKhem Raj2020-11-181-1/+1
| | | | | | | its been shoved out of setuptools3 in oe-core now Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python-grpcio-tools: Add missing space for appendKhem Raj2020-11-181-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-attrs: 20.2.0 -> 20.3.0Leon Anavi2020-11-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | Upgrade to release 20.3.0: - attr.define(), attr.frozen(), attr.mutable(), and attr.field() remain provisional. - attr.s() now has a field_transformer hook that is called for all Attributes and returns a (modified or updated) list of Attribute instances. attr.asdict() has a value_serializer hook that can change the way values are converted. Both hooks are meant to help with data (de-)serialization workflows. - kw_only=True now works on Python 2. - raise from now works on frozen classes on PyPy. - attr.asdict() and attr.astuple() now treat frozensets like sets with regards to the retain_collection_types argument. - The type stubs for attr.s() and attr.make_class() are not missing the collect_by_mro argument anymore. 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-pandas: Upgrade 1.1.3 -> 1.1.4Leon Anavi2020-11-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.1.4: - Fixed regression in read_csv() raising a ValueError when names was of type dict_keys - Fixed regression in read_csv() with more than 1M rows and specifying a index_col argument - Fixed regression where attempting to mutate a DateOffset object would no longer raise an AttributeError - Fixed regression where DataFrame.agg() would fail with TypeError when passed positional arguments to be passed on to the aggregation function - Fixed regression in RollingGroupby with sort=False not being respected - Fixed regression in Series.astype() converting None to "nan" when casting to string - Fixed regression in Series.rank() method failing for read-only data - Fixed regression in RollingGroupby causing a segmentation fault with Index of dtype object - Fixed regression in DataFrame.resample(...).apply(...)() raised AttributeError when input was a DataFrame and only a Series was evaluated - Fixed regression in DataFrame.groupby(..).std() with nullable integer dtype - Fixed regression in PeriodDtype comparing both equal and unequal to its string representation - Fixed regression where slicing DatetimeIndex raised AssertionError on irregular time series with pd.NaT or on unsorted indices - Fixed regression in certain offsets (pd.offsets.Day() and below) no longer being hashable - Fixed regression in StataReader which required chunksize to be manually set when using an iterator to read a dataset - Fixed regression in setitem with DataFrame.iloc() which raised error when trying to set a value while filtering with a boolean list - Fixed regression in setitem with a Series getting aligned before setting the values - Fixed regression in MultiIndex.is_monotonic_increasing returning wrong results with NaN in at least one of the levels - Fixed regression in inplace arithmetic operation on a Series not updating the parent DataFrame - Fixed bug causing groupby(...).sum() and similar to not preserve metadata - Fixed bug in Series.isin() and DataFrame.isin() raising a ValueError when the target was read-only - Fixed bug in GroupBy.fillna() that introduced a performance regression after 1.0.5 - Fixed bug in DataFrame.info() was raising a KeyError when the DataFrame has integer column names - Fixed bug in DataFrameGroupby.apply() would drop a CategoricalIndex when grouped on 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-colorlog: Upgrade 4.4.0 -> 4.6.2Leon Anavi2020-11-181-2/+2
| | | | | | | | | | | | | Upgrade to release 4.6.2: - Include tests using MANIFEST.in instead of setup.py - Switch to GitHub Actions - Don't publish to test pypi - we'd have to bump the version every commit 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-dill: Upgrade 0.3.2 -> 0.3.3Leon Anavi2020-11-182-9/+11
| | | | | | | | | | | Upgrade to release 0.3.3: - Treat extension modules as built-in - Fix typo in README.md 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-cmd2: Upgrade 1.3.11 -> 1.4.0Leon Anavi2020-11-181-2/+2
| | | | | | | | | | | | Upgrade to release 1.4.0: - Fixed tab completion crash on Windows - Changed how multiline doc string help is formatted to match style of other help messages 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>
* thingsboard-gateway: Add recipe for v2.5.2hasan.men2020-11-1716-0/+1326
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: Inherit python3targetconfigKhem Raj2020-11-171-1/+1
| | | | | | | | | | it now ends up searching native python shared libraries and tries to link with it and fails on non-host architectures recipe-sysroot-native/usr/lib/libpython3.9.so: file not recognized: file format not recognized collect2: error: ld returned 1 exit status Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplist: Inherit python3targetconfigKhem Raj2020-11-171-1/+1
| | | | | | | | | | | | Fixes configure: error: Could not link test program to Python. Maybe the main Python library has been installed in some non-standard library path. If so, pass it to configure, via the LIBS environment variable. Example: ./configure LIBS="-L/usr/non-standard-path/python/lib" Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openipmi: Inherit python3targetconfigKhem Raj2020-11-171-1/+1
| | | | | | | | | | | | Fixes configure: error: Could not link test program to Python. Maybe the main Python library has been installed in some non-standard library path. If so, pass it to configure, via the LIBS environment variable. Example: ./configure LIBS="-L/usr/non-standard-path/python/lib" Signed-off-by: Khem Raj <raj.khem@gmail.com>
* span-lite: Bump e03d116..0.8.1William A. Kennington III2020-11-171-1/+1
| | | | | Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Link with libatomic on riscv32Khem Raj2020-11-161-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vlc: Fix build on riscv32Khem Raj2020-11-162-0/+48
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jack: Upgrade to 1.19.16Khem Raj2020-11-163-14/+81
| | | | | | | Update the jack_simdtests patch to latest submission upstream Fix build on RISCV32 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libkcapi: Fix build on riscv32Khem Raj2020-11-162-1/+39
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qpdf: Link with libatomic on rv32Khem Raj2020-11-151-0/+1
| | | | | | | Fixes libqpdf/build/.libs/libqpdf.so: undefined reference to `__atomic_fetch_add_8' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rocksdb: Update to 6.12.7Khem Raj2020-11-152-3/+51
| | | | | | Add a patch to fix build on riscv32 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensaf: Fix build on 32bit arches with 64bit time_t e.g. RISCV-32Khem Raj2020-11-152-0/+37
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* directfb: Fix build on riscv32Khem Raj2020-11-152-0/+55
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* capnproto: Fix build on 32bit arches with 64bit time_t defaultsKhem Raj2020-11-152-1/+41
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poco: Add riscv32 supportKhem Raj2020-11-152-0/+48
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntopng: Link with libatomic on rv32Khem Raj2020-11-151-0/+1
| | | | | | | Fixes build errors e.g. include/c++/10.2.0/bits/atomic_base.h:426: undefined reference to `__atomic_load_8' Signed-off-by: Khem Raj <raj.khem@gmail.com>