diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-12-15 08:52:38 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-18 22:17:22 -0800 |
| commit | dd402176a6e28df76e4b737cec7d266b5bfbfa06 (patch) | |
| tree | 3a5fca1836482c1624aa002c8c1cdc6ca4b8f60b /meta-multimedia/recipes-multimedia/pipewire | |
| parent | d1c899315991b531480ad766d8131cc59bb34fa5 (diff) | |
| download | meta-openembedded-dd402176a6e28df76e4b737cec7d266b5bfbfa06.tar.gz | |
libcamera: skip until upstream resolves python 3.12 compatibility
I'd note that imp module has been deprecated for years, so that's what
happens when deprecation warnings are ignored.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/pipewire')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/pipewire/pipewire_1.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.0.0.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.0.0.bb index b4da781f0f..4d894349a1 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.0.0.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.0.0.bb | |||
| @@ -86,7 +86,7 @@ PACKAGECONFIG:class-target ??= " \ | |||
| 86 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd systemd-system-service systemd-user-service', '', d)} \ | 86 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd systemd-system-service systemd-user-service', '', d)} \ |
| 87 | ${@bb.utils.filter('DISTRO_FEATURES', 'alsa vulkan pulseaudio', d)} \ | 87 | ${@bb.utils.filter('DISTRO_FEATURES', 'alsa vulkan pulseaudio', d)} \ |
| 88 | ${PIPEWIRE_SESSION_MANAGER} \ | 88 | ${PIPEWIRE_SESSION_MANAGER} \ |
| 89 | ${FFMPEG_AVAILABLE} avahi flatpak gstreamer gsettings jack libusb pw-cat raop sndfile v4l2 udev volume webrtc-echo-cancelling libcamera readline \ | 89 | ${FFMPEG_AVAILABLE} avahi flatpak gstreamer gsettings jack libusb pw-cat raop sndfile v4l2 udev volume webrtc-echo-cancelling readline \ |
| 90 | " | 90 | " |
| 91 | 91 | ||
| 92 | # "jack" and "pipewire-jack" packageconfigs cannot be both enabled, | 92 | # "jack" and "pipewire-jack" packageconfigs cannot be both enabled, |
