summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* reboot-mode: put the build artifacts in ${B}Bartosz Golaszewski2023-04-011-2/+2
| | | | | | | | | | We should output the compiled executables into ${B} and install them from it as well. Currently we put the build objects in the source directory. While at it: don't assume we're already in the source directory and instead prepend the source file with ${S}. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nv-codec-headers: add clean target to MakefileMarkus Volk2023-04-012-1/+29
| | | | | | | | | | | next try to fix an error on rebuilds: | NOTE: make clean | ERROR: oe_runmake failed | WARNING: exit code 1 from a shell command. | make: *** No rule to make target 'clean'. Stop. Signed-off-by: Markus Volk <f_L_K@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nginx: added packagegroup for webdav modulePeter Johennecken2023-03-311-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imagemagick: Update to 7.1.1Khem Raj2023-03-312-6/+52
| | | | | | Add a patch to fix build with upcoming autoconf 2.72 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gmime: Update to 3.2.13Khem Raj2023-03-312-13/+7
| | | | | | | - Drop nodolt.patch patch its applied upstream - Enable largefile and set ac_cv_sys_file_offset_bits=64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cyrus-sasl: Fix autoconf patch to work with new autoconf 2.72Khem Raj2023-03-312-50/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* krb5: Fix build with autoconf 2.72Khem Raj2023-03-312-0/+41
| | | | | | | Fixes checking for IPv6 compile-time support without -DINET6... ./configure: line 10004: syntax error near unexpected token `;;' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgusb: Allow building in native modeZoltán Böszörményi2023-03-301-1/+5
| | | | | | | Dependency of libfprint-native. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hplip: Fix installation and QAZoltán Böszörményi2023-03-303-2/+58
| | | | | | | | | | | | | | | | With version 3.22.11 it's not enough avoid linking to the closed source ImageProcessor library, it must not be installed either. This library is pre-stripped so package QA fails. Add a new patch to fix installing HPLIP.conf into /usr/share/ipp-usb/quirks. The upstream Makefile.am fails to take DESTDIR into account and do_install fails because of this. Also, instead of detecting the presence of the target directory which is invalid for a source build, create it and install the quirk file. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcelog: improve the ptest outputMingli Yu2023-03-301-1/+7
| | | | | | | | | | | | | | | Before: # ./run-ptest [snip] code 0xd2d: [PASS] After: # ./run-ptest [snip] PASS: code 0xd2d Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcsc-tools: Add runtime dependenciesLeon Anavi2023-03-291-0/+8
| | | | | | | | | Add runtime dependencies for pcsc_scan and scriptor. Script ATR_analysis is written in Perl and it is used to parse the smart card ATR. This script is called by default by pcsc_scan. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpcsc-perl: Add recipeLeon Anavi2023-03-291-0/+22
| | | | | | | Add Perl Chipcard::PCSC::Card smart card communication library. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-betamax: fix ptest failture of fixture and record modesZhixiong Chi2023-03-282-0/+334
| | | | | | | | | | | | | | | | | In betamax fixtures and recorde_modes ptest are failing due to the deprecation of fixture usage and the httpbin.org service. Drop these ptests in meta-oe, until there is a suitable solution to fix this failure. Validation: Enable ptest and add python3-betamax into IMAGE_INSTALL $runqemu ... $cd /usr/[lib/lib64]/python3-betamax/ptest $./run-ptest ALL ptests PASS. Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: Fix PACKAGECONFIG[openvino]Zoltán Böszörményi2023-03-281-1/+1
| | | | | | | | | | The circular dependency was fixed in a different way in meta-intel's openvino-inference-engine. Only some samples in openvino use opencv and building the samples was made optional. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgtop: update 2.40.0 -> 2.41.1Markus Volk2023-03-284-117/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtksourceview5: update 5.6.1 -> 5.7.1Markus Volk2023-03-281-2/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: update 3.46.3 -> 3.48.0Markus Volk2023-03-282-4/+3
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: Add missing dependencyZoltán Böszörményi2023-03-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | This fixes the error: Python 3.11.2 (main, Feb 7 2023, 13:52:42) [GCC 12.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import IPython Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.11/site-packages/IPython/__init__.py", line 52, in <module> from .core.application import Application File "/usr/lib/python3.11/site-packages/IPython/core/application.py", line 26, in <module> from IPython.core import release, crashhandler File "/usr/lib/python3.11/site-packages/IPython/core/crashhandler.py", line 27, in <module> from IPython.core import ultratb File "/usr/lib/python3.11/site-packages/IPython/core/ultratb.py", line 101, in <module> import stack_data ModuleNotFoundError: No module named 'stack_data' Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-stack-data: New recipeZoltán Böszörményi2023-03-281-0/+17
| | | | | | | Dependency of python3-ipython. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pure-eval: New recipeZoltán Böszörményi2023-03-281-0/+11
| | | | | | | Dependency of python3-stack-data. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-executing: New recipeZoltán Böszörményi2023-03-281-0/+9
| | | | | | | Dependency of python3-stack-data. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: fix ptest failure of sysviews testManoj Saun2023-03-282-0/+43
| | | | | | | | | | | In postgresql sysview ptest are failing due to hidden build info in pg_config table. The information is hidden due to existing patch 0001-config_info.c-not-expose-build-info.patch So for passing the test we need to reduce the row count in the sysviews test. Also for test results to be shown as pass we need to reduce the row count for the expected count in the sysviews.out file. Signed-off-by: Manoj Saun <manojsingh.saun@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* abseil-cpp: upgrade 20221014.0 -> 20230125.1Xiangyu Chen2023-03-281-3/+4
| | | | | | | | Note: please make sure your oe-core has the following commit: https://git.openembedded.org/openembedded-core/commit/?id=a73e269d3e591a10bb397b94b82e3fb960112d33 Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-autoar: upgrade 0.4.3 -> 0.4.4Wang Mingyu2023-03-281-1/+1
| | | | | | | | | | | Changelog: ========== * Add application/zstd to supported mime-types * Fix test suite failure with recent GLib version * Add autoar_extractor_set_passphrase function Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* reboot-mode: new packageBartosz Golaszewski2023-03-281-0/+18
| | | | | | | | | Add a recipe for the simple program that allows to replicate android reboot's behavior on linux (e.g. reboot bootloader, reboot recovery) as well as test reboot mode drivers in the linux kernel. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gegl: upgrade 0.4.40 -> 0.4.42Wang Mingyu2023-03-281-1/+1
| | | | | | | | | | | | Changelog: ========== - raw-load: add conditional support for 0.21.0 API - rgb-clib: improved ui-ranges - perlin, mosiac, c2g, long-shadow: small cleanups - gif-load: update vendored dependency, including code updates. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* folks: upgrade 0.15.5 -> 0.15.6Wang Mingyu2023-03-281-1/+1
| | | | | | | | | | | | | | | Major changes: * Projects should be able to use the typelib-based bindings * sysprof is now used for profiling * Lots of translation updates * Several smaller Meson changes Bugs fixed: * folks-generics: Add missing generic type argument * tests/bluez: Follow PairDevice API change in python-dbusmock Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0Wang Mingyu2023-03-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gimp: Update to 2.10.34Khem Raj2023-03-281-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* babl: upgrade 0.1.98 -> 0.1.102Wang Mingyu2023-03-281-1/+1
| | | | | | | | | | | | Changelog: ========== Brown paper bag release - LUT code-paths now disabled by default. Stop double processing with LUT+normal fishes. Support for non-ASCII characters in file paths on windows. Improved wrap build support. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exfat-utils: remove recipeChristophe Vu-Brugier2023-03-281-24/+0
| | | | | | | exfat-utils is superseded by exfatprogs. Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exfatprogs: add new recipeChristophe Vu-Brugier2023-03-281-0/+24
| | | | | | | | | | | | | | | exfatprogs provides utilities to create, modify, and check exFAT file systems on Linux. The developers of exfatprogs also maintain the Linux kernel exFAT driver. exfatprogs has replaced exfat-utils in Debian bookworm. References: * https://github.com/exfatprogs/exfatprogs/ * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002871 Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: Fix build with clang and drop unused patchKhem Raj2023-03-253-94/+48
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: upgrade 43.2 -> 44.0Wang Mingyu2023-03-251-1/+1
| | | | | | | | | | | | Changelog: =========== * Bugfixes: - Prevent rubberband selection instead of drag and drop - Fix critical errors with recent GLib versions * Translation updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: add more PACKAGECONFIGSMarkus Volk2023-03-251-4/+5
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-desktop-portal: fix bwrap pathMarkus Volk2023-03-251-1/+9
| | | | | | | bwrap path is read from STAGING_BINDIR_NATIVE. This commit fixes reproducibility and runtime Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcamera: update 0.0.1 -> 0.0.4Markus Volk2023-03-252-51/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Nodejs: add missing run_ptest scriptArchana Polampalli2023-03-252-0/+4
| | | | | | | ptest-runner is not available for Nodejs on target hence added run-ptest script Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnsmasq: fix CVE-2023-28450Peter Marko2023-03-252-0/+49
| | | | | | | | The patch is modified by removing irrelevant and conflicting CHANGELOG entry. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-system-monitor: upgrade 42.0 -> 44.0Wang Mingyu2023-03-251-1/+1
| | | | | | | | | | | | | Changelog: =========== * Updated translations * Code improvements * Fixed help overlay shortcuts !56 * Use WMClass for application !62 * Don't reset the graph when toggling smooth draw !63 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade 1.50.3 -> 1.50.4Wang Mingyu2023-03-251-1/+1
| | | | | | | | | | | | | Changelog: =========== * dav: Prevent usage of NULL for nonexistent source file * client: Fix copy/move operation from/to Flatpak sandbox * http: Report original sizes regardless of compression usage * Fix string comparison on various places * Translation updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpeas: upgrade 1.34.0 -> 1.36.0Wang Mingyu2023-03-251-1/+1
| | | | | | | | | | | | | Changelog: ========= * PeasExtensionSet now implements GListModel * libpeas now requires GLib 2.44 or newer for GListModel * Translation updates: - Interlingue - Turkish Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcgi-perl: upgrade 4.55 -> 4.56Wang Mingyu2023-03-251-1/+1
| | | | | | | | Changelog: - add new cookie field 'Priority' to CGI::Cookie code Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libadwaita: upgrade 1.2.1 -> 1.3.1Wang Mingyu2023-03-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - AdwAboutWindow - Add a missing Since annotation - AdwCarousel - Fix allocation - AdwFlap - Add a missing setter annotation for :fold-policy - Correctly measure separator - Avoid notify emissions in dispose() - AdwTabBar - Fix clipped labels - AdwTabOverview - Fix clipped labels - Add a translator comment for "%u tabs" - Demo - Open primary menu with F10 - Don't show marshal functions in docs Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-dns-perl: upgrade 1.36 -> 1.37Wang Mingyu2023-03-251-1/+1
| | | | | | | | | | | | | Changelog: ========== Add links to relevant RFCs in package documentation. Fix rt.cpan.org #147038 resolver->axfr( undef ) fails silently Fix rt.cpan.org #145944 Case sensitivity issue with AXFR Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libass: upgrade 0.17.0 -> 0.17.1Wang Mingyu2023-03-251-2/+2
| | | | | | | | | | Changelog: ========== Fix buffer overread if soft-wrapping occurred and ASS_FEATURE_WHOLE_TEXT_LAYOUT was enabled via API or due to Encoding -1 (bug introduced in 0.16.0) x86: detect GNU Hurd and configure NASM appropriately Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwacom: upgrade 2.5.0 -> 2.6.0Wang Mingyu2023-03-251-1/+1
| | | | | | | | | | | | | | Changelog: ========== - New Devices - ASUS ROG Flow X16 - XP-Pen Deco01 v2 - Huion Kamvas 13 - Wacom HID 52FA Pen - Ugee M708 v1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-backgrounds: upgrade 43 -> 44.0Wang Mingyu2023-03-241-1/+1
| | | | | | | | Changelog: - new supplemental and default wallpapers Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: Fix build with muslKhem Raj2023-03-242-0/+35
| | | | | | | Musl does not implement FTW_ACTIONRETVAL which is a GNU extention therefore add that to configure check before enabling nftw Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade 2023.01.01 -> 2023.03.05Wang Mingyu2023-03-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>