diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-02-03 17:46:24 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-03-30 14:08:33 -0400 |
commit | 9653de99a5452bb419f2f694553cfb66fabfbf01 (patch) | |
tree | 9be078bbedfc057d33b0148875cde1dff9f9cbf2 /meta-pipewire/recipes-multimedia/pipewire/pipewire_0.3.47.bbappend | |
parent | d4605cc4d5e3209d29e1ccd357611125e6262242 (diff) |
pipewire: remove old meson compatibility patches
Remove accumulated patches to PipeWire that allowed building it with
the older meson in dunfell, as they break building it newer meson
in poky master/kirkstone. A fix contained in one of those patches
for installing the systemd system unit has been reworked and added
as a new separate patch.
Bug-AGL: SPEC-3819
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I949875339b500c9ccd8590a635f7734158617579
Diffstat (limited to 'meta-pipewire/recipes-multimedia/pipewire/pipewire_0.3.47.bbappend')
-rw-r--r-- | meta-pipewire/recipes-multimedia/pipewire/pipewire_0.3.47.bbappend | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/meta-pipewire/recipes-multimedia/pipewire/pipewire_0.3.47.bbappend b/meta-pipewire/recipes-multimedia/pipewire/pipewire_0.3.47.bbappend index 5c0d065b7..0b6f3ec1c 100644 --- a/meta-pipewire/recipes-multimedia/pipewire/pipewire_0.3.47.bbappend +++ b/meta-pipewire/recipes-multimedia/pipewire/pipewire_0.3.47.bbappend @@ -1,3 +1,8 @@ +SRC_URI += "\ + file://0001-systemd-Do-not-override-rootprefix.patch \ + file://0002-Revert-loop-remove-destroy-list.patch \ +" + PACKAGECONFIG = "\ ${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa pipewire-alsa', '', d)} \ @@ -6,22 +11,6 @@ PACKAGECONFIG = "\ gstreamer v4l2 \ " -SRC_URI += "\ - file://0001-Revert-treewide-meson.build-use-project_-build-sourc.patch \ - file://0002-Revert-treewide-meson.build-use-feature.allowed.patch \ - file://0003-Revert-treewide-meson.build-use-dependency-variable-.patch \ - file://0004-Revert-treewide-meson.build-simplify-get_variable-ca.patch \ - file://0005-Revert-treewide-meson.build-get-SPA_PLUGIN_DIR-from-.patch \ - file://0006-Revert-meson-declare-spa_dep-and-override_dependency.patch \ - file://0007-Revert-meson-use-meson-variables-for-the-SMs-uninsta.patch \ - file://0008-Revert-meson-declare-spa_dep-and-override_dependency.patch \ - file://0009-Revert-test-add-test-for-the-loop.patch \ - file://0010-Revert-spa-improve-the-AEC-interface.patch \ - file://0011-Revert-module-echo-cancel-Move-backends-to-dynamic-l.patch \ - file://0012-Miscellanous-changes-to-account-for-lower-version-of.patch \ - file://0013-Revert-loop-remove-destroy-list.patch \ -" - do_install:append() { # install symlinks to alsalib configuration files for i in 50-pipewire.conf 99-pipewire-default.conf; do |