diff options
author | Oleksandr Suvorov <cryosay@gmail.com> | 2024-04-24 11:40:48 +0300 |
---|---|---|
committer | Oleksandr Suvorov <cryosay@gmail.com> | 2024-04-24 11:43:41 +0300 |
commit | e70b1608eb598f49caa63f5b948eb8647ec99fb8 (patch) | |
tree | 4bd59fa5665a4336f64d9c7eed0d68dee00311b7 /recipes-multimedia | |
parent | 987473e33199518756781de9b96d079b5e983693 (diff) | |
download | meta-freescale-e70b1608eb598f49caa63f5b948eb8647ec99fb8.tar.gz |
pipewire: untie bbappend from meta-multimedia
Move the recipe append to dynamic-layers. This allows one to use
meta-freescale without meta-multimedia layer.
Fixes: f2575b7e ("recipes-multimedia: Upgrade to NXP release 6.6.3_1.0.0")
Signed-off-by: Oleksandr Suvorov <cryosay@gmail.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/pipewire/pipewire_%.bbappend | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes-multimedia/pipewire/pipewire_%.bbappend b/recipes-multimedia/pipewire/pipewire_%.bbappend deleted file mode 100644 index 7d84ee93..00000000 --- a/recipes-multimedia/pipewire/pipewire_%.bbappend +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | SRC_URI:append:imx-nxp-bsp = " file://0001-launch-allow-pipewire-pulse-can-be-started-by-root.patch" | ||
4 | |||
5 | SYSTEMD_AUTO_ENABLE:imx-nxp-bsp = "disable" | ||
6 | |||
7 | DEPENDS:append:mx95-nxp-bsp = " libdrm" | ||
8 | |||
9 | PACKAGECONFIG:remove:mx95-nxp-bsp = "libcamera" | ||
10 | PACKAGECONFIG:remove:imx-nxp-bsp = "gstreamer" | ||
11 | PACKAGECONFIG:class-target:append:imx-nxp-bsp = " ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez-lc3', '', d)}" | ||
12 | |||
13 | # FIXME: Needs to qualify on PACKAGECONFIG | ||
14 | SYSTEMD_SERVICE:${PN}-pulse = "pipewire-pulse.service" | ||