aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-11-25paho-mqtt-c: upgrade 1.3.6 -> 1.3.7Adrian Freihofer
Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-25cdrkit: split into more packagesMaciej Pijanowski
Mimic the Debian pacaking scheme to allow for more fine-grained installation choice (install the binaries we need). Moreover, dirsplit was moved to a separate package, as it pulls in perl interpreter. Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-24cdrkit: add native to BBCLASSEXTENDMaciej Pijanowski
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-24canutils,can-utils: Add cansequence to u-a as wellKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-24tcpdump: Patch for CVE-2020-8037viatsk
Signed-off-by: Stacy Gaikovaia <stacy.gaikovaia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-24python3-markupsafe: Fix ptest RDEPENDS and installationTrevor Gamblin
markupsafe's ptest is failing when running meta-python-ptest-image. This is because python3-markupsafe is in oe-core, but the ptests are disabled and so do_install_ptest doesn't actually install them when using the meta-python bbappend for the recipe. This patch adds do_install_ptest and the ptest RDEPENDS to the meta-python version of the recipe so that this works. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23python3-jinja2: Fix ptest RDEPENDS and file installationTrevor Gamblin
jinja2's ptest is failing when running meta-python-ptest-image. This is happening for two reasons: 1) python3-jinja2 is in oe-core, but the ptests are disabled. 2) python3-toml is required for the ptest; Because of #1, do_install_ptest doesn't actually run and so no tests are installed for ptest-runner to use. This patch adds do_install_ptest to the bbappend file for jinja2, and also adds python3-toml to the ptest RDEPENDS so that it will install the tests and run correctly. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23chrony: Upgrade to 4.0Khem Raj
ChangeLog is here [1] Do not install /var/log as it conflicts with basefiles package Collected errors: * check_data_file_clashes: Package chrony wants to install file /var/log But that file is already provided by package * base-files Remove CVE patch since its upstream Forward port arm_eabi.patch patch Make builds reproducible [1] https://chrony.tuxfamily.org/news.html Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23php: remove the failing ${D}/${TMPDIR} codeMax Kellermann
Appending ${TMPDIR} to ${D} doesn't make any sense, because both are absolute paths. And additionally, the code fails: rmdir: failed to remove '/usr/src/oe/tmp-musl/work/core2-64-oe-linux-musl/php/7.1.9-r0/image//usr': Directory not empty Signed-off-by: Max Kellermann <max.kellermann@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23dnf-plugin-tui: Update to the latest versionzhengruoqin
dnf-plugin-tui now needs to clean up the pseudo directory before starting. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
2020-11-23packagegroup-meta-oe: Exclude heaptrack for rv32/rv64Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Sinan Kaya <okaya@kernel.org>
2020-11-23heaptrack: Mark RISCV host incompatibleKhem Raj
Depends on libunwind, which is not yet supported on riscv architecture Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Sinan Kaya <okaya@kernel.org>
2020-11-23heaptrack: Fix build on muslKhem Raj
Improve upon summary and description fields Add PV to the recipe Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Sinan Kaya <okaya@kernel.org>
2020-11-23krb5: upgrade 1.17.1 -> 1.17.2Yi Zhao
License-Update: Update copyright year to 2020. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23nss: upgrade 3.57 -> 3.59Yi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23python3-sortedcontainers: Add recipeKhem Raj
Its needed by python3-numpy pytests Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2020-11-23python3-hypothesis: Add recipeKhem Raj
Its needed by python3-numpy pytests Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2020-11-23python3-pytest: Upgrade to 6.1.2Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2020-11-23python3-toml: Upgrade 0.10.1 -> 0.10.2Leon Anavi
Upgrade to release 0.10.2: - Added toml.dump example to Quick Tutorial - Skip numpy tests when numpy is not available - Bug fix: ids were based on the string, rather than the actual object which causes incorrect detection of circular references - Show meaningful error message for wrong case booleans - Bug fix: broken quoted section name starts with dot 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>
2020-11-23python3-arpeggio: Upgrade 1.9.2 -> 1.10.1Leon Anavi
Upgrade to release 1.10.1: - Fix packaging, exclude examples from wheel 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>
2020-11-23python3-cantools: Upgrade 35.3.0 -> 35.5.0Leon Anavi
Upgrade to release 35.5.0: - Added support for CAN FD in monitor.py cli tool 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>
2020-11-23python3-certifi: Upgrade 2020.6.20 -> 2020.11.8Leon Anavi
Upgrade to release 2020.11.8: - Declare support for Python 3.9 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>
2020-11-23python3-bitarray: Upgrade 1.6.0 -> 1.6.1Leon Anavi
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>
2020-11-23python3-croniter: Upgrade 0.3.35 -> 0.3.36Leon Anavi
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>
2020-11-23python3-diskcache: Upgrade 5.0.3 -> 5.1.0Leon Anavi
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>
2020-11-23python3-gmqtt: Upgrade 0.6.7 -> 0.6.8Leon Anavi
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>
2020-11-23python3-jsonpath-rw: Add recipe for v1.4.0hasan.men
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2020-11-23cpp-netlib: add bitbake recipeSinan Kaya
Adding recipe for cpp-net library. Signed-off-by: Sinan Kaya <okaya@kernel.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23heaptrack: add bitbake recipeSinan Kaya
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>
2020-11-23musl-nscd: Add missing deps on flex and bison during buildKhem Raj
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>
2020-11-23musl-nscd: Replace -fcommon with code patchKhem Raj
The patch fixes the need for -fcommon Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Armin Kuster <akuster808@gmail.com>
2020-11-23unbound: upgrade to 1.12.0Beni
Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23imagemagick: Add NOTICE to collected license textsMark Jonas
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>
2020-11-23collectd: fix the test condition for dash compatibilitySinan Kaya
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>
2020-11-23protobuf: upgrade 3.13.0.1 -> 3.14.0zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23openldap: upgrade 2.4.51 -> 2.4.56zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23modemmanager: upgrade 1.14.6 -> 1.14.8zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23libharu: Fix the packaging bugzangrc
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>
2020-11-23fio: upgrade 3.22 -> 3.24zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23strongswan: upgrade 5.8.4 -> 5.9.1zangrc
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>
2020-11-23rdma-core: upgrade 31.1 -> 32.0zangrc
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-23makedumpfile: upgrade 1.6.7 -> 1.6.8Alexander Kamensky
* 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>
2020-11-23thingsboard-gateway: Move under dynamic layersKhem Raj
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>
2020-11-19tumbler: 0.2.9 -> 0.3.1Kai Kang
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>
2020-11-19xfce4-mailwatch-plugin: 1.2.0 -> 1.3.0Kai Kang
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>
2020-11-19xfce4-weather-plugin: 0.10.1 -> 0.10.2Kai Kang
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>
2020-11-19xfce4-cpufreq-plugin: 1.2.1 -> 1.2.2Kai Kang
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>
2020-11-18libsocketcan: Update to 0.0.12Mark Jonas
Signed-off-by: Mark Jonas <toertel@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-18traceroute: set VPATHMingli Yu
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>
2020-11-18python3-pykwalify: Do not unset _PYTHON_SYSCONFIGDATA_NAMEKhem Raj
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>