summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
...
* ostree: replace libsoup-2.4 by curlMarkus Volk2022-12-101-3/+3
| | | | | | | like it is done in fedora Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: Fix multilib buildsLei Maohui2022-12-081-1/+1
| | | | | | | | | | | | | | Recover ${nonarch_libdir}/${BPN}-1 into FILES:${PN} to fix install do_package error when multilib is enabled. Fixes ERROR: polkit-122-r0 do_package: QA Issue: polkit: Files/directories were installed but not shipped in any package: /usr/lib/polkit-1/polkit-agent-helper-1 /usr/lib/polkit-1/polkitd Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. polkit: 2 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minio: Disable on mipsKhem Raj2022-12-051-1/+2
| | | | | | | It does not build due to CGO building in shared mode and needing PIC but somewhere it needs to be fixed to build. Until then disable it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libreport: Inherit python3targetconfigKhem Raj2022-11-301-1/+1
| | | | | | So it uses cross python3-config tool instead of native Signed-off-by: Khem Raj <raj.khem@gmail.com>
* volume-key: Inherit python3targetconfigKhem Raj2022-11-301-1/+1
| | | | | | | | | | | | | | | | | It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native python3-config which ends up adding native python3 include paths which might work out ok but is exposed when target is 32bit + lfs enabled, the headers don't match between native and target python and compile fails e.g. | In file included from /mnt/b/yoe/master/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/volume-key/0.3.12-r0/recipe-sysroot-native/usr/include/python3.11/Python.h:38: | /mnt/b/yoe/master/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/volume-key/0.3.12-r0/recipe-sysroot-native/usr/include/python3.11/pyport.h:601:2: error: "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)." | #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)." | ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fixup! wxwidgets: 3.1.5 -> 3.2.1Kai Kang2022-11-281-1/+1
| | | | | | | | The config file name is based on which package config among gtk, qt and no_gui is enabled. Fix it in do_install script. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: update 98 -> 102Markus Volk2022-11-2814-217/+118
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: add recipe for v122Markus Volk2022-11-281-0/+49
| | | | | | | autotools buildsystem has been dropped Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: fix selinux policy rebuild error on first deploymentYi Zhao2022-11-252-0/+45
| | | | | | | | | Backport a patch to fix selinux policy rebuild error on first deployment. See: https://github.com/ostreedev/ostree/issues/2758 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Update boinc from 7.18.1 to 7.20.4Gianfranco Costamagna2022-11-233-77/+3
| | | | | | | | Drop patches now upstream, or deprecated due to gtk3 switch 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>
* wxwidgets: 3.1.5 -> 3.2.1Kai Kang2022-11-236-115/+145
| | | | | | | | | | | | | Upgrade wxwidgets from 3.1.5 to 3.2.1. * rename respect-DESTDIR-when-create-link.patch that DESTDIR has considerred by upstream and only create symlink with relative path * rebase patches to replace wxPLATFORM_LIB_DIR with LIB_SUFFIX * split .so files to -dev package to fix [dev-so] qa error * fix host contamination Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: add runtime dependency bubblewrap for PACKAGECONFIG[selinux]Yi Zhao2022-11-231-1/+1
| | | | | | | | | | Since 2022.3, ostree has a runtime dependency on bubblewrap when enable selinux feature[1]. [1] https://github.com/ostreedev/ostree/commit/edb4f3893474736156c654aa43bdbf3784991811 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpwquality: set correct pam plugin directoryYi Zhao2022-11-231-4/+5
| | | | | | | | | | | | | | | | | | | | Set pam plugin directory to ${base_libdir}/security as this is the default setting in pam recipe. Before the patch: root@qemux86-64:~# echo "password requisite pam_pwquality.so retry=3" >> /etc/pam.d/common-password root@qemux86-64:~# passwd passwd: Module is unknown passwd: password unchanged After the patch: root@qemux86-64:~# echo "password requisite pam_pwquality.so retry=3" >> /etc/pam.d/common-password root@qemux86-64:~# passwd New password: Retype new password: Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* byacc: upgrade 20220128 -> 20221106Wang Mingyu2022-11-141-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openwsman: Change download branch from master to main.Wang Mingyu2022-11-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minio: add recipe for minio clientSakib Sajal2022-11-073-0/+877
| | | | | | | | | MinIO Client (mc) provides a modern alternative to UNIX commands like ls, cat, cp, mirror, diff, find etc. It supports filesystems and Amazon S3 compatible cloud storage service (AWS Signature v2 and v4). Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libzip: Add native supportJoshua Watt2022-10-281-0/+2
| | | | | | | | Native tools may link against libzip, so extend it to be a native recipe also. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sanlock: upgrade 3.8.4 -> 3.8.5Wang Mingyu2022-10-242-20/+1
| | | | | | | | setuptools.patch removed since it's included in 3.8.5. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 7.0.4 to 7.0.5Changqing Li2022-10-141-1/+1
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jansson: Default to shared buildsAlex Kiernan2022-10-031-0/+2
| | | | | | | | The change to cmake changed the default to static builds (there doesn't appear to be a way to ask for both). Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jansson: Backport linker flag fixesAlex Kiernan2022-10-032-0/+30
| | | | | | | Fix overwriting linker flags. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jansson: Honour multilib pathsAlex Kiernan2022-10-032-1/+66
| | | | | | | | | | | | | | | | | | | | | | When multilib is enabled, builds fail during package_qa: ERROR: jansson-2.14-r0 do_package: QA Issue: jansson: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libjansson.a /usr/lib/pkgconfig /usr/lib/cmake /usr/lib/pkgconfig/jansson.pc /usr/lib/cmake/jansson /usr/lib/cmake/jansson/janssonTargets-noconfig.cmake /usr/lib/cmake/jansson/janssonConfig.cmake /usr/lib/cmake/jansson/janssonConfigVersion.cmake /usr/lib/cmake/jansson/janssonTargets.cmake Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. jansson: 10 installed and not shipped files. [installed-vs-shipped] ERROR: jansson-2.14-r0 do_package: Fatal QA errors were found, failing task. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jansson: use cmake instead of autotoolsMarkus Volk2022-09-281-1/+1
| | | | | | | | | | This fixes build with clang and lld linker | x86_64-poky-linux-ld.lld: error: unknown argument '--default-symver' | clang-15: error: linker command failed with exit code 1 (use -v to see invocation) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit: refresh patchChen Qi2022-09-271-15/+15
| | | | | | | Refresh patch to avoid QA issue about patch fuzz. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: build with USE_SYSTEMD=yes when systemd is enabledOvidiu Panait2022-09-232-2/+7
| | | | | | | | | | | | | Compile redis with full systemd support when the chosen init system is systemd. Enabling systemd supervision allows redis to communicate the actual server status (i.e. "Loading dataset", "Waiting for master<->replica sync") to systemd, instead of declaring readiness right after initializing the server process. Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: update 8.2206->8.2208Zheng Qiu2022-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | | Package changes mainly include performance improvements to template processing/json, imptcp, additional functions to openssl, bug fixes and additional/updated tests: https://github.com/rsyslog/rsyslog/blob/master/ChangeLog ptest results for qemux86-64 with kvm and increasing filesystem space to 5GB using IMAGE_ROOTFS_EXTRA_SPACE : Version | Passed | Failed | Skipped 8.2206 | 465 | 0 | 5 8.2208 | 465 | 1 | 5 The test imfile-statefile-delete.sh is failed because state file still exists while it should be deleted. Already reported to rsyslog developers. Signed-off-by: Zheng Qiu <zheng.qiu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Make graph dependencies optionalAndres Beltran2022-09-211-2/+4
|
* libcec: fix runtime dependencies for ${PN}-examplesMartin Jansa2022-09-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | * cec-client doesn't link with libcec, but uses LibCecInitialise to dlopen libcec, so do_package cannot add the runtime dependency automatically * fixes: root@rpi4:# cec-client -l libcec.so.6: cannot open shared object file: No such file or directory root@rpi4:# cecc-client -l libcec.so.6: cannot open shared object file: No such file or directory libcec.so.6: cannot open shared object file: No such file or directory libcec/6.0.2-r0 $ objdump -p ./build/src/cec-client/cec-client-6.0.2 | grep NEEDED NEEDED libncurses.so.5 NEEDED libtinfo.so.5 NEEDED libstdc++.so.6 NEEDED libgcc_s.so.1 NEEDED libc.so.6 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: upgrade 2.27 -> 2.28wangmy2022-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Fix typos lvm: Fix bd_lvm_get_supported_pe_sizes in Python on 32bit tests: Create bigger devices for XFS tests tests: Use ext instead of xfs in MountTestCase.test_mount_ro_device mpath: Memory leak fix spec: Require the same version utils from plugins mdraid: Try harder to get container UUID in bd_md_detail Add a test case for DDF arrays/containers mdraid: Do not ignore errors from bd_md_canonicalize_uuid in bd_md_examine mdraid: Try harder to get container UUID in bd_md_examine mdraid: Fix copy-paste error when checking return value tests: Wait for raid and mirrored LVs to be synced before removing tests: Make smaller images for test_lvcreate_type dm: Fix comparing DM RAID member devices UUID mdraid: Fix use after free ci: Add .lgtm.yaml config for LGTM ci: Add GitHub actions for running rpmbuilds and csmock mpath: Fix potential NULL pointer dereference Fix mismatched functions return value type Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-91: backport a python 3.11 compatibility patchAlexander Kanavin2022-09-142-0/+212
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: disable python support as incompatible with python 3.11Alexander Kanavin2022-09-141-0/+1
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsigrockdecode: add python 3.11 compatibilityAlexander Kanavin2022-09-141-2/+2
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* collectd: add a python PACKAGECONFIG, off by defaultAlexander Kanavin2022-09-141-0/+1
| | | | | | | This resolves python 3.11 errors as well. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-91: update to 91.13.0Alexander Kanavin2022-09-141-1/+1
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: Fix build on muslKhem Raj2022-09-111-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: Disable lto.Khem Raj2022-09-072-2/+39
| | | | | | | lto does not work always. Its enabled only in civetweb and no where else. Fow cosnsitent builds disable it everywhere. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcb: Include config.h before using CONFIG_ERROR_HKhem Raj2022-09-071-15/+12
| | | | | | Fix use before definition case. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: Disable gnu extention of strerror_r when using muslKhem Raj2022-09-051-0/+5
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Drop redundant patchKhem Raj2022-09-052-43/+1
| | | | | | | Instead of applying one and then reverting it via another patch, its better to apply SRC_URI:remove on the original patch for x86 (32bit) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* enscript: Include string.h form str* function prototypesKhem Raj2022-09-052-0/+28
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uml-utilities: Add missing headers for exit and str+ functionsKhem Raj2022-09-052-0/+65
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* scsirastools: Pass -D_LARGEFILE64_SOURCE via CFLAGSKhem Raj2022-09-051-2/+1
| | | | | | It uses lseek64 which is enabled only with this macro Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hplip: Upgrade to 3.22.6Khem Raj2022-09-059-76/+354
| | | | | | | Add fix to remove python2 need. Add fixes to build with clang+musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgxim: Enable debug modeKhem Raj2022-09-051-1/+1
| | | | | | | This helps compile because it uses gdk_x11_atom_to_xatom_for_display() in libgxim/gximcore.c unconditionally but guards use of gdk/gdkx.h via GNOME_ENABLE_DEBUG Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sanlock: Add missing prototype for mem* functionsKhem Raj2022-09-052-0/+42
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcb: Add missing headers file for clang/muslKhem Raj2022-09-052-0/+152
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcc: Fix build with clangKhem Raj2022-09-052-0/+81
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libx86: Fix pointer typecasting in assignmentKhem Raj2022-09-052-0/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pam-ssh-agent-auth: Fix __progname configure checkKhem Raj2022-09-052-0/+38
| | | | | | | This check needs to include stdio.h for printf() API to work otherwise test fails. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcb: Fix AC_CHECK_LIB tests for various librariesKhem Raj2022-09-052-0/+73
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>