summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* clinfo: upgrade 3.0.21.02.21 -> 3.0.23.01.25alperak2024-01-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: 748c393 (tag: 3.0.23.01.25) Version 3.0.23.01.25 6ffc5f4 Keep track of the known flags 8a259ee Mark ARM extensions as such 315a45f Fix some extended versioning support fd78db3 cl_khr_mutable_dispatch 89581d9 Sempahore KHR extensions support 6dedc29 cl_khr_external_memory support 9e770d9 Cleanup and add TODO 3bb2d68 cl_intel_unified_shared_memory support 120b67c cl_khr_command_buffer support a38c9cc Update cl_arm_scheduling_controls support b43aa37 cl_intel_device_attribute_query support 5b0ebba cl_intel_command_queue_families support c8de099 Option to handle the NULL platform like a normal one a6862eb Correctly size some variables 62bbef9 Fix typo: comfornace d6f189d Makefile: Define and use `MAN1DIR` 95051d9 Makefile: Support staged installs with `DESTDIR` a2d2cfb Makefile: Simplify by removing targets and move them to install target 7870355 Revert "Makefile: Support staged installs with `DESTDIR`" a3729b0 Properly indent NV execution properties 77b4693 Don't fetch array values when there aren't any efdb0f0 Show ICD loader properties even if no platforms are present a10af94 Older NVIDIA drivers don't support CL_DEVICE_PCI_DOMAIN_ID_NV a5bda6d Makefile: Support staged installs with `DESTDIR` 72a1ee2 Some more ext vs (next) core things aabec89 Add missing extension checks 20b7053 cl_arm_controlled_kernel_termination support 11201e9 cl_khr_pci_bus_info support 78c53d0 Fix string buffer used to report error e36ff2b Support cl_arm_scheduling_controls d34bc1a (tag: 3.0.21.02.21) Version 3.0.21.02.21 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcppkafka: Update to tip of trunkKhem Raj2024-01-042-34/+8
| | | | | | Fix the PV to point to last release + git as 0.4.0 is unreleased yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
* onig: upgrade 6.9.8 -> 6.9.9alperak2024-01-041-1/+1
| | | | | | | | | | | | | | Changelog: * Update Unicode version 15.1.0 * NEW API: ONIG_OPTION_MATCH_WHOLE_STRING * Fixed: (?I) option was not enabled for character classes (Issue #264). * Changed specification to check for incorrect POSIX bracket (Issue #253). * Changed [[:punct:]] in Unicode encodings to be compatible with POSIX definition. (Issue #268) * Fixed: ONIG_OPTION_FIND_LONGEST behavior Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usleep: Make the version consistentMingli Yu2024-01-041-0/+0
| | | | | | | | | | | | | | | | | | | | | | The package version is inconsistent as below: # rpm -qa | grep usleep usleep-1.0-r0.core2_64 # usleep --version usleep version 1.2 usleep --help for more info And there is below logic in meta-oe/recipes-core/usleep/files/usleep.c. if (showVersion) { printf("usleep version 1.2\n usleep --help for more info\n"); return 0; } So update the PV value to make the version consistent. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* picocom: Update to 2023-04Fabio Estevam2024-01-042-123/+4
| | | | | | | | | | Update to the 2023-04 version. Use the the new upstream repository and drop the fix that has been upstreamed. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* krb5: use PACKAGE_BEFORE_PNEnrico Scholz2024-01-041-21/+21
| | | | | | | | | | | The 'krb5-config' tool should be in ${PN}-dev (as intented by binconfig class). Use PACKAGE_BEFORE_PN for extra packages so that -dev is handled before -user. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-cov: add missing python3-coverage dependencyRichard Leitner2024-01-041-0/+1
| | | | | | | | | | | | | As reported by "pip3 check" python3-pytest-cov depends on python3-coverage: $ pip3 check pytest-cov 4.1.0 requires coverage, which is not installed. This patch fixes this problem by adding python3-coverage to RDEPENDS Signed-off-by: Richard Leitner <dev@g0hl1n.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf-c: upgrade 1.4.1 -> 1.5.0Peter Marko2024-01-041-2/+2
| | | | | | | | | | | | | Current hash pointed to version with code already indentical to v1.5.0, it was just missing three formal release commits: a15d80a Bump copyright years to 2023 6600fd5 Bump version to 1.5.0 8c201f6 CHANGELOG.md: 1.5.0 License-Update: copyright years refreshed Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic-core: upgrade 2.14.5 -> 2.14.6Wang Mingyu2024-01-041-1/+1
| | | | | | | | Changelog: fix memory leak with recursive definitions creating reference cycles Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* srecord: fix install prefixIlya A. Kriveshko2024-01-032-1/+33
| | | | | | | | | | srecord's CMakeLists.txt was unconditionally setting CMAKE_INSTALL_PREFIX for non-WIN32 builds, which caused it to ignore OE-supplied prefix that contained the sysroot portion of the path. Fixed by setting the prefix only if it wasn't explicitly provided. Signed-off-by: Ilya A. Kriveshko <iillyyaa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ssd1306_git.bb: Add ssd1306_linuxLeon Anavi2024-01-022-0/+74
| | | | | | | | | | | | | | | | | | | | | Add ssd1306_linux, a simple OLED I2C SSD1306 Linux driver based on the i2c library libi2c from i2c-tools. Example usage for a compatible display with resolution 128x64 pixels: ssd1306_bin -n 1 -I 128x64 ssd1306_bin -n 1 -c ssd1306_bin -n 1 -r 0 ssd1306_bin -n 1 -x 1 -y 1 ssd1306_bin -n 1 -l "Hello World" Pending GitHub pull request to the upstream of the project: https://github.com/armlabs/ssd1306_linux/pull/4 After fixing the upstream 0001-Use-include-filename.patch should be removed from the recipe. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keepalived: Move the sample configuration files to a separate packageJordan Crouse2024-01-021-0/+4
| | | | | | | | | | | By default keepalived installs a bunch of sample configurations to /etc/keepalived/samples. These are good demonstrations but will almost certainly not apply to any real world situation. Move the sample files to a separate package. Signed-off-by: Jordan Crouse <jorcrous@amazon.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* collectd: Remove rrdtool from DEPENDSJordan Crouse2024-01-021-1/+1
| | | | | | | | | | | The core collectd tool does not require rrdtool to build. There are some configurable options that do need rrdtool but they are already properly adding the dependency in PACKAGECONFIG. This saves building half a dozen other libraries that wouldn't otherwise be present on a headless or server style target. Signed-of-by: Jordan Crouse <jorcrous@amazon.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* i2cdev_git: Remove AUTHOR fieldFabio Estevam2024-01-021-1/+0
| | | | | | | | | | The AUTHOR field is no longer used in generating packages. It may also create a possible confusion with the recipe maintainer name, so let's remove it. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpaper: upgrade 2.1.0 -> 2.1.2alperak2024-01-021-1/+1
| | | | | | | | | | | | | | | Changelog: ==== 2.1.2 ==== * This release contains a change only to the tests, which improves the detection of glibc. ==== 2.1.1 ==== * Fixes the -N flag of paperconf. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* v4l-utils: Add PACKAGECONFIG for v4l2-tracer to fix determinstic buildRobert Yang2024-01-021-1/+4
| | | | | | | | | | | Fixed do_package error when json-c is in the build dependencies chain: ERROR: QA Issue: -dev package libv4l-dev contains non-symlink .so '/usr/lib/libv4l2tracer.so' [dev-elf] This recipe builds out files such as av4l1compat.so v4l2convert.so and libv4l2tracer.so which are not symlinks. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thingsboard-gateway: upgrade 3.4.3.1 -> 3.4.4Wang Mingyu2024-01-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qpdf: upgrade 11.6.4 -> 11.7.0Wang Mingyu2024-01-021-1/+1
| | | | | | | | Changelog: https://qpdf.readthedocs.io/en/stable/release-notes.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydot: upgrade 1.4.2 -> 2.0.0Wang Mingyu2024-01-021-1/+1
| | | | | | | | | | | | | | | | | Changelog: ============= - Broken parsing caused by `pyparsing` updates fixed. With this, the pydot project rises from the dead. - (Internal) CI Modernized and clarified the development process. - Reorganized package/module structure. - Reorganized exception hierarchy - API (minor): Renamed the first parameter of the parser functions - Test suite option '--no-check'. - Drop support for Python 2 and Python < 3.7. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gspread: upgrade 5.12.3 -> 5.12.4Wang Mingyu2024-01-021-1/+1
| | | | | | | | | | Changelog: =========== -Bump actions/setup-python from 4 to 5 -Fixed default value of merge_type parameter in merge_cells function docstring. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask: upgrade 2.3.3 -> 3.0.0Wang Mingyu2024-01-021-1/+1
| | | | | | | | | | | | | | | Changelog: ============ -Remove previously deprecated code. -Deprecate the __version__ attribute. Use feature detection, or importlib.metadata.version("flask"), instead. -Restructure the code such that the Flask (app) and Blueprint classes have Sans-IO bases. -Allow self as an argument to url_for. -Require Werkzeug >= 3.0.0. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.3.4 -> 7.4.0Wang Mingyu2024-01-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: upgrade 39.4.1 -> 39.4.2Wang Mingyu2024-01-021-1/+1
| | | | | | | | Changelog: Fix range check with negative scalings Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* plocate: upgrade 1.1.19 -> 1.1.20Wang Mingyu2024-01-021-1/+1
| | | | | | | | | | | | | | Changelog: ========== - Fix updatedb writing incomplete .db files under Termux. - Make the systemd timer run more consistently during the night. - Add an (undocumented) flag --ignore-visibility to plocate, giving the equivalent of building the database with --require-visibility no. Drops setgid, of course, so you will usually need to be root to use it. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-netaddr: upgrade 0.9.0 -> 0.10.0Wang Mingyu2024-01-021-1/+1
| | | | | | | | Changelog: https://netaddr.readthedocs.io/en/latest/changes.html#release-0-10-0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis-plus-plus: upgrade 1.3.10 -> 1.3.11Wang Mingyu2024-01-021-1/+1
| | | | | | | | | | | | | Changelog: ========== -Fix redlock to make multiple threads be able to lock on the same RedMutex -Asynchronously update slot-node mapping in some edge cases -Use weak_ptr to avoid joining EvenLoop thread in itself -Support setting connection name -Support shard pub/sub Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imapfilter: upgrade 2.8.1 -> 2.8.2Wang Mingyu2024-01-021-1/+1
| | | | | | | | | | | Changelog: =========== - Add IMAP support for UTF-8 (RFC 6855) when "charset" is set to "UTF-8" - Don't use FETCH FAST macro use for better compatibility - Bug fix; recovery mechanism error on Lua 5.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* squid: upgrade 6.5 -> 6.6Wang Mingyu2024-01-021-1/+1
| | | | | | | | | | | | | | | | | | Changelog: =========== - Bug 5328: Fix ESI build with libxml2 v2.12.0 - Bug 5319: QOS Netfilter MARK preservation is always disabled - Bug 5318: peer_digest.cc:399: "fetch->pd && receivedData.data" - Bug 5317: FATAL attempt to read data from memory - Bug 5154: Do not open IPv6 sockets when IPv6 is disabled - FTP: Ignore credentials with a NUL-prefixed username - log_db_daemon: Fix DSN construction - Limit the number of allowed X-Forwarded-For hops - Do not update StoreEntry expiration after errorAppendEntry() - improve handling of response sending errors Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libssh: upgrade 0.10.5 -> 0.10.6Wang Mingyu2024-01-023-13/+9
| | | | | | | | | | | | | | | | | | 0001-libgcrypt.c-Fix-prototype-of-des3_encrypt-des3_decry.patch 0001-tests-CMakeLists.txt-do-not-search-ssh-sshd-commands.patch refreshed for 0.10.6 Changelog: ========== * Fix CVE-2023-6004: Command injection using proxycommand * Fix CVE-2023-48795: Potential downgrade attack using strict kex * Fix CVE-2023-6918: Missing checks for return values of MD functions * Fix ssh_send_issue_banner() for CMD(PowerShell) * Avoid passing other events to callbacks when poll is called recursively (#202) * Allow @ in usernames when parsing from URI composes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* feh: upgrade 3.10.1 -> 3.10.2Wang Mingyu2024-01-021-1/+1
| | | | | | | | Changelog: * Fix crash in right-click / menu rendering code on some distributions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exiftool: upgrade 12.71 -> 12.72Wang Mingyu2024-01-021-1/+1
| | | | | | | | | | | | | | | | | | Changelog: =========== - Added read support for AAC audio files - Added a new QuickTime Keys Android tag - Added a number of new values for some Ricoh GR III tags - Decode timed metadata from Intsa360 Ace Pro MP4 videos - Decode GPSDateTime milliseconds in timed Insta360 metadata - Decode timed metadata from INNOV K5 TS videos - Decode a number of new GoPro timed-metadata tags - Decode a few new Xiaomi EXIF tags - Fixed writing of JPG/ARW images from some newer Sony models to preserve HiddenData Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.0.20231224.0 -> 6.1.20231231.0Wang Mingyu2024-01-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cglm: upgrade 0.9.1 -> 0.9.2Wang Mingyu2024-01-021-1/+1
| | | | | | | | | | | | Changelog: =========== -add aabb2d -add euler to quat functionality -add new subtraction family of vector functions -many others improvements and bugfixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* audit: reenable python bindings and bring in distutils via setuptools ↵Alexander Kanavin2024-01-011-2/+2
| | | | | | | (needed with python 3.12) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnvme: upgrade 1.6 -> 1.7.1alperak2024-01-012-72/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Patch dropped because it is already available in the new version. Changelog: ====== 1.7.1 ====== * The v1.7 contains a bug in the sysfs scan topology code which could double free some memory. As this is a very common code path to execute, it's worth to get this fix out fast. ======= 1.7 ======= * allocated payloads aligned * refactoring and improvements of RAE handling in get log pages * auto cleanup of resources * build instruction update and improving build situation for older distros * support for TP8018 * use sysfs only for topology scan The last point addresses a long standing problem. Whenever 'nvme list' is used it could add error log entries for certain devices. With the corresponding kernel changes this will not happen anymore. It also unlocks some possible new features. Note this depends on the upcoming 6.8 kernel. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vsomeip: upgrade 3.3.8 -> 3.4.10Yi Zhao2024-01-016-27/+98
| | | | | | | | | | | ChangeLog: https://github.com/COVESA/vsomeip/releases/tag/3.4.10 * Refresh patches * Fix build for lld Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mraa: Update to latest tip of trunkKhem Raj2023-12-315-34/+80
| | | | | | | Drop already applied patch. Fix build with latest musl while here. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hplip: provide setuptools for the distutils copyAlexander Kanavin2023-12-311-1/+1
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kmod: remove the recipeAlexander Kanavin2023-12-312-16/+0
| | | | | | | | | Not compatible with cython 3.x, and has been inactive for years: https://pypi.org/project/kmod/#description https://github.com/agrover/python-kmod Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upm: get disutils copy via setuptoolsAlexander Kanavin2023-12-311-1/+1
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rwmem: fix python modules packagingAlexander Kanavin2023-12-311-1/+1
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mercurial: ensure setuptools is present as distutils is no longer (mercurial ↵Alexander Kanavin2023-12-311-1/+1
| | | | | | | tries both) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mongodb: skip until python 3.12 fixes are available.Alexander Kanavin2023-12-311-0/+2
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cockpit: add setuptools dependency to bring in distutils copyAlexander Kanavin2023-12-311-1/+1
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsigrokdecode: add python 3.12 supportAlexander Kanavin2023-12-311-1/+1
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openipmi: update 2.0.32 -> 2.0.34Alexander Kanavin2023-12-317-109/+16
| | | | | | | | | | This resolves dependency on removed python distutils in particular. openipmi-remove-host-path-from-la_LDFLAGS.patch is removed as issue is fixed upstream. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: update 4.0.10 -> 4.2.0Alexander Kanavin2023-12-316-148/+73
| | | | | | | This resolves python 3.12 issues. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nmap: disable ndiffAlexander Kanavin2023-12-311-1/+1
| | | | | | | | | In 7.80 this requires distutils (no longer provided in python 3.12). This may be resolved in newer nmap versions, so if you care about it please provide a version update: https://nmap.org/dist/ Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-oslash: removeAlexander Kanavin2023-12-311-22/+0
| | | | | | | Not compatible with python 3.12; dead upstream (no activity since 2020). Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jsonrpcserver: removeAlexander Kanavin2023-12-312-24/+0
| | | | | | | No activity in over a year, and depends on oslash, which has had no activity since 2020. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>