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-oe/recipes-core/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-oe/recipes-core/packagegroups')
| -rw-r--r-- | meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index f37d4c6306..d7076c211a 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | |||
| @@ -657,7 +657,7 @@ RDEPENDS:packagegroup-meta-oe-kernel:remove:riscv32 = "crash makedumpfile oprofi | |||
| 657 | 657 | ||
| 658 | RDEPENDS:packagegroup-meta-oe-multimedia ="\ | 658 | RDEPENDS:packagegroup-meta-oe-multimedia ="\ |
| 659 | alsa-oss \ | 659 | alsa-oss \ |
| 660 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "faad2", "", d)} \ | 660 | ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "faad2", "", d)} \ |
| 661 | dirsplit \ | 661 | dirsplit \ |
| 662 | genisoimage \ | 662 | genisoimage \ |
| 663 | icedax \ | 663 | icedax \ |
| @@ -671,7 +671,7 @@ RDEPENDS:packagegroup-meta-oe-multimedia ="\ | |||
| 671 | libburn \ | 671 | libburn \ |
| 672 | libcdio-paranoia \ | 672 | libcdio-paranoia \ |
| 673 | libcdio \ | 673 | libcdio \ |
| 674 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "libmad", "", d)} \ | 674 | ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "libmad", "", d)} \ |
| 675 | libmms \ | 675 | libmms \ |
| 676 | libdvdread \ | 676 | libdvdread \ |
| 677 | libopus \ | 677 | libopus \ |
| @@ -685,7 +685,7 @@ RDEPENDS:packagegroup-meta-oe-multimedia ="\ | |||
| 685 | wavpack \ | 685 | wavpack \ |
| 686 | libvpx \ | 686 | libvpx \ |
| 687 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "xsp", "", d)} \ | 687 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "xsp", "", d)} \ |
| 688 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "mpv", "", d)} \ | 688 | ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "mpv", "", d)} \ |
| 689 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "pavucontrol", "", d)} \ | 689 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "pavucontrol", "", d)} \ |
| 690 | libopusenc \ | 690 | libopusenc \ |
| 691 | " | 691 | " |
