|
[kirkstone 26/31] rm_work: exclude the SSTATETASKS from the rm_work tasks sinature
From: Jose Quaresma <quaresma.jose@...> We can exclude the SSTATETASKS from the rm_work task signature to avoid running the task when we remove some setscene tasks from the dependencie chain. The inje
From: Jose Quaresma <quaresma.jose@...> We can exclude the SSTATETASKS from the rm_work task signature to avoid running the task when we remove some setscene tasks from the dependencie chain. The inje
|
By
Steve Sakoman
·
|
|
[kirkstone 25/31] sstatesig: skip the rm_work task signature
From: Jose Quaresma <quaresma.jose@...> We can skip the rm_work task signature to avoid running the task when we remove some tasks from the dependencie chain. The inject_rm_work handler on the rm_work
From: Jose Quaresma <quaresma.jose@...> We can skip the rm_work task signature to avoid running the task when we remove some tasks from the dependencie chain. The inject_rm_work handler on the rm_work
|
By
Steve Sakoman
·
|
|
[kirkstone 24/31] gnomebase.bbclass: return the whole version for tarball directory if it is a number
From: Alexander Kanavin <alex.kanavin@...> E.g. if version is '43' without any dots, existing code would return ''. Signed-off-by: Alexander Kanavin <alex@...> Signed-off-by: Alexandre Belloni <alexan
From: Alexander Kanavin <alex.kanavin@...> E.g. if version is '43' without any dots, existing code would return ''. Signed-off-by: Alexander Kanavin <alex@...> Signed-off-by: Alexandre Belloni <alexan
|
By
Steve Sakoman
·
|
|
[kirkstone 23/31] vala: install vapigen-wrapper into /usr/bin/crosscripts and stage only that
From: Alexander Kanavin <alex.kanavin@...> Staging the whole /usr/bin is not correct, as it pulls in also all the vala's cross binaries, which may be discovered by other recipes and things will go wro
From: Alexander Kanavin <alex.kanavin@...> Staging the whole /usr/bin is not correct, as it pulls in also all the vala's cross binaries, which may be discovered by other recipes and things will go wro
|
By
Steve Sakoman
·
|
|
[kirkstone 22/31] linux-firmware: don't put the firmware into the sysroot
From: Ross Burton <ross.burton@...> There's no need to have linux-firmware in the sysroot. The sysroot won't ever be used anyway as nothing needs the firmware at build-time, but this saves us building
From: Ross Burton <ross.burton@...> There's no need to have linux-firmware in the sysroot. The sysroot won't ever be used anyway as nothing needs the firmware at build-time, but this saves us building
|
By
Steve Sakoman
·
|
|
[kirkstone 21/31] qemu-helper-native: Correctly pass program name as argv[0]
From: Joshua Watt <JPEWhacker@...> The previous version of this wasn't correctly passing the program name as argv[0], and was also over-complicated anyway because argv[] is guaranteed to be terminated
From: Joshua Watt <JPEWhacker@...> The previous version of this wasn't correctly passing the program name as argv[0], and was also over-complicated anyway because argv[] is guaranteed to be terminated
|
By
Steve Sakoman
·
|
|
[kirkstone 20/31] qemu-helper-native: Re-write bridge helper as C program
From: Joshua Watt <JPEWhacker@...> The bridge helper program is invoked directly from QEMU when it needs to attach to a network bridge. As such, it is subject to the environment of QEMU itself. Specif
From: Joshua Watt <JPEWhacker@...> The bridge helper program is invoked directly from QEMU when it needs to attach to a network bridge. As such, it is subject to the environment of QEMU itself. Specif
|
By
Steve Sakoman
·
|
|
[kirkstone 19/31] iso-codes: upgrade 4.11.0 -> 4.12.0
From: Wang Mingyu <wangmy@...> Changelog: ========= - ISO 3166-1: Update name for TR. Fixes #38 - Translation updates for ISO 3166-1 - Translation updates for ISO 3166-2. Closes: #1020633 - Translatio
From: Wang Mingyu <wangmy@...> Changelog: ========= - ISO 3166-1: Update name for TR. Fixes #38 - Translation updates for ISO 3166-1 - Translation updates for ISO 3166-2. Closes: #1020633 - Translatio
|
By
Steve Sakoman
·
|
|
[kirkstone 18/31] babeltrace: upgrade 1.5.8 -> 1.5.11
From: Wang Mingyu <wangmy@...> Changelog: =========== * Fix: distutils removed in python 3.12 * Fix: use-after-free with popt 1.19 * configure.ac: Basic fixes for autoconf 2.70 * Add gerrit config for
From: Wang Mingyu <wangmy@...> Changelog: =========== * Fix: distutils removed in python 3.12 * Fix: use-after-free with popt 1.19 * configure.ac: Basic fixes for autoconf 2.70 * Add gerrit config for
|
By
Steve Sakoman
·
|
|
[kirkstone 17/31] mobile-broadband-provider-info: upgrade 20220725 -> 20221107
From: Wang Mingyu <wangmy@...> Signed-off-by: Wang Mingyu <wangmy@...> Signed-off-by: Alexandre Belloni <alexandre.belloni@...> (cherry picked from commit 7e12fa1e6250fc358ba159a6b626458d871f7ccf) Sig
From: Wang Mingyu <wangmy@...> Signed-off-by: Wang Mingyu <wangmy@...> Signed-off-by: Alexandre Belloni <alexandre.belloni@...> (cherry picked from commit 7e12fa1e6250fc358ba159a6b626458d871f7ccf) Sig
|
By
Steve Sakoman
·
|
|
[kirkstone 16/31] libepoxy: update 1.5.9 -> 1.5.10
From: Alexander Kanavin <alex.kanavin@...> Changes since 1.5.9 - Fix for building with MSVC on non-English locale [Seungha Yang] - Fix build on Android [Caolán McNamara] - Add the right include paths
From: Alexander Kanavin <alex.kanavin@...> Changes since 1.5.9 - Fix for building with MSVC on non-English locale [Seungha Yang] - Fix build on Android [Caolán McNamara] - Add the right include paths
|
By
Steve Sakoman
·
|
|
[kirkstone 15/31] libepoxy: convert to git
From: Alexander Kanavin <alex.kanavin@...> Latest version doesn't come with stable tarballs. Signed-off-by: Alexander Kanavin <alex@...> Signed-off-by: Alexandre Belloni <alexandre.belloni@...> (cherr
From: Alexander Kanavin <alex.kanavin@...> Latest version doesn't come with stable tarballs. Signed-off-by: Alexander Kanavin <alex@...> Signed-off-by: Alexandre Belloni <alexandre.belloni@...> (cherr
|
By
Steve Sakoman
·
|
|
[kirkstone 14/31] gstreamer1.0: upgrade 1.20.3 -> 1.20.4
From: Alexander Kanavin <alex.kanavin@...> The fourth 1.20 bug-fix release (1.20.4) was released on 12 October 2022. This release only contains bugfixes and it should be safe to upgrade from 1.20.x. H
From: Alexander Kanavin <alex.kanavin@...> The fourth 1.20 bug-fix release (1.20.4) was released on 12 October 2022. This release only contains bugfixes and it should be safe to upgrade from 1.20.x. H
|
By
Steve Sakoman
·
|
|
[kirkstone 13/31] gdk-pixbuf: upgrade 2.42.9 -> 2.42.10
From: Alexander Kanavin <alex.kanavin@...> 2.42.10 (stable) === - Search for rst2man.py [!145, Matt Turner] - Update the memory size limit for JPEG images [#216, #218] - Translation updates Signed-off
From: Alexander Kanavin <alex.kanavin@...> 2.42.10 (stable) === - Search for rst2man.py [!145, Matt Turner] - Update the memory size limit for JPEG images [#216, #218] - Translation updates Signed-off
|
By
Steve Sakoman
·
|
|
[kirkstone 12/31] mtd-utils: upgrade 2.1.4 -> 2.1.5
From: Alexander Kanavin <alex.kanavin@...> Raw short log since the 2.1.4 release: Alex Henrie (1): mkfs.jffs2: fix spelling of --compression-mode parameter in help text Andrew Mellor (1): ubinfo: Fix
From: Alexander Kanavin <alex.kanavin@...> Raw short log since the 2.1.4 release: Alex Henrie (1): mkfs.jffs2: fix spelling of --compression-mode parameter in help text Andrew Mellor (1): ubinfo: Fix
|
By
Steve Sakoman
·
|
|
[kirkstone 11/31] libical: upgrade 3.0.15 -> 3.0.16
From: Alexander Kanavin <alex.kanavin@...> Version 3.0.16 is a patch release. - Fix regressions in 3.0.15 due to improperly tested fuzz fixes - Fix argument guards in icaltime_as_timet to match docume
From: Alexander Kanavin <alex.kanavin@...> Version 3.0.16 is a patch release. - Fix regressions in 3.0.15 due to improperly tested fuzz fixes - Fix argument guards in icaltime_as_timet to match docume
|
By
Steve Sakoman
·
|
|
[kirkstone 10/31] libffi: upgrade 3.4.2 -> 3.4.4
From: Alexander Kanavin <alex.kanavin@...> 3.4.4 Oct-23-2022 Important aarch64 fixes, including support for linux builds with Link Time Optimization (-flto). Fix x86 stdcall stack alignment. Fix x86 W
From: Alexander Kanavin <alex.kanavin@...> 3.4.4 Oct-23-2022 Important aarch64 fixes, including support for linux builds with Link Time Optimization (-flto). Fix x86 stdcall stack alignment. Fix x86 W
|
By
Steve Sakoman
·
|
|
[kirkstone 09/31] xwayland: upgrade 22.1.4 -> 22.1.5
From: Wang Mingyu <wangmy@...> Signed-off-by: Wang Mingyu <wangmy@...> Signed-off-by: Alexandre Belloni <alexandre.belloni@...> (cherry picked from commit 48ca760427f14ae291bf2ebf6f93f8d0fb27e3ab) Sig
From: Wang Mingyu <wangmy@...> Signed-off-by: Wang Mingyu <wangmy@...> Signed-off-by: Alexandre Belloni <alexandre.belloni@...> (cherry picked from commit 48ca760427f14ae291bf2ebf6f93f8d0fb27e3ab) Sig
|
By
Steve Sakoman
·
|
|
[kirkstone 08/31] xwayland: upgrade 22.1.3 -> 22.1.4
From: Alexander Kanavin <alex.kanavin@...> Signed-off-by: Alexander Kanavin <alex@...> Signed-off-by: Alexandre Belloni <alexandre.belloni@...> (cherry picked from commit 553c080e0e30c8f6b69b4c5fae729
From: Alexander Kanavin <alex.kanavin@...> Signed-off-by: Alexander Kanavin <alex@...> Signed-off-by: Alexandre Belloni <alexandre.belloni@...> (cherry picked from commit 553c080e0e30c8f6b69b4c5fae729
|
By
Steve Sakoman
·
|
|
[kirkstone 07/31] linux-firmware: upgrade 20220913 -> 20221012
From: Alexander Kanavin <alex.kanavin@...> License-Update: copyright years, additional firmwares Signed-off-by: Alexander Kanavin <alex@...> Signed-off-by: Alexandre Belloni <alexandre.belloni@...> (c
From: Alexander Kanavin <alex.kanavin@...> License-Update: copyright years, additional firmwares Signed-off-by: Alexander Kanavin <alex@...> Signed-off-by: Alexandre Belloni <alexandre.belloni@...> (c
|
By
Steve Sakoman
·
|