summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* nano: upgrade 8.1 -> 8.2Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | Changelog: ========== - At a Yes-No prompt, beside Y and the localized initial for "Yes", also ^Y is accepted. Similarly, ^N for "No", and ^A for "All". - A text-highlighting bug with Alt+Home/Alt+End is fixed. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libspiro: upgrade 20221101 -> 20240903Wang Mingyu2024-09-101-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libbpf: upgrade 1.4.5 -> 1.4.6Wang Mingyu2024-09-101-2/+2
| | | | | | | | | | Changelog: =========== - BPF skeleton forward compatibility fix - BTF endianness inheritance bug fix Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.385 -> 0.387Wang Mingyu2024-09-101-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: upgrade 2.8.5 -> 2.8.7Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== - Lots of fixes to unix sockets. - The addition of unix stream sockets to Windows. - Unix datagram and seqpacket sockets are now supported. - For older systems and newer systems whose pselect() operation is non-atomic (BSDs, MacOS) there were race conditions and some issues. Most should all be fixed now. - For MacOS and later BSDs, kevent() is now supported. - External threads doing gensio calls will now have their signal masks fixed up to work properly with gensio. - gtlsshd was not working on MacOS Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak-xdg-utils: upgrade 1.0.5 -> 1.0.6Wang Mingyu2024-09-101-1/+1
| | | | | | | | | | | Changelog: ========== - flatpak-spawn now supports --sandbox-a11y-own-name (if supported by portal) - flatpak-spawn prints a useful error when --host isn't permitted - fixed minor leak in flatpak-spawn Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.1.20240825.0 -> 6.1.20240908.0Wang Mingyu2024-09-101-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opengl-es-cts,vulkan-cts: Upgrade recipes to 3.2.11.0 and 1.3.9.2Khem Raj2024-09-0913-398/+199
| | | | | | | | - Drop patches which are upstreamed. - Move common patches to files/ dir - Use gcc to compile for now as it does not work with clang+libc++ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opentelemetry-cpp: Fix build with clang-19Khem Raj2024-09-092-1/+58
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: Correct the configuration optionsPeter Kjellerstedt2024-09-091-6/+5
| | | | | | | | | | | | | | | | | | | | | * Remove -DENABLE_ZLIB=ON (it is no longer optional). * Replace -DENABLE_CMS=lcms2 with -DENABLE_LCMS=ON. * Replace the splash PACKAGECONFIG with boost (splash is no longer optional). * Correct the options for the nss and tiff PACKAGECONFIGs. This avoids the following CMake warnings: Manually-specified variables were not used by the project: ENABLE_CMS ENABLE_SPLASH ENABLE_ZLIB WITH_NSS3 WITH_TIFF Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freeipmi: Add recipeKhem Raj2024-09-092-0/+74
| | | | | | Its needed bt netdata 1.47+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-cpp: Move to tip of 1.4.x branchKhem Raj2024-09-091-3/+4
| | | | | | | - User git submodule fetcher - Disable building examples and enable MQTT C module Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poco: Drop RISCV patchKhem Raj2024-09-092-63/+2
| | | | | | | - Its not needed since GCC 13.2 onwards - Switch to poco-1.13.3 branch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imx-cst: Add recipeFabio Estevam2024-09-091-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a recipe for the i.MX CST (Code Signing Tool) version 3.4.0. The Code Signing Tool is used for secure boot implementation on i.MX devices. Example on how to use the CST tool to sign U-Boot on i.MX5/i.MX6/i.MX7: https://source.denx.de/u-boot/u-boot/-/blob/master/doc/imx/habv4/guides/mx6_mx7_secure_boot.txt Example on how to use the CST tool to sign U-Boot on i.MX8M: https://source.denx.de/u-boot/u-boot/-/blob/master/doc/imx/habv4/guides/mx8m_spl_secure_boot.txt Multiple layers include the imx-cst package and offer their version of the recipes: - meta-freescale - meta-secure-imx - meta-phytec and probably more. The idea of having imx-cst in meta-oe is to centralize and maintain the efforts in a single location. Move the existing imx-cst recipe from meta-freescale recipe to meta-oe. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: Fix build with libc++ 19Khem Raj2024-09-052-0/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | As noted in the libc++ 19 release notes [1], std::char_traits<> is now only provided for char, char8_t, char16_t, char32_t and wchar_t, and any instantiation for other types will fail. This causes nodejs-20 to fail to compile with clang 19 and libc++ 19, resulting in errors similar to: /usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined template 'std::char_traits<unsigned short>' 820 | static_assert(is_same<_CharT, typename traits_type::char_type>::value, | ^ ../deps/v8/src/inspector/string-16.h:114:28: note: in instantiation of template class 'std::basic_string<unsigned short>' requested here 114 | std::basic_string<UChar> m_impl; | ^ /usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here 23 | struct _LIBCPP_TEMPLATE_VIS char_traits; | ^ Upstream v8 has fixed this in commit 182d9c05e78 [2], so add it as a backported patch, until the next version of node is released. [1] https://libcxx.llvm.org/ReleaseNotes/19.html#deprecations-and-removals [2] https://chromium.googlesource.com/v8/v8.git/+/182d9c05e78 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: Upgrade to 24.09.0 releaseKhem Raj2024-09-056-1504/+17
| | | | | | Drop backported patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: fix build on sysvinitYoann Congal2024-09-051-0/+6
| | | | | | | | | | | | | | | | | | Polkit unconditionally installs a systemd service, remove it in do_install() on SysVinit systems to avoid "installed but not packaged file" error. Fixes this error: ERROR: polkit-125-r0 do_package: QA Issue: polkit: Files/directories were installed but not shipped in any package: /usr/lib/systemd /usr/lib/systemd/system /usr/lib/systemd/system/polkit.service Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. polkit: 3 installed and not shipped files. [installed-vs-shipped] ERROR: polkit-125-r0 do_package: Fatal QA errors were found, failing task. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: Switch PAM files to common-*Yoann Congal2024-09-052-1/+55
| | | | | | | | | | | | | | Add a new OS option to polkit meson: "openembedded" and use this to set PAM include to common-* which matches OE-Core libpam. This also may fix a non-reproducibility since polkit meson system tried to detect the host (compiling) OS and changed PAM config from the detected value. Fixes: https://github.com/openembedded/meta-openembedded/issues/860 Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: create flag flag file for adbd at a proper locationDmitry Baryshkov2024-09-052-2/+2
| | | | | | | | | | | | | | | | The patches by Raghuvarya changed the location of the file that systemd uses to check whether to start the adbd or not. However those patches completely ignored creating those two flag files, as done by the android-tools recipes. Make the android-tools create the /etc/usb-debugging-enabled file so that it's possible to enable the adbd automatically. Fixes: a29c6386d576 ("android-toold-adbd: Fix inconsistency between selinux configurations") Fixes: 8106cfe769aa ("android-tools-adbd.service: Change /var to /etc in ConditionPathExists") Cc: Raghuvarya S <quic_raghuvar@quicinc.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-cpp: Upgrade to 1.4.1 releaseKhem Raj2024-09-042-35/+29
| | | | | | | License file LICENSE is added, therefore use that for checksums license still remains same. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* etcd-cpp-apiv3: Fix build with gprc 2.66+Khem Raj2024-09-042-0/+34
| | | | | | | | | | | | GPR_ASSERT is removed from latest gprc Fixes | /home/pokybuild/yocto-worker/meta-oe/build/build/tmp-glibc/work/core2-64-poky-linux/etcd-cpp-apiv3/0.15.4/git/src/v3/Action.cpp: In member function 'void etcdv3::Action::waitForResponse()': | /home/pokybuild/yocto-worker/meta-oe/build/build/tmp-glibc/work/core2-64-poky-linux/etcd-cpp-apiv3/0.15.4/git/src/v3/Action.cpp:101:5: error: 'GPR_ASSERT' was not declared in this scope | 101 | GPR_ASSERT(got_tag == (void*) this); | | ^~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nmap: Upgrade to 7.95Khem Raj2024-09-045-1811/+6
| | | | | | | | | License-Update: Use full file for checksum ( COPYING -> LICENSE ) Use system libpcre Drop py3 support patches, its default now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cryptsetup: upgrade 2.7.4 -> 2.7.5Yi Zhao2024-09-041-1/+1
| | | | | | | | Release Notes: https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/v2.7.5-ReleaseNotes Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* README.md: discourage use of GitHub pull request systemDmitry Baryshkov2024-09-041-0/+4
| | | | | | | | | Sending patches via GH results in the reviews of a lesser quality. Discourage its usage and point out that developers should use emails only. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-115: fix build with clang and libc++ 19Khem Raj2024-09-033-0/+68
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grpc: Upgrade to 1.66.1 releaseKhem Raj2024-09-031-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webkitgtk3: Fix build with latest clangKhem Raj2024-09-032-0/+238
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ltrace: Switch to gitlab SRC_URIKhem Raj2024-09-037-421/+37
| | | | | | | | The github mirror was a stopgap, now ltrace is hosted on gitlab/cespedes drop already applied patches upstream. Add a patch to fix VLAs Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdbi-perl: upgrade 1.643 -> 1.644Changqing Li2024-09-023-61/+32
| | | | | | | | | | | | * License-Update: Update years * Remove CVE-2014-10402.patch since it is not need for this version, refer [1] * Backport a patch [1] https://metacpan.org/dist/DBI/view/Changes#Changes-in-DBI-1.632-9th-Nov-2014 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cleanup after polkit fixMarkus Volk2024-09-014-44/+4
| | | | | | | | | This commit removes the need to fix polkit permissions: https://git.openembedded.org/meta-openembedded/commit/?h=master-next&id=d5e90541f8e35916abc930b2da6de037b23d51a1 That allows to do some cleanup Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: upgrade 20.16.0 -> 20.17.0J. S.2024-09-013-2/+2
| | | | | | | | | | | | | | | | commit c1ddc60fd25456da07d8402c89157c4354fde5ac Author: Jason Schonberg <schonm@gmail.com> Date: Wed Aug 21 17:40:03 2024 -0400 License change - remove highlight.js https://github.com/nodejs/node/commit/1c5fe040a0a73b483cc3e3fef76efe2d1712205b Changelog : https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.17.0 nodejs: upgrade 20.16.0 -> 20.17.0 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpv: Fix typo in x11 optionRyan Eatmon2024-08-311-1/+1
| | | | | | | Fixing the spelling of disabled for the x11 option. Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flatbuffers: provide nativesdk supportAkash Hadke2024-08-301-1/+1
| | | | | | | | nativesdk support is needed in some of the projects for codegeneration Signed-off-by: Nisha Parrakat <nisha.m.parrakat@bmw.de> Signed-off-by: Akash Hadke <akash.hadke27@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcab: fix buildpaths QA issueMartin Jansa2024-08-302-5/+38
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcab: keep buildpaths QA issue as a warningMartin Jansa2024-08-301-1/+3
| | | | | | | | | | | | | | | | INSANE_SKIP:gcab-src doesn't work with multilib where the package is named ${PN}-src (e.g. lib32-gcab-src) and it's better to just lower buildpaths from ERROR_QA to WARN_QA instead of skipping it completely, because it's still an issue which should be fixed (at least to improve hashserv efficiency if you don't care about reproducibility itself) The backport to scarthgap from: https://lists.openembedded.org/g/openembedded-devel/message/111739 should IMHO be just reverted there as buildpaths QA issues aren't fatal in scarthgap. Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xerces-c: fix buildpaths QA issueMartin Jansa2024-08-302-5/+61
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpm: fix buildpaths QA issueMartin Jansa2024-08-301-0/+4
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpv: Upgrade to 0.38.0 releaseKhem Raj2024-08-292-44/+68
| | | | | | | | https://github.com/mpv-player/mpv/releases migrate to using meson build system Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplacebo: Add recipeKhem Raj2024-08-291-0/+22
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uutils-coreutils: disable buildpaths errorEtienne Cordonnier2024-08-291-0/+3
| | | | | Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pegtl: add ptest supportAlexandre Truong2024-08-293-2/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test added to the fast-list. Result of ptest-runner: root@qemux86-64:~# ptest-runner pegtl START: ptest-runner 2024-08-29T13:57 BEGIN: /usr/lib/pegtl/ptest PASS: src/test/pegtl/pegtl-test-action_enable PASS: src/test/pegtl/pegtl-test-action_match PASS: src/test/pegtl/pegtl-test-actions_one [...] PASS: src/test/pegtl/pegtl-test-utf8_general PASS: src/test/pegtl/pegtl-test-visit PASS: All 128 tests passed DURATION: 4 END: /usr/lib/pegtl/ptest 2024-08-29T13:57 STOP: ptest-runner TOTAL: 1 FAIL: 0 NB: two tests are being skipped with a exception raised as support is disabled Exception support disabled, skipping test... PASS: src/test/pegtl/pegtl-test-internal_file_mapper Exception support disabled, skipping test... PASS: src/test/pegtl/pegtl-test-internal_file_opener Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lastlog2: remove recipe since it has been merged into util-linuxWang Mingyu2024-08-291-36/+0
| | | | | | | | The lastlog2 has been merged into util-linux: https://github.com/thkukuk/lastlog2/commit/60bea9dcee0fa18ea3dce0372a14f5e4f177ada6 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Upgrade to 10.11.9 releaseKhem Raj2024-08-285-216/+1
| | | | | | | Drop upstreamed patches Fixes build with fmt11 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sanlock: upgrade 3.9.3 -> 3.9.4Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | | | | | | | Changelog: =========== - fix time calculations for dead host - change paxos_acquire error for initial host state - fix for lver that was abandoned in dblock - terminate helper path and args - fix freeing lvb after io timeout - add sysusers file - rem_lockspace EBUSY when orphans exist - fix SANLK_ACQUIRE_ORPHAN_ONLY Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: upgrade 8.2406.0 -> 8.2408.0Wang Mingyu2024-08-283-9/+9
| | | | | | | | | | | | | | | | Changelog: ============ - omkafka enhance: write Kafka log with level ERROR or higher into errorfile - net subsusytem bugfix: some config statemens were not accepted - new "ossl" crypto provider - imtcp: improve connection error messages 0001-tests-disable-the-check-for-inotify.patch use-pkgconfig-to-check-libgcrypt.patch refreshed for 8.2408.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: upgrade 16.3 -> 16.4Wang Mingyu2024-08-282-4/+4
| | | | | | | | 0003-configure.ac-bypass-autoconf-2.69-version-check.patch refreshed for 16.4 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcsc-tools: upgrade 1.7.1 -> 1.7.2Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== - 191 new ATRs - provide meson configuration file - improve pcsc_scan Windows support - Use Ctrl-C also on Windows - Windows can also use option -n - better output on Windows dumb terminals - minor fixes and improvements - Initialize the reader state structure to 0 - smartcard_list: Add D-Trust Card 5.1/5.4 card Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | | | | Changelog: ========== * Use lower serial bits to differentiate proxy / client serials, and handle non-monotonically increasing serials better. * Fix various GVariant reference leaks * Don't require talk permission for broadcast rules * Support sdbus clients Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libei: upgrade 1.2.1 -> 1.3.0Wang Mingyu2024-08-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libbytesize: upgrade 2.10 -> 2.11Wang Mingyu2024-08-281-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ============ - remove dependency on python3-six and python2 crumbs - dist: Fix release number in spec - Squashed 'translation-canary/' changes from 4d4e65b..5bb8125 - ci: Bump actions/checkout from v3 to v4 - Rename 'master' branch to 'main' - ci: Set custom release number for Packit - ci: Update CentOS Stream repositories for Packit - ci: Add dependabot to automatically update GH actions - Update translation files - Translated using Weblate - infra: bump actions/upload-artifact from 3 to 4 - tests: remove unnecessary bash dependency Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>