summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* lmsensors: do not pull in unneeded perl modules for run-time dependenciesmickledore-netBeniamin Sandu2023-08-031-2/+3
| | | | | | Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* yasm: fix CVE-2023-31975Polampalli, Archana2023-07-252-0/+30
| | | | | | | | | | | | | | | yasm v1.3.0 was discovered to contain a memory leak via the function yasm_intnum_copy at /libyasm/intnum.c. References: https://nvd.nist.gov/vuln/detail/CVE-2023-31975 https://github.com/yasm/yasm/issues/210 Upstream patches: https://github.com/yasm/yasm/commit/b2cc5a1693b17ac415df76d0795b15994c106441 Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* yaml-cpp: Fix cmake exportJasper Orschulko2023-07-252-0/+118
| | | | | Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gnulib: Update SRC_URIMingli Yu2023-07-251-1/+1
| | | | | | | Update the SRC_URI to fix the do_fetch warning. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* dialog: Update the SRC_URIMingli Yu2023-07-251-1/+1
| | | | | | | Update the SRC_URI to fix the do_fetch error. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nodejs: upgrade 18.14.2 -> 18.16.1Polampalli, Archana2023-07-254-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | Refresh 0001-Disable-running-gyp-files-for-bundled-deps.patch against 18.16.1 License-Update: Add missing licenses for Ada [1] BSD, Simduf [2] BSD, posteject [3] MIT [1] https://github.com/nodejs/node/commit/0bc4c17e5705ea042cda392343d7301bb91873ed [2] https://github.com/nodejs/node/commit/c9845fc3341fcdce298ad7f1630e329d71a6e746 [3] https://github.com/nodejs/node/commit/4aaec0726694ad0d3cb05d7f2593a90363c32f32 The list of the CVEs are fixed in this relase: CVE-2023-30581 CVE-2023-30585 CVE-2023-30588 CVE-2023-30589 CVE-2023-30590 https://github.com/nodejs/node/releases/tag/v18.16.1 https://github.com/nodejs/node/releases/tag/v18.16.0 https://github.com/nodejs/node/releases/tag/v18.15.0 Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libgpiod: modify RDEPENDS for ptestJoe Slater2023-07-251-1/+1
| | | | | | | | | | | | | | | | The current use of RDEPENDS to add a dependency on bats results in the QA warning/error lib32-libgpiod package lib32-libgpiod-ptest-dev - suspicious values 'bats-dev' in RRECOMMENDS [multilib] when building lib32-libgpiod with ptest not enabled. We add the dependency only if ptest is enabled. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 9904bd6a24ed9327bd05926ba28f9c2ea49e34dd) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* c-ares: upgrade 1.19.0 -> 1.19.1Chee Yang Lee2023-07-162-91/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://c-ares.org/changelog.html c-ares version 1.19.1 - May 22 2023 Security: CVE-2023-32067. High. 0-byte UDP payload causes Denial of Service CVE-2023-31147 Moderate. Insufficient randomness in generation of DNS query IDs CVE-2023-31130. Moderate. Buffer Underwrite in ares_inet_net_pton() CVE-2023-31124. Low. AutoTools does not set CARES_RANDOM_FILE during cross compilation Bug fixes: Fix uninitialized memory warning in test Turn off IPV6_V6ONLY on Windows to allow IPv4-mapped IPv6 addresses ares_getaddrinfo() should allow a port of 0 Fix memory leak in ares_send() on error Fix comment style in ares_data.h Remove unneeded ifdef for Windows Fix typo in ares_init_options.3 Re-add support for Watcom compiler Sync ax_pthread.m4 with upstream Windows: Invalid stack variable used out of scope for HOSTS path Sync ax_cxx_compile_stdcxx_11.m4 with upstream to fix uclibc support Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* rabbitmq-c: Fix CVE-2023-35789Chee Yang Lee2023-07-162-1/+134
| | | | | | | affects <= 0.13.0 Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* opencv: Fix for CVE-2023-2617Soumya via2023-06-232-0/+89
| | | | | | | | | | | | | | A vulnerability classified as problematic was found in OpenCV wechat_qrcode Module up to 4.7.0. Affected by this vulnerability is the function DecodedBitStreamParser::decodeByteSegment of the file qrcode/decoder/decoded_bit_stream_parser.cpp. The manipulation leads to null pointer dereference. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-228547. Signed-off-by: Soumya <soumya.sambu@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* opencv: Revert fix runtime dependenciesSandeep Gundlupet Raju 8372023-06-231-1/+1
| | | | | | | | | | | This reverts commit 0abf5af3ffd3d13c009a8ffcd5a6f045c36be837 libopencv-ts package is not empty and libopencv_ts libraries are not all installed in the -dev package, these libraries are needed for sdk development listed in opencv4.pc file. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libgpiod: modify test 'gpioset: toggle (continuous)'Joe Slater2023-06-172-0/+69
| | | | | | | | | | | | | | | Look for level transitions when testing toggling values because using fixed delays to assume value changes is not reliable. Signed-off-by: Joe Slater <joe.slater@windriver.com> Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> cherry-pick from meta-oe/master 45a8bb2620... Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libblockdev: clean up DEPENDSRoss Burton2023-06-171-2/+4
| | | | | | | | | | | | | | 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> (cherry picked from commit f14663746bd519650c8654bbf91971a0a96c109e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libgxim: add autoconf-archive-native DEPENDSRoss Burton2023-06-171-1/+1
| | | | | | | | | | 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> (cherry picked from commit 5fca30d672c291b1af8284d6d5cbfc520c95d4fc) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* glade: add autoconf-archive-native DEPENDSRoss Burton2023-06-171-0/+1
| | | | | | | | | | 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> (cherry picked from commit dbbafeceb4f84625d6eab59c50500b6b8347c613) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* redis: use the files path correctlyChen Qi2023-06-1510-2/+0
| | | | | | | | | | | | | | | | | | | | | 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: Armin Kuster <akuster808@gmail.com>
* c-ares: fix CVE-2023-32067Urade, Yogita t.mo2023-06-152-1/+90
| | | | | | | | | | | | | | | | c-ares is an asynchronous resolver library. c-ares is vulnerable to denial of service. If a target resolver sends a query, the attacker forges a malformed UDP packet with a length of 0 and returns them to the target resolver. The target resolver erroneously interprets the 0 length as a graceful shutdown of the connection. This issue has been patched in version 1.19.1. References: https://nvd.nist.gov/vuln/detail/CVE-2023-32067 https://github.com/c-ares/c-ares/security/advisories/GHSA-9g78-jv2r-p7vc Signed-off-by: Yogita Urade <yogita.urade@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* meta-oe: add pahole to NON_MULTILIB_RECIPESXiangyu Chen2023-06-151-1/+1
| | | | | | | | pahole need to line up with kernel's architectures bitsize, so add it to NON_MULTILIB_RECIPES. Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libbpf: installing uapi headers for native packageXiangyu Chen2023-06-071-0/+5
| | | | | | | using libbpf-native provided headers for pahole-native or other application. Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fftw: Check for TOOLCHAIN_OPTIONS to be non-empty before sed opsKhem Raj2023-06-071-1/+1
| | | | | | | | | | Ensures that we do not apply empty sed expression which might happen when building native recipe Cc: jan vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit fcdb991b8015e77353517fb327d0def2a23b0173) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gnulib: Update recipe name to 2018-12-18schitrod=cisco.com@lists.openembedded.org2023-05-311-0/+0
| | | | | | | | | | | | | | | | | | As per gnulib_2018-03-07 recipe information, SRCREV = "0d6e3307bbdb8df4d56043d5f373eeeffe4cbef3" This revision was committed on "2018-12-18". There is a discrepancy between SRCREV and the recipe version. Which reports "CVE-2018-17942" as unpatched. To report "CVE-2018-17942" as patched, We need to align a recipe name with SRCREV commit date. Signed-off-by: Sanjay Chitroda <schitrod@cisco.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 9edbe7033cc41f4a49f74717cd3146b52588ce22) Signed-off-by: Sanjay Chitroda <schitrod@cisco.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* bats: use baselibJoe Slater2023-05-311-3/+5
| | | | | | | | | | Use sed to change scripts to reference ${baselib}. The former set of scripts modified was incomplete. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 1cc72c41af0c6a55a10be9158a2f856b02a56282) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* sgpio: Pass CFLAGS to makeKhem Raj2023-05-281-0/+1
| | | | | | | | Ensures all compiler options are passed to build Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit eb0878eccffa9e644c5e5a9563353ab1007b5ecd) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libgphoto2: Edit out sysroot from CC variable in configureKhem Raj2023-05-282-6/+49
| | | | | | | | | | | Configure emits HAVE_CC variable to be used in sourcecode and its built from CC env var, CC in OE contains buildpaths in --sysroot option, therefore edit this option out in configure.ac itself and remove all other workarounds to fix this issue in recipe Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit c0a344ab713d213933d59875f74ce89612c877c3) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cgdb: Fix buildpaths emitted into cgdb binaryKhem Raj2023-05-282-1/+36
| | | | | | | | | | | Do not add builddir to search paths for cgdb.txt Fixes WARNING: cgdb-0.8.0-r0 do_package_qa: QA Issue: File /usr/bin/cgdb in package cgdb contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit ee2f57c7c3b489ddaab3343b9501f6257c65dcee) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* freerdp: Fix reference to TMPDIR in libfreerdp2.soKhem Raj2023-05-281-0/+4
| | | | | | | | | Fixes File /usr/lib/libwinpr2.so.2.10.0 in package libfreerdp contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f523a41888cc0958115aaf762ae397d559f47725) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* minifi-cpp: Remove references to buildpaths in generated filesKhem Raj2023-05-281-0/+6
| | | | | | | | | | | | | 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> (cherry picked from commit 0d2df1e4c404fd93ee0095a15db00d17f2321e18) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* openct: Fix buildpaths being emitted into generated types.hKhem Raj2023-05-282-0/+32
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d9fb985b87cd8a8057f77801dde3c556e41e7294) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* uml-utilities: Fix references to TMPDIRKhem Raj2023-05-283-0/+158
| | | | | | | | | | | 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> (cherry picked from commit a1d047bae79fb2a747b204b941aa5af5ada28d6e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libnice: Remove buildpaths from binariesKhem Raj2023-05-282-1/+42
| | | | | | | | | Fixes WARNING: libnice-0.1.21-r0 do_package_qa: QA Issue: File /usr/src/debug/libnice/0.1.21-r0/agent/agent-enum-types.h in package libnice-src contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e34fa43eece60c60b0732ec7a2726ec6489794b9) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mpv: Remove references to builddir from mpv binaryKhem Raj2023-05-281-0/+4
| | | | | | | | | Fixes WARNING: mpv-0.35.1-r0 do_package_qa: QA Issue: File /usr/bin/mpv in package mpv contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 55d92033a2ab1d92e1ff2e03f9e98e3070854154) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mce-inject: Pass CFLAGS to makeKhem Raj2023-05-281-1/+1
| | | | | | | | | | | | This ensures right debug directory remapping options are passed to compiler Fixes WARNING: mce-inject-git-r0 do_package_qa: QA Issue: File /usr/sbin/.debug/mce-inject in package mce-inject-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 9f1f22f95bc5e4e74cc8a4399b2d63ff15303896) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* lirc: Define SH_PATH=/bin/shKhem Raj2023-05-281-1/+1
| | | | | | | | | | | It points to sh provided by HOSTTOOLS in the build systems path Fixes WARNING: lirc-0.10.2-r0 do_package_qa: QA Issue: File /usr/include/lirc/config.h in package lirc-dev contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d112323521083a4369bd8c80e1f860f1ca8ebe8d) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libpeas: Fix reference to TMPDIR in testsKhem Raj2023-05-282-0/+83
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4921a6df059ad474e4451dde587640a3291d74b1) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libmad: Add a patch to pass cflags to buildKhem Raj2023-05-282-0/+48
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0474e0b8705ee2048e92ed5874b83b2535dc9cd2) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* uw-imap: Pass CFLAGS from environmentKhem Raj2023-05-281-1/+1
| | | | | | | | | | | This ensures that -ffile-prefix-map passed to compiler Fixes WARNING: uw-imap-2007f-r0 do_package_qa: QA Issue: File /usr/lib/libc-client.a in package uw-imap-staticdev contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit b6850eab88394f49418affce3c208eecf59d4570) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libusbgx: check scripts in /etc/usbgx.dMing Liu2023-05-281-0/+4
| | | | | | | | | | | | | Sometimes an end user might want to change some values in /sys/kernel/config/usb_gadget/ at runtime, for instance, a product id or serial number must be read from /proc/device-tree, and so on. Support that by letting gadget-start run all scripts in /etc/usbgx.d after importing the schemas. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libusbgx: drop hard-coded /usr/bin,/etcMing Liu2023-05-281-1/+3
| | | | | | | | Drop hard-coded /usr/bin,/etc from gadget-start. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* php: Remove buildpaths from scripts and generated headersKhem Raj2023-05-281-0/+7
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 439239ca9c543b0913de054f01453796e373ac00) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* php: upgrade 8.2.5 -> 8.2.6Wang Mingyu2023-05-281-1/+1
| | | | | | | | | | | | | | | Changelog: ========= Fix inconsistent float negation in constant expressions. Fixed bug GH-8841 (php-cli core dump calling a badly formed function). Fixed bug GH-10737 (PHP 8.1.16 segfaults on line 597 of sapi/apache2handler/sapi_apache2.c). Fixed bug GH-11028 (Heap Buffer Overflow in zval_undefined_cv.). Fixed bug GH-11108 (Incorrect CG(memoize_mode) state after bailout in ??=). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d8ae640c02eebcf6082df40dc3adc0634e1e1ef2) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* minicoredumper: correct the sysvinit service file attributeMingli Yu2023-05-281-1/+1
| | | | | | | | | | | | Add the execute attribute for sysvinit service file to fix the below error: $ service minicoredumper status minicoredumper: unrecognized service Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d477cbb5267f39846d129f27d0f6a7f2b001db7b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* ipmitool: Update linksAlexander Amelkin2023-05-281-3/+3
| | | | | | | | | | | | | | | The project has been moved to CodeBerg.org. Update the links in the recipe and also bump to the latest revision (1.8.19.13). Additionally fix the link to the IANA PEN registry as IANA has changed their URL scheme some time ago and the old link started pointing to the HTML page instead of the text file. Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 05acb8d0661d7dd42c760075e623e3ee7b0a37f6) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* postgresql: upgrade 15.2 -> 15.3Wang Mingyu2023-05-282-7/+5
| | | | | | | | | | | | | 0001-configure.ac-bypass-autoconf-2.69-version-check.patch refreshed for 15.3 Changelog: https://www.postgresql.org/docs/release/15.3/ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 53527a8e7f7dac6910ed7ef8b718a9981a561366) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* lmdb: Pass CFLAGS to MakefileKhem Raj2023-05-281-2/+2
| | | | | | | | | This ensures that __FILE__ macros is expanded correctly without buildpaths Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 9af3510170137070cb269e6cf0399ac43ad8bece) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fftw: Remove hardcoded sysroot into binariesKhem Raj2023-05-281-0/+1
| | | | | | | | | | FFTW_CC is added to image via version.o and its CC + CFLAGS however CC in OE containes --syroot compiler option which encodes buildpaths into binary, therefore remove this option from FFTW_CC in config.h Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit ef03326d31360abdfa3e4a34eb00b328a76de12c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libirecovery: Add missing build dependency on readlineKhem Raj2023-05-281-1/+1
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 99bfb84be3d31c1bde74ea831c2a9404e92c33a5) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* enca: Remove buildpaths from target scriptsKhem Raj2023-05-282-2/+32
| | | | | | | | | | | Using configure checks to detect mktemp can result in problems in cross-builds where buildtime mktemp ( native ) maybe detected in a path that does not exist on target, therefore rely upon PATH variable to find this binary when executing this script. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 3042c14399e0fdde7823b01af2e9a76027b37539) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* php: Link with libatomic on rv64Mingli Yu2023-05-221-0/+1
| | | | | | | | Fixes: | /usr/src/debug/php/8.2.5-r0/Zend/zend_atomic.h:105: undefined reference to `__atomic_exchange_1' Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* redis: upgrade 6.2.11 -> 6.2.12Changqing Li2023-05-161-1/+1
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nanopb: fix installed-vs-shipped with multilibMartin Jansa2023-05-162-1/+72
| | | | | | | | | | | | | | | | | | | * fixes: ERROR: QA Issue: nanopb: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/python3.11 /usr/lib/python3.11/site-packages /usr/lib/python3.11/site-packages/proto /usr/lib/python3.11/site-packages/proto/nanopb_pb2.py /usr/lib/python3.11/site-packages/proto/nanopb.proto /usr/lib/python3.11/site-packages/proto/_utils.py Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. nanopb: 7 installed and not shipped files. [installed-vs-shipped] when libdir is /usr/lib64 with multilib. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>