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/packagegroups | |
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/packagegroups')
-rw-r--r-- | meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb b/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb index 672c8abc9..6ca4d539f 100644 --- a/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb +++ b/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb | |||
@@ -42,7 +42,6 @@ RDEPENDS:packagegroup-meta-multimedia = "\ | |||
42 | tearsofsteel-1080p \ | 42 | tearsofsteel-1080p \ |
43 | pipewire \ | 43 | pipewire \ |
44 | ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", bb.utils.contains("DISTRO_FEATURES", "x11", "projucer", "", d), "", d)} \ | 44 | ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", bb.utils.contains("DISTRO_FEATURES", "x11", "projucer", "", d), "", d)} \ |
45 | libcamera \ | ||
46 | vorbis-tools \ | 45 | vorbis-tools \ |
47 | libopenmpt \ | 46 | libopenmpt \ |
48 | mimic \ | 47 | mimic \ |