diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-09-28 09:11:47 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-09-28 09:24:58 +0100 |
commit | e47682057e9621a7728df1e4e510588bb9a80ed2 (patch) | |
tree | 0fcbe8f516058eafd5437b568849f51687655f84 /sys-apps/fwupd | |
parent | java-pkg-opt-2.eclass: drop EAPI 6 (diff) | |
download | gentoo-e47682057e9621a7728df1e4e510588bb9a80ed2.tar.gz gentoo-e47682057e9621a7728df1e4e510588bb9a80ed2.tar.bz2 gentoo-e47682057e9621a7728df1e4e510588bb9a80ed2.zip |
sys-apps/fwupd: backport part 2 of parallel-build fixes
Closes: https://bugs.gentoo.org/913003
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sys-apps/fwupd')
-rw-r--r-- | sys-apps/fwupd/files/fwupd-1.9.5-parallel_build.patch | 16 | ||||
-rw-r--r-- | sys-apps/fwupd/fwupd-1.9.5.ebuild | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/sys-apps/fwupd/files/fwupd-1.9.5-parallel_build.patch b/sys-apps/fwupd/files/fwupd-1.9.5-parallel_build.patch new file mode 100644 index 000000000000..fb9d3562841e --- /dev/null +++ b/sys-apps/fwupd/files/fwupd-1.9.5-parallel_build.patch @@ -0,0 +1,16 @@ +From 085a89ce3f7734fd9bc0527df7f0bb05e27fbaef Mon Sep 17 00:00:00 2001 +From: Richard Hughes <richard@hughsie.com> +Date: Tue, 12 Sep 2023 07:42:23 +0100 +Subject: [PATCH] trivial: Fix parallel build, harder still + +Fixes https://github.com/fwupd/fwupd/issues/6175 +--- a/src/meson.build ++++ b/src/meson.build +@@ -17,6 +17,7 @@ engine_dep = [ + polkit, + sqlite, + cbor, ++ fwupdplugin_rs_dep, + ] + + if get_option('passim').allowed() diff --git a/sys-apps/fwupd/fwupd-1.9.5.ebuild b/sys-apps/fwupd/fwupd-1.9.5.ebuild index 568558450cfa..b21f1294049f 100644 --- a/sys-apps/fwupd/fwupd-1.9.5.ebuild +++ b/sys-apps/fwupd/fwupd-1.9.5.ebuild @@ -94,6 +94,7 @@ DEPEND=" PATCHES=( "${FILESDIR}"/${PN}-1.9.4-fragile_tests.patch + "${FILESDIR}"/${PN}-1.9.5-parallel_build.patch ) pkg_pretend() { |