summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* ctags: upgrade 6.0.20231029.0 -> 6.0.20231105.0Wang Mingyu2023-11-081-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* makedumpfile: upgrade 1.7.3 -> 1.7.4Wang Mingyu2023-11-081-1/+1
| | | | | | | | | | Changelog: =========== - Support for kernels up to v6.6 - Support for riscv64 architecture Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.375 -> 0.376Wang Mingyu2023-11-081-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: upgrade 2.7.6 -> 2.7.7Wang Mingyu2023-11-081-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnf-plugin-tui: Recover BBCLASSEXTEND variantsWang Mingyu2023-11-081-0/+2
| | | | | | | | dnf-plugin-tui must work on nativesdk environment. Now there's no warning when run the command "bitbake universe -c fetch". Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* emlog: Drop SRCPVKhem Raj2023-11-081-1/+1
| | | | | | Its not needed anymore. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remove unused AUTHOR variableMarkus Fuchs2023-11-081-1/+0
| | | | | | | | | No longer used in generating packages Also creates a possible confusion with the recipe maintainer name. Signed-off-by: Markus Fuchs <mklntf@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "geos: upgrade 3.12.0 -> 3.12.0beta2"Khem Raj2023-11-081-1/+1
| | | | This reverts commit 95e1ec72757d93dfd6f36e0771a8ec9a00796960.
* exiftool: add recipeLeon Anavi2023-11-081-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | Add ExifTool, a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in a wide variety of files. Version 12.69 brings: - Added support for DNG version 1.7.0.0 - Added a new XMP-GCamera tag - Added a number of new Nikon Z lenses (thanks Warren Hatch and Stefan) - Added a number of new XMP-crs tags - Extract XML metadata from some Hasselblad images - Tweaked -fast2 option to read metadata from inside mdat atom of HEIC images - Patched FFF reader to be more tolerant of the mess made by incompetent Hasselblad programmers (wrong IFD count for some values) - Patched WebP reader to be more tolerant of the mess made by incompetent Google programmers (EXIF with wrong header and XMP with wrong ID) - Fixed problem which could cause "use of uninitialized variable" warnings when reading images from some Nikon cameras - Fixed List type for new XMP-photomech:CreatorIdentity tag This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* influxdb: Add start script used by systemd serviceThomas Gessler2023-11-081-0/+4
| | | | | | | | | | The influxdb systemd service tries to run the script influxd-systemd-start.sh, but it was not copied to the correct location by the influxdb recipe. This led to a failure during start-up: [FAILED] Failed to start InfluxDB i…ributed, time series database. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yajl: fix CVE-2017-16516, CVE-2022-24795, CVE-2023-33460Ross Burton2023-11-074-1/+136
| | | | | | | | Take three CVE fixes from Fedora, as the upstream repository is now dead. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: Upgrade 3.0.3 -> 3.0.4Leon Anavi2023-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | Upgrade to 3.0.4: - spec: Obsolete vdo plugin packages - spec: Move obsoleted devel subpackages to libblockdev-devel - ci: Bump actions/checkout from v3 to v4 - part: Do not open disk read-write for read only operations - fs: Disable progress for ntfsresize - packit: Add configuration for downstream builds - logging: Default to DEBUG log level if compiled with --enable-debug - Use log function when calling a plugin function that is not loaded - lvm-dbus: Replace g_critical calls with bd_utils_log_format - tests: Fail early when recompilation fails in library_test - tests: Fix "invalid escape sequence '\#'" warning from Python 3.12 This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imlib2: Upgrade 1.7.1 -> 1.12.1Leon Anavi2023-11-071-3/+2
| | | | | | | | | | | | | | | | | | | | | Upgrade to version 1.12.1: - Fix some clang complaints - scaling: MMX asm scaling causes segv, disable for now - loading: Call module exit function also when not dlclosing module on unload - loaders: Fix build with -m32 --enable-debug - RAW loader: Don't unload loader - imlib2_grab, imlib2_view: Unset context colormap - x11_grab: Use correct depth when grabbing Remove bzip2 from PACKAGECONFIG because for this version it is an unrecognised option. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsmi: enable native buildBenjamin Bouvier2023-11-071-4/+4
| | | | | | | | | Move wget and awk EXTRA_OECONF parameters into native dependencies to not lock native build. Add missing BBCLASSEXTENDS to build libsmi in native. Signed-off-by: Benjamin Bouvier <benjamin.bouvier@ekinops.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mksh: Update to 59c properlyPeter Kjellerstedt2023-11-071-2/+4
| | | | | | | | The "update" in commit 2df786211a only changed the version without actually changing the downloaded tar ball. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtorrent: Add UPSTREAM_CHECK_GITTAGREGEXPeter Kjellerstedt2023-11-071-3/+4
| | | | | | | This makes sure only tags like "vX.Y.Z" are identified as releases. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "libtorrent: upgrade 0.13.8 -> 1"Peter Kjellerstedt2023-11-0745-18468/+3
| | | | | | | | | This reverts commit 3259bc75f5cbe83623e340efd4518414ae2f7593. AUH incorrectly identified the tag "pre-merge-1" as version "1". Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mstpd: Update to 0.1.0+Peter Kjellerstedt2023-11-071-12/+14
| | | | | | | | | | | | The "update" to 0.05 in commit d0dbeb580f was actually a revert, since version "0.05" in reality corresponds to "0.0.5". Also do some clean up: * Unify SRC_URI. * Correct the indentation of shell code. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* neatvnc: Specify the version in the recipe file namePeter Kjellerstedt2023-11-071-2/+0
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pahole: Correct the version in the recipe file namePeter Kjellerstedt2023-11-071-3/+0
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jack: Revert to 1.9.22Peter Kjellerstedt2023-11-071-6/+11
| | | | | | | | | | | There is no version "2". The tag "jack2-control-api-relicense-nedko" incorrectly triggered AUH to identify it as version "2". Additionally, the previous recipe version "1.19.22" was also incorrect. It should actually have been "1.9.22". License-Update: Update the licenses based on analysis of the code Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: inherit upstream-version-is-evenKhem Raj2023-11-061-1/+1
| | | | | | | Odd release numbers are for dev/unstable releases Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Theodore A. Roth <troth@openavr.org>
* Revert "modemmanager: upgrade 1.22.0 -> 1.23.1"Khem Raj2023-11-061-2/+2
| | | | This reverts commit 5645d60086a2d710dfb582ff9b54564bd3e36354.
* Brotli: fix build failed if the path includes "-static"Jamin Lin2023-11-061-1/+2
| | | | | | | | | | | | | It would like to remove "-static" in the name of statice library at the do_install task. For example: replace libbrotlicommon-static.a with ibbrotlicommon-static.a However, if the patch of this statice library includes "-static", it would build failed. (ex: set my build directory "build-static") Change to remove "-static" in the base name of static library to fix this build failed. Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-desktop-portal: Upgrade 1.18.0 -> 1.18.1Markus Volk2023-11-061-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current meson.build fails if flatpak was not found using pkgconfig ../git/meson.build:203:44: ERROR: Unknown variable "flatpak_dep" Removing -Dflatpak-interfaces-dir setting and relying on pkgconfig for flatpak instead seems to work well in our case and avoids the error above This is a new minor release of xdg-desktop-portal 1.18 series. Users and distributions are strongly encouraged to update to this version. These are the changes included in this release: -Communicate better when the Background portal kills an app -Properly quote Flatpak command in the Background portal -Improve documentation of the "cursor_mode" propery of the ScreenCast backend D-Bus interface -Fix ScreenCast portal removing transient restore permissions too early. This fixes screen sharing dialogs on Chromium asking for the screen multiple times. -Only send the Closed session signal to the sender -Add Meson options to disable building with Bubblewrap, and without the -Flatpak portal documentation. Disabling Bubblewrap is highly discouraged,and only meant to be used on platforms that do not currently support it. By disabling Bubblewrap, bitmap validation happens without a sandbox, which is highly insecure since image parsing is a common source of exploits. Really, just do not disable Bubblewrap please. -Improve the manpage of portals.conf -Various spelling fixes to the Document portal -Add a new website! We don't have a fancy domain yet, but the website can be accessed at https://flatpak.github.io/xdg-desktop-portal/ -Improve pid mapping for host system apps. This should get rid of some rare, unnecessary warnings. -Adjust documentation of Global Shortcuts portal's timestamps to millisecond granularity -Bump minimum Meson version to 0.58 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: Remove the buildpathMingli Yu2023-11-061-1/+1
| | | | | | | | | | Fixes: WARNING: vboxguestdrivers-7.0.10-r0 do_package_qa: QA Issue: File /usr/lib/modules/6.1.51-yocto-standard/kernel/misc/vboxsf.ko in package kernel-module-vboxsf-6.1.51-yocto-standard contains reference to TMPDIR [buildpaths] WARNING: vboxguestdrivers-7.0.10-r0 do_package_qa: QA Issue: File /usr/lib/modules/6.1.51-yocto-standard/kernel/misc/vboxguest.ko in package kernel-module-vboxguest-6.1.51-yocto-standard contains reference to TMPDIR [buildpaths] WARNING: vboxguestdrivers-7.0.10-r0 do_package_qa: QA Issue: File /usr/lib/modules/6.1.51-yocto-standard/kernel/misc/vboxvideo.ko in package kernel-module-vboxvideo-6.1.51-yocto-standard contains reference to TMPDIR [buildpaths] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsodium: Fix build with clang on aarch64Khem Raj2023-11-062-1/+51
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsodium: upgrade 1.0.18 -> 1.0.19Khem Raj2023-11-061-3/+3
| | | | | | License-Update: Copyright years changed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crucible: Upgrade to 2023.11.02Fabio Estevam2023-11-061-3/+3
| | | | | | | | | | | | | | | | | | Upgrade to 2023.11.02, which contanins the following new commits: fix MAC address fuse naming Merge pull request #21 from Lionizers/master fusemaps: Add support for second MAC address for i.MX7D move to BSD style license tidying Merge pull request #18 from DAVEEmbeddedSystems/extend-imx8mp-uniqueid-to-128-bit fusemaps: imx8mp: add UNIQUE_ID upper 64 bit The license has changed to BSD-3-Clause, so adjust it accordingly. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hdf5: Fix install conflict when enable multilib.Wang Mingyu2023-11-061-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Error: Transaction test error: file /usr/bin/h5cc conflicts between attempted installs of lib32-hdf5-1.14.2-r0.armv7ahf_neon and hdf5-1.14.2-r0.cortexa57 file /usr/bin/h5hlcc conflicts between attempted installs of lib32-hdf5-1.14.2-r0.armv7ahf_neon and hdf5-1.14.2-r0.cortexa57 The differences of h5cc are as follows: @@ -44,7 +44,7 @@ exit $status ;; *) - /usr/bin/arm-pokymllib32-linux-gnueabi/arm-pokymllib32-linux-gnueabi-clang $@ `pkg-config --define-variable=prefix=$dir --cflags --libs hdf5` + /usr/bin/aarch64-poky-linux/aarch64-poky-linux-clang $@ `pkg-config --define-variable=prefix=$dir --cflags --libs hdf5` status=$? exit $status ;; The differences of h5hlcc are as follows: @@ -44,7 +44,7 @@ exit $status ;; *) - /usr/bin/arm-pokymllib32-linux-gnueabi/arm-pokymllib32-linux-gnueabi-clang $@ `pkg-config --define-variable=prefix=$dir --cflags --libs hdf5_hl` + /usr/bin/aarch64-poky-linux/aarch64-poky-linux-clang $@ `pkg-config --define-variable=prefix=$dir --cflags --libs hdf5_hl` status=$? exit $status ;; Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grpc: Upgrade 1.56.2 -> 1.59.2Peter Marko2023-11-062-9/+7
| | | | | | | | | CVE: CVE-2023-44487 Patch updated by devtool to resolve patch fuzz. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* reptyr: Add 0.10.0Alex Kiernan2023-11-061-0/+29
| | | | | | | | reptyr is a utility for taking an existing running program and attaching it to a new terminal. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uftrace: upgrade 0.13.1 -> 0.14Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cjson: upgrade 1.7.15 -> 1.7.16Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: upgrade 1.3.0 -> 1.4.0Khem Raj2023-11-062-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mksh: upgrade 59 -> R59cKhem Raj2023-11-061-1/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.370 -> 0.375Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pmdk: upgrade 1.12.1 -> 2.0.0Khem Raj2023-11-062-46/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.20.1 -> 1.21.0Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: upgrade 1.22.0 -> 1.23.1Khem Raj2023-11-061-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtorrent: upgrade 0.13.8 -> 1Khem Raj2023-11-0645-3/+18468
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libbpf: upgrade 1.2.0 -> 1.2.2Khem Raj2023-11-061-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cairomm-1.16: upgrade 1.16.2 -> 1.18.0Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libraw: upgrade 0.20.2 -> 0.21.1Khem Raj2023-11-061-2/+2
| | | | | | License-Update: Copyright years changed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libfastjson: upgrade 0.99.9 -> 1.2304.0Khem Raj2023-11-051-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcelog: upgrade 194 -> 196Khem Raj2023-11-051-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glibmm-2.68: upgrade 2.74.0 -> 2.78.0Khem Raj2023-11-051-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lsscsi: upgrade 0.32 -> 030Khem Raj2023-11-051-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wtmpdb: upgrade 0.7.1 -> 0.9.3Khem Raj2023-11-051-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geos: upgrade 3.12.0 -> 3.12.0beta2Khem Raj2023-11-051-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>