summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* xfstests: add new recipeVyacheslav Yurkov2022-05-291-0/+61
| | | | | | | File system QA test suite Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: Fix patch fuzzKhem Raj2022-05-291-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: Link with libatomic for rv32Khem Raj2022-05-281-0/+1
| | | | | | | Fixes libsdbus-c++.so.1.1.0: undefined reference to `__atomic_load_8' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* conntrack-tools: fix postinst scriptAdrian Freihofer2022-05-281-0/+1
| | | | | | | | | | | | | | Fix error caused by postinst script of conntrack-tools: do_rootfs: Postinstall scriptlets of ['conntrack-tools'] have failed... Configuring ... rootfs//var/lib/opkg/info/conntrack-tools.postinst: line 2: setcap: command not found conntrack-tools.postinst returned 127, marking as unpacked only... Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: rrecommends on liberation-fontsKai Kang2022-05-281-0/+2
| | | | | | | | There will be tofos in output pictures without any font, so make graphviz rrecommends on liberation-fonts. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libportal: add distro features checkKai Kang2022-05-281-1/+3
| | | | | | | | Add distro features check for libportal because it depends on gtk+3 which requires one of ${GTK3DISTROFEATURES}. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* unattended-upgrades: Disable auto-detecting modulesKhem Raj2022-05-282-0/+29
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ubi-utils-klibc: Disable lzo compression by defaultKhem Raj2022-05-281-1/+2
| | | | | | | | This is still available if needed, however its obsolete and lzo has been removed from oe-core, if needed add meta-oe to layer mix and enable this in packageconfigs Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Fix i386 Clang buildsArmin Kuster2022-05-281-0/+2
| | | | | Signed-off-by: Armin Kuster <akuster808@gmial.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: update to 10.7.4Armin Kuster2022-05-264-180/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LTS version, bugfix only update. Drop clang-64bit-atomics.patch as the patched code was removed in this update. https://github.com/MariaDB/server/commit/cf483a7766d0730872232fdedd727d30a493fe29 Includes these CVES: CVE-2022-27458 CVE-2022-27457 CVE-2022-27456 CVE-2022-27455 CVE-2022-27452 CVE-2022-27451 CVE-2022-27449 CVE-2022-27448 CVE-2022-27447 CVE-2022-27446 CVE-2022-27445 CVE-2022-27444 CVE-2022-27387 CVE-2022-27386 CVE-2022-27384 CVE-2022-27383 CVE-2022-27382 CVE-2022-27381 CVE-2022-27380 CVE-2022-27379 CVE-2022-27378 CVE-2022-27377 CVE-2022-27376 Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* duktape: Add ptestNikhil R2022-05-262-1/+53
| | | | | | | | | | | | | | | | | | | | | | The Ptest for duktape executes below tests: 1. hello - a helloworld example is basic compilation test that test the APIs - duk_get_top(), duk_push_c_function(), duk_eval_string() 2. eval - a very simple for evaluating expressions from command line which test the APIs - duk_push_string(), duk_insert(), duk_join(), duk_pop() 3. evloop - a basic eventloop implementation test that test the APIs - duk_is_object(), duk_compile() duk_push_c_function(), duk_safe_call() Test Summary: Execution time = 46 sec Signed-off-by: Nikhil R <nikhil.r@kpit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uinput: new packageBartosz Golaszewski2022-05-263-0/+47
| | | | | | | | Add a recipe for python3-uinput: a python module for controlling the virtual input devices on linux. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* p8platform: unbreak do_populate_sdkMarkus Volk2022-05-261-0/+2
| | | | | | | | | | | Error: Problem: package libcec-dev-6.0.2-r0.corei7_64 requires p8platform-dev, but none of the providers can be installed - conflicting requests - nothing provides p8platform = 2.1.0.1-r0 needed by p8platform-dev-2.1.0.1-r0.corei7_64 (try to add '--skip-broken' to skip uninstallable packages) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* overlayfs-tools: add new recipeVyacheslav Yurkov2022-05-243-0/+106
| | | | | | | | This package provides maintenance tools for OverlayFS, such as vacuum, diff, merge, and deref Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* overlayfs-progs: add new recipeVyacheslav Yurkov2022-05-242-0/+62
| | | | | | | | overlayfs-progs contains fsck.overlay, which is used to check and optionally repair underlying directories of overlay-filesystem. Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-broker: update 29 -> 31Luca Boccassi2022-05-241-1/+1
| | | | | | | | | | Full changelogs: https://github.com/bus1/dbus-broker/releases/tag/v30 https://github.com/bus1/dbus-broker/releases/tag/v31 Signed-off-by: Luca Boccassi <bluca@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mm-common: package the files from ${PN} in ${PN}-dev and use allarchMartin Jansa2022-05-241-0/+16
| | | | | | | | | * based on this bbappend from 2012: https://github.com/openwebos/meta-webos/commit/f4745112438a5ba1913708b6b6ac30234ec8076e time to finally get rid of it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencl-headers: upgrade 2022.01.04 -> 2022.05.18Wang Mingyu2022-05-241-2/+2
| | | | | | | | | Changelog: Add cl_ext_image_from_buffer extension definition (https://github.com/KhronosGroup/OpenCL-Headers/pull/196) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thingsboard-gateway: upgrade 2.9 -> 3.1Wang Mingyu2022-05-241-1/+1
| | | | | | | | Changelog: https://github.com/thingsboard/thingsboard-gateway/releases/tag/3.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smarty: upgrade 4.1.0 -> 4.1.1Wang Mingyu2022-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ========== Security -------- Prevent PHP injection through malicious block name or include file name. This addresses CVE-2022-29221 Fixed ------- Exclude docs and demo from export and composer #751 PHP 8.1 deprecation notices in demo/plugins/cacheresource.pdo.php #706 PHP 8.1 deprecation notices in truncate modifier #699 Math equation max(x, y) didn't work anymore #721 Fix PHP 8.1 deprecated warning when calling rtrim #743 PHP 8.1: fix deprecation in escape modifier #727 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nbdkit: upgrade 1.31.5 -> 1.31.7Wang Mingyu2022-05-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evtest: upgrade 1.34 -> 1.35Wang Mingyu2022-05-243-55/+9
| | | | | | | | | | | 0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch refreshed for new version. add_missing_limits_h_include.patch removed since it's included in 1.35. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libbpf: upgrade 0.7.0 -> 0.8.0Wang Mingyu2022-05-241-1/+1
| | | | | | | | Changelog: https://github.com/libbpf/libbpf/releases/tag/v0.8.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 5.9.20220508.0 -> 5.9.20220515.0Wang Mingyu2022-05-241-1/+1
| | | | | | | | | Changelog: ========== Merge pull request #3383(https://github.com/universal-ctags/ctags/pull/3383) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* babeld: upgrade 1.12 -> 1.12.1Wang Mingyu2022-05-241-1/+1
| | | | | | | | | | | 18 May 2022: babeld-1.12.1 * Implement separate PC values for unicast and multicast, which avoids dropping packets protected by MAC when WiFi powersave is active. * Schedule an interface check just after adding an interface. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-filesystems: fix build issueVyacheslav Yurkov2022-05-241-0/+1
| | | | | | | | | The packagegroup has to be arch dependent to address build failure: ERROR: packagegroup-meta-filesystems-1.0-r0 do_package_write_rpm: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (fuse to libfuse2) ERROR: packagegroup-meta-filesystems-1.0-r0 do_package_write_rpm: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (fuse-dev to libfuse-dev) Signed-off-by: Vyacheslav Yurkov <Vyacheslav.Yurkov@bruker.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: reduce native/nativesdk dependencies; add backport patchMarkus Volk2022-05-242-2/+54
| | | | | | | | | | - pipewire is by default built with lots of dependencies. Reduce them for native/nativesdk - add a backport patch to fix pipewire support in libsdl2 - allow native/nativesdk build Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nbd: update 3.20 -> 3.24Thomas Perrot2022-05-242-4/+6
| | | | | Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jack: allow to build native/nativesdkMarkus Volk2022-05-241-0/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: Remove unnecessary use-urandom.patchJiaqing Zhao2022-05-242-36/+0
| | | | | | | | | | use-urandom.patch sets URANDOM_DEVICE to /dev/urandom when cross compiling, but the same value is also defined in the recipe's compile flags. This patch removes that unnecessary patch and resolves the redefinition warning. Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: move test dependencies to ptest packagePeter Marko2022-05-241-1/+2
| | | | | | | | | | | | This reverts and reworks commit e75cc87c4f944dff766c426fafafd48c378544fe These tools are needed by test-suites, not the package itself. I do not want bash (gpl3) or python (big/lot of dependencies) in my release image when I have ptest enabled in my distro for sdk/testing image. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs-oe-cache-native: initial checkinEnrico Scholz2022-05-202-0/+98
| | | | | | | | | | | | | This implements an 'npm cache add' like functionality but allows to specify the key of the data and sets metadata which are required to find the data. It is used to cache information as done during 'npm install'. Keyformat and metadata are nodejs version specific. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmtp: Add doxygen-native dependency in case documentation build is enabled ↵Gianfranco2022-05-201-1/+1
| | | | | | | | in PACKAGECONFIG. This fixes a FTBFS due to missing dependency. 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>
* sdbus-c++: Link with libatomic on mips/ppc32Khem Raj2022-05-201-0/+5
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Gianfranco Costamagna <locutusofborg@debian.org>
* sdbus-c++: Bump version from 1.00 to 1.1.0Gianfranco2022-05-203-2/+57
| | | | | | | | Cherry-pick upstream commit 7f437a6e06d2ec3abd3e2fd1101ab6aab386bc44 to fix build 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>
* sdbus-c++-libsystemd: Bump SRCREV to last commit of 250-stable branchGianfranco2022-05-201-1/+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>
* speedtest-cli: drop the recipeBartosz Golaszewski2022-05-191-14/+0
| | | | | | | | | This is the same project as the one in the python3-speedtest-cli recipe in meta-python except that the other one is downloaded from pypi. Drop this recipe. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-traitlets: upgrade 5.1.1 -> 5.2.0wangmy2022-05-191-2/+2
| | | | | | | | License-Update: remove extra spaces. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
* python3-awesomeversion : add recipewangmy2022-05-191-0/+9
| | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
* python3-aiohue: upgrade 3.0.11 -> 4.4.1wangmy2022-05-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add dependence: python3-awesomeversion Changelog from 3.0.11 to 4.4.1 ============================== Switch to limit per host on tcp connector Delay initializing workaround dict Bump black from 21.12b0 to 22.1.0 Put back asyncio-throttle because still in use for v1 API Mac address got lost in translation Update to final models and fix parser errors Fix python 3.9 compatibility Fix typo in button events handler Add diagnostics feature Small follow up fix in event logic Allow motion sensor state to be null/none when sensor is disabled Add basic tests Fix float int conversion Fix race condition(s) while adding/removing a light/device Loosen up a bit on parser errors Fix button workaround Add setting effect feature on light Add missing parameters to the grouped_light set_state Fix typo in default enum member Add timed effects feature to light Add support for aggregated grouped_lights commands Hide dependencies in release-drafter Fix and cleanup of button workaround code Fix typo in timed effects featur Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>
* python3-qface: upgrade 2.0.7 -> 2.0.8Samuli Piippo2022-05-171-1/+1
| | | | | | | Adds compatibility with antlr4 version 4.10. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* phpmyadmin: upgrade 5.1.3 -> 5.2.0wangmy2022-05-161-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========= * Removed support for Microsoft Internet Explorer * Requires PHP 7.2 or newer * Requires the openssl PHP extension * Improved handling of system CA bundle and cacert.pem, falling back to Mozilla CA if needed * Replace "master/slave" terms with "primary/replica" * Add "NOT LIKE %...%" operator to Table search * Add support for the Mroonga engine * Add support for account locking * Several fixes and improvements to the SQL parser library Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: upgrade 14.2 -> 14.3wangmy2022-05-162-4/+4
| | | | | | | | 0001-configure.ac-bypass-autoconf-2.69-version-check.patch refreshed for new version. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: upgrade 8.1.5 -> 8.1.6wangmy2022-05-161-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: upgrade 2.4.0 -> 2.5.0wangmy2022-05-164-153/+4
| | | | | | | | | | | | | | | | | | file://0001-This-patch-fixed-include-dir-to-usr-include-.-Obviou.patch file://CVE-2021-29338.patch file://CVE-2022-1122.patch removed since they're included in 2.5.0 Changelog: ========== No API/ABI break compared to v2.4.0, but additional symbols for subset of components decoding (hence the MINOR version bump). Encoder: add support for generation of TLM markers Decoder: add support for high throughput (HTJ2K) decoding. Decoder: add support for partial bitstream decoding Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 5.9.20220501.0 -> 5.9.20220508.0wangmy2022-05-161-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nbdkit: upgrade 1.31.2 -> 1.31.5wangmy2022-05-161-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk4: upgrade 4.6.3 -> 4.6.4wangmy2022-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overview of Changes in 4.6.4, 13-05-2022 ======================================== * GtkFileChooser: - Fix select button sensitivity in select_folder mode - Fix some fallout from list model porting * GtkListView, GtkColumnView: - Optimize scrolling * print-to-file: - Handle nonexisting files better in the dialog * Avoid infinite loops in size allocation * CSS: - Optimize a case of reparenting that is important in GtkListView * GSK: - Check for half-float support before using it * Wayland: - Ignore empty preedit updates This fixes a problem with textview scrolling - Freeze popups when hidden. This addresses a frame rate drop * Translation updates Hebrew Nepali Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inotify: new packageBartosz Golaszewski2022-05-162-0/+15
| | | | | | | | | | We have a recipe for python3-pyinotify (not to be confused with the recently added python3-pyfanotify) but this project has been abandoned years ago. There's another - still maintained - project called simply inotify on pypi and this adds the recipe for it. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bats: upgrade 1.6.0 -> 1.6.1Diego Sueiro2022-05-162-154/+3
| | | | | | | | | | | | | | | | | | | | | | | | The 1.6.1 incorporates the 0001-Fix-status-in-teardown-overriding-exit-code.patch backport patch. Changelog: ========== Fixed: ------ prevent teardown, teardown_file, and teardown_suite from overriding bats' exit code by setting $status (e.g. via calling run) (#581, #575) CRITICAL: this can return exit code 0 despite failed tests, thus preventing your CI from reporting test failures! The regression happened in version 1.6.0. Documentation: -------------- corrected invalid documentation of run -N (had =N instead) (#579) CRITICAL: using the incorrect form can lead to silent errors. See issue #578 for more details and how to find out if your tests are affected. Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>