aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
AgeCommit message (Collapse)Author
2023-07-28webkitgtk3: add recipeMarkus Volk
- Change the meta-gnome recipes to use the gtk3 variant of webkitgtk - Import gcr3 recipe from oe-core Most Gnome recipes require webkitgtk built with gtk+3. oe-core is in the process of updating webkitgtk to be built with gtk4. It will be necessary to add a recipe that provides the gtk+3 variant, or we wont be able to use e.g. geary with gmail addresses or provide google integration for gnome-calendar or nautilus/files. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-27cve_check: convert CVE_CHECK_IGNORE to CVE_STATUSAndrej Valek
- Try to add convert and apply statuses for old CVEs - Drop some obsolete ignores, while they are not relevant for current version Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-27mstpd: Add initial recipe for mstpdWilly Tu
This adds the mstpd package, a daemon implementing RSTP and MSTP protocols in place of the kernel STP implementation. Signed-off-by: Willy Tu <wltu@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-27rsyslog: update from 8.2302.0 to 8.2306.0Nicolas Marguet
ptest results for qemux86-64/kvm Version | Passed | Failed | Skipped 8.2302.0 | 471 | 0 | 5 8.2306.0 | 472 | 0 | 5 Signed-off-by: Nicolas Marguet <nicolas.marguet@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-25wtmpdb: add new recipeWang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-25lastlog2: add new recipeWang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-24openwsman: Link with -lm to get floor() definitionKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-23bitwise: Upgrade 0.43 -> 0.50Ramon Fried
Signed-off-by: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-23dlt-daemon: Add patch to fix build with googletest 1.13Gianfranco Costamagna
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>
2023-07-20redis: upgrade 7.0.11 -> 7.0.12Wang Mingyu
Changelog: ========== -Re-enable downscale rehashing while there is a fork child (#12276) -Fix possible hang in HRANDFIELD, SRANDMEMBER, ZRANDMEMBER when used with <count> (#12276) -Improve fairness issue in RANDOMKEY, HRANDFIELD, SRANDMEMBER, ZRANDMEMBER, SPOP, and eviction (#12276) -Fix WAIT to be effective after a blocked module command being unblocked (#12220) -Avoid unnecessary full sync after master restart in a rare case (#12088) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20redis-plus-plus: upgrade 1.3.9 -> 1.3.10Wang Mingyu
Changelog: Fix TLS support on async interface Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20redis: upgrade 6.2.12 -> 6.2.13Wang Mingyu
Changelogg: ========== Re-enable downscale rehashing while there is a fork child Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20hiredis: upgrade 1.1.0 -> 1.2.0Wang Mingyu
Changelog: ========== ##New Features - Add sdevent adapter - Allow specifying the keepalive interval - Add RedisModule adapter - Helper for setting TCP_USER_TIMEOUT socket option ##Bug Fixes - Fix a typo in b6a052f. - Fix wincrypt symbols conflict - Don't attempt to set a timeout if we are in an error state. - Accept -nan per the RESP3 spec recommendation. - Fix colliding option values - Ensure functionality without '_MSC_VER' definition ##Maintenance - Add a test for the TCP_USER_TIMEOUT option. - Add -Werror as a default. - CI: Update homebrew Redis version. - Fix typo in makefile. - Write a version file for the CMake package - CMakeLists.txt: respect BUILD_SHARED_LIBS - Cmake static or shared - fix typo - Add a test ensuring we don't clobber connection error. - Search for openssl on macOS Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-14libyang: Fix install conflict when enable multilib.Wang Mingyu
Error: Transaction test error: file /usr/include/libyang/config.h conflicts between attempted installs of libyang-dev-2.1.55-r0.core2_64 and lib32-libyang-dev-2.1.55-r0.i686 The differences of config.h are as follows: @@ -27,8 +27,8 @@ /** plugins */ #define LYPLG_SUFFIX ".so" #define LYPLG_SUFFIX_LEN (sizeof LYPLG_SUFFIX - 1) -#define LYPLG_TYPE_DIR "/usr/lib/libyang/types" -#define LYPLG_EXT_DIR "/usr/lib/libyang/extensions" +#define LYPLG_TYPE_DIR "/usr/lib64/libyang/types" +#define LYPLG_EXT_DIR "/usr/lib64/libyang/extensions" Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-10flatpak: update dependenciesMarkus Volk
- use system bubblewrap and xdg-dbus-proxy instead of building subprojects - fix seccomp PACKAGECONFIG Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07hwloc: upgrade 2.9.1 -> 2.9.2Wang Mingyu
Changelog: =========== * Don't forget L3i when defining filters for multiple levels of caches with hwloc_topology_set_cache/icache_types_filter(). * Fix object total_memory after hwloc_topology_insert_group_object(). * Fix the (non-yet) exporting in synthetic description for complex memory hierarchies with memory-side caches, etc. * Fix some default size attributes when building synthetic topologies. * Fix size units in hwloc-annotate. * Improve bitmap reallocation error management in many functions. * Documentation improvements: + Better document return values of functions. + Add "Error reporting" section (in hwloc.h and in the doxygen doc). + Add FAQ entry "What may I disable to make hwloc faster?" + Improve FAQ entries "Why is lstopo slow?" and "I only need ..., why should I use hwloc?" + Clarify how to deal with cpukinds in hwloc-calc and hwloc-bind manpages. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07minifi-cpp: Fix build with clang 17Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07sblim-sfcc: Fix build with clang17Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-01ostree: Upgrade 2023.4 -> 2023.5Alex Kiernan
Drop upstreamed __off_t patch. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-27libzip: upgrade 1.9.2 -> 1.10.0Wang Mingyu
Changelog: =========== * Make support for layered sources public. * Add `zip_source_zip_file` and `zip_source_zip_file_create`, deprecate `zip_source_zip` and `zip_source_zip_create`. * Allow reading changed file data. * Fix handling of files of size 4294967295. * `zipmerge`: copy extra fields. * `zipmerge`: add option to keep files uncompressed. * Switch test framework to use nihtest instead of Perl. * Fix reading/writing compressed data with buffers > 4GiB. * Restore support for torrentzip. * Add warnings when using deprecated functions. * Allow keeping files for empty archives. * Support mbedTLS>=3.3.0. * Support OpenSSL 3. * Use ISO C secure library functions, if available. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-21*.patch: add Upstream-Status to all patchesMartin Jansa
There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-20ostree: Upgrade 2023.3 -> 2023.4Alex Kiernan
Drop upstreamed gpg_strerror_r fix. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-19redis-plus-plus: upgrade 1.3.8 -> 1.3.9Wang Mingyu
0001-CMakeLists.txt-fix-substitution-for-static-libs.patch refresh for new version Changelog: =========== Fix async interface bug More built-in commands support for AsyncRedis Fix incorrect hiredis static lib dependency when building with TSL Breaking change: make HSET related methods return long long instead of bool Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-17libplist_2.3.0: compile fix for versionPatrick Williams
On CentOS9 it can be observed that that PACKAGE_VERSION variable in the configure script ends up having multiple lines, which causes the rest of the package to fail to compile. This has already been fixed upstream and is the commit immediately after the 2.3.0 tag. Rather that backport the patch simply increment the SRCREV to incorporate the fix. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14redis: use the files path correctlyChen Qi
Recipes are not expected to set FILESPATH directly, they are expected to use FILESEXTRAPATH. I can see the seting of FILESPATH in this recipe only wants to find redis-7 specific patches and files. This could be easily achieved by using redis-7.0.11/ directory to hold all those files. Using FILESPATH in this way removes the possibility of overriding some files (e.g., the redis service file) from other layers via FILESEXTRAPATH:prepend, which is kind of a common practice and is actually working for basically all other recipes. This is because we have: meta/classes-global/base.bbclass:FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/${BP}", "${FILE_DIRNAME}/${BPN}", "${FILE_DIRNAME}/files"], d)}" And FILESEXTRAPATH is handled in base_set_filespath. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14libqb: upgrade 2.0.6 -> 2.0.7Wang Mingyu
Changelog: =========== lib: Fix some small bugs spotted by newest covscan (#471) ipc: Retry receiving credentials if the the message is short (#476) timer: Move state check to before time check (#479) tests: Close race condition in check_loop (#480) blackbox: fix potential overlow/memory corruption (#486) tests: Make ipc test more portable (#466) tests: cleanup the last of the empty directories (#467) doxygen2man: Fix function parameter alignment (#468) tests: Fix tests on FreeBSD-devel (#469) test: Remove gnu/lib-names.h from libstat_wrapper.c (#482) tests: allow -j to work (#485) Update -version info for 2.0.7 Add --disable-tests option (#475) configure: Modernize configure.ac a bit (#470) spec: Migrate to SPDX license (#487) add simplified chinese readme (#474) m4/ax_pthread.m4: update to latest upstream version (serial 31) (#472) strlcpy: avoid compiler warning from strncpy (#473) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14sblim-sfcb: Fix build with lld linkerKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14ostree: Fix build errors found with lld linkerKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-05dlt-daemon: apply rename of genivi to covesaAlexander Mohr
On october 5th 2021 genivi was rebranded to covesa. This commit applies this name change to the recipe of dlt-daemon Signed-off-by: Alexander Mohr <alexander.m.mohr@mercedes-benz.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-30ostree: Add soup3 PACKAGECONFIG, rename soup to soup2Alex Kiernan
libsoup3 is now supported by ostree, add `soup2` to select the deprecated libsoup2 library and `soup3` for libsoup3. Drop `--disable-glibtest` from PACKAGECONFIG as it does nothing (nor does it appear to have ever done anything). Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-28minio: Ignore from world buildsKhem Raj
Needs fixing with go 1.20.4+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26libleak: Upgrade to 0.3.6Khem Raj
Do not overwrite cflags when calling make on libwuya Fixes WARNING: libleak-1.0+gitAUTOINC+ea2bb608ae-r0 do_package_qa: QA Issue: File /usr/lib/.debug/libleak.so in package libleak-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26sgpio: Pass CFLAGS to makeKhem Raj
Ensures all compiler options are passed to build Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25ostree: upgrade 2023.2 -> 2023.3Wang Mingyu
Changelog: ========== configure: post-release version bump treegen: Require at least one mutation ci: Turn off errors for deprecated-declarations ci: Drop workaround for fedora-release-container rust: Bump MSRV to 1.64 build-sys: Squash automake conditional warning re '.PHONY' Add clang formatting infrastructure lib: clang-format 'ostree.h' tree-wide: Fix various include ordering issues lib: Fix one include clang-format: Don't align backslashes tree-wide: Run clang-format ci: Validate clang-format tests/inst: Add xshell and use it in one place tests: Ensure real GIO backends aren't used ci: Add test configuration with soup3 fetcher/soup3: Rewrite without threads fetcher: add libsoup3 backend lib/sysroot-cleanup: Convert bootdir listing to dfd-relative lib/sysroot-cleanup: Make some static utility functions global lib/sysroot-cleanup: Drop dead code lib/sysroot-cleanup: Factor out bootfs cleanup lib/sysroot-cleanup: Make bootfs cleanup function global libotutil: add utility functions for calculating directory size lib/sysroot-deploy: Nuke 'finalize-failure.stamp' on successful finalization tests/kola: delete unused .gitignore tests/kolainst: Add 'make localinstall' lib/sysroot-deploy: Add experimental support for automatic early prune configure: post-release version bump lib/fetcher: Add some debugging messages to the libsoup request path Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-25minifi-cpp: Remove references to buildpaths in generated filesKhem Raj
bison/flex emits line directives which can be safely removed from generated files. agent_version.h is generated by cmake which has build information like compiler and cflags etc. which contains buildpaths too, therefore replace real workdir with <WORKDIR> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-24beep: remove unused linux-input.patchMartin Jansa
* it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=19c244dd39b9896eed9d7d8a2a033e60839cff86 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-23hplip: remove redundant FILES:${PN}-dbgRoss Burton
These files will be automatically packaged so there's no need to package them manually. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-23hplip: build against libusb1Ross Burton
Build against the maintained libusb1 instead of the obsolete libusb-compat. Update the patch to use pkg-config so that it does the correct linkage too. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-23hiredis: add ptestPeter Bergin
Use internal test from hiredis project as ptest. If ptest is in DISTRO_FEATURES tests are enabled default but can be handled individually through PACKAGECONFIG. Test config 'testssl' requires 'ssl' option but is not enabled default as the redis recipe does not build it with ssl support. Tested on qemux86_64 and qemuarm64. Signed-off-by: Peter Bergin <peter.bergin@windriver.com> Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-23hiredis: change dependency to redisPeter Bergin
hiredis package builds fine without the dependency to redis. Using hiredis on target without redis is quite useless and instead adding redis as a run-time dependency. Signed-off-by: Peter Bergin <peter.bergin@windriver.com> Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-23hiredis: uprev to 1.1.0Peter Bergin
Upgrade to revision 1.1.0. Make use of PACKAGECONFIG to configure ssl support. In version 1.1.0 the library is built as both dynamic and static. Signed-off-by: Peter Bergin <peter.bergin@windriver.com> Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-23redis-plus-plus: uprev to 1.3.8Peter Bergin
Removed patch now applied upstream. Signed-off-by: Peter Bergin <peter.bergin@windriver.com> Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-23redis-plus-plus: introduce fix for library detectionPeter Bergin
When building static library a substitution for library name was bad. Reported in https://github.com/sewenew/redis-plus-plus/issues/486 and detected when building new version of hiredis that also builds a static library. Signed-off-by: Peter Bergin <peter.bergin@windriver.com> Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-23redis-plus-plus: clean up recipe and make use of packageconfigPeter Bergin
Remove unneeded statements in the code. Align with style guide. Introduce PACKAGECONFIG for ssl and test. Remove QA warning. Signed-off-by: Peter Bergin <peter.bergin@windriver.com> Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-23uml-utilities: Fix references to TMPDIRKhem Raj
Pass CFLAGS from environment Fixes WARNING: uml-utilities-20040406-r1 do_package_qa: QA Issue: File /usr/lib/uml/.debug/port-helper in package uml-utilities-dbg contains reference to TMPDIR Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-23lockfile-progs: Pass DEBUG_PREFIX_MAP optionsKhem Raj
This recipe overrides normal CFLAGS which loses the prefix rewrite options, add them manually. Fixes File /usr/bin/.debug/mail-lock in package lockfile-progs-dbg contains reference to TMPDIR Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-20libgxim: add autoconf-archive-native DEPENDSRoss Burton
This can be satisfied via transitive dependencies, but make it an explicit DEPENDS. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-20libblockdev: clean up DEPENDSRoss Burton
If you try to build libblockdev with an empty PACKAGECONFIG then the configure fails. Add autoconf-archive, glib-2.0, and udev; these were implicitly pulled in via other dependencies. Move kmod to DEPENDS as it's a hard requirement. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-20libblockdev: add PACKAGECONFIG for toolsRoss Burton
Add another PACKAGECONFIG for the tools option. As this builds a binary in what is primarily a library package, also inherit lib_package so the tools are packaged in libblockdev-bin. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-15etcd: don't hardcode /usr/lib in do_installMartin Jansa
* I don't know anything about etcd including why we need these binaries duplicated in libdir and bindir, but use ${libdir} instead of hardcoded /usr/lib to fix do_install with multilib enabled when libdir is /usr/lib64 and it was failing with: DEBUG: Executing shell function do_install ls: cannot access 'etcd/3.5.7-r0/build/bin/linux_arm64/': No such file or directory install: cannot stat 'etcd/3.5.7-r0/image/usr/lib/go/src/go.etcd.io/etcd/v3/bin/etcd': No such file or directory WARNING: exit code 1 from a shell command. * the error from ls is unrelated, fixed in: https://lists.openembedded.org/g/openembedded-core/message/181269 * also reported on github: https://github.com/openembedded/meta-openembedded/pull/616 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>