diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2022-02-23 23:35:25 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-24 08:35:24 -0800 |
| commit | 2509f659e45d04abf295b50afe001c72f87113b6 (patch) | |
| tree | 102c2665745fc3febe395e7f0b14d6fbb1f3c368 /meta-multimedia/recipes-multimedia/packagegroups | |
| parent | 750de61d44407f0358ffae1392d0903dcd566b6e (diff) | |
| download | meta-openembedded-2509f659e45d04abf295b50afe001c72f87113b6.tar.gz | |
All layers: Follow oe-core's variable name changes
Auto rename performed by oe-core's convert-variable-renames.py 0.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
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 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb b/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb index cfe96bf024..62ca273160 100644 --- a/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb +++ b/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb | |||
| @@ -31,7 +31,7 @@ RDEPENDS:packagegroup-meta-multimedia = "\ | |||
| 31 | dleyna-renderer \ | 31 | dleyna-renderer \ |
| 32 | dleyna-server \ | 32 | dleyna-server \ |
| 33 | dvb-apps \ | 33 | dvb-apps \ |
| 34 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "faac fdk-aac mpd", "", d)} \ | 34 | ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "faac fdk-aac mpd", "", d)} \ |
| 35 | gerbera \ | 35 | gerbera \ |
| 36 | libao \ | 36 | libao \ |
| 37 | libavc1394 \ | 37 | libavc1394 \ |
| @@ -45,7 +45,7 @@ RDEPENDS:packagegroup-meta-multimedia = "\ | |||
| 45 | mpc \ | 45 | mpc \ |
| 46 | ncmpc \ | 46 | ncmpc \ |
| 47 | libmpd \ | 47 | libmpd \ |
| 48 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "opencore-amr vo-aacenc vo-amrwbenc", "", d)} \ | 48 | ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "opencore-amr vo-aacenc vo-amrwbenc", "", d)} \ |
| 49 | gst-shark \ | 49 | gst-shark \ |
| 50 | gstd \ | 50 | gstd \ |
| 51 | rtmpdump \ | 51 | rtmpdump \ |
| @@ -57,24 +57,24 @@ RDEPENDS:packagegroup-meta-multimedia = "\ | |||
| 57 | pipewire \ | 57 | pipewire \ |
| 58 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "projucer", "", d)} \ | 58 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "projucer", "", d)} \ |
| 59 | libcamera \ | 59 | libcamera \ |
| 60 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "libde265 openh264", "", d)} \ | 60 | ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "libde265 openh264", "", d)} \ |
| 61 | vorbis-tools \ | 61 | vorbis-tools \ |
| 62 | libdvbcsa \ | 62 | libdvbcsa \ |
| 63 | libopenmpt \ | 63 | libopenmpt \ |
| 64 | libuvc \ | 64 | libuvc \ |
| 65 | mimic \ | 65 | mimic \ |
| 66 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "minidlna", "", d)} \ | 66 | ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "minidlna", "", d)} \ |
| 67 | mycroft \ | 67 | mycroft \ |
| 68 | openal-soft \ | 68 | openal-soft \ |
| 69 | opusfile \ | 69 | opusfile \ |
| 70 | opus-tools \ | 70 | opus-tools \ |
| 71 | libdvdcss \ | 71 | libdvdcss \ |
| 72 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", bb.utils.contains("DISTRO_FEATURES", "x11", "vlc", "", d), "", d)} \ | 72 | ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", bb.utils.contains("DISTRO_FEATURES", "x11", "vlc", "", d), "", d)} \ |
| 73 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "sox streamripper", "", d)} \ | 73 | ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "sox streamripper", "", d)} \ |
| 74 | tinyalsa \ | 74 | tinyalsa \ |
| 75 | tremor \ | 75 | tremor \ |
| 76 | webrtc-audio-processing \ | 76 | webrtc-audio-processing \ |
| 77 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", bb.utils.contains_any("TRANSLATED_TARGET_ARCH", "i586 i686 x86-64", "x265", "", d), "", d)} \ | 77 | ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", bb.utils.contains_any("TRANSLATED_TARGET_ARCH", "i586 i686 x86-64", "x265", "", d), "", d)} \ |
| 78 | " | 78 | " |
| 79 | RDEPENDS:packagegroup-meta-multimedia:remove:libc-musl = "projucer" | 79 | RDEPENDS:packagegroup-meta-multimedia:remove:libc-musl = "projucer" |
| 80 | RDEPENDS:packagegroup-meta-multimedia:remove:powerpc64le = "openh264" | 80 | RDEPENDS:packagegroup-meta-multimedia:remove:powerpc64le = "openh264" |
