From acbc476ba0a4b2d8ca49824d4a4d19e08843dae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 19 Nov 2018 13:29:06 +0100 Subject: [PATCH] Remove DISTRO_FEATURES optionals MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These are remnants from meta-misc now we are the distro and set DISTRO_FEATURES Signed-off-by: Andreas Müller --- appends/meta-multimedia/fluidsynth_%.bbappend | 2 +- recipes-image/packagegroups/packagegroup-gui-tiny.bb | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/appends/meta-multimedia/fluidsynth_%.bbappend b/appends/meta-multimedia/fluidsynth_%.bbappend index 2551d96..c0ca18f 100644 --- a/appends/meta-multimedia/fluidsynth_%.bbappend +++ b/appends/meta-multimedia/fluidsynth_%.bbappend @@ -1,6 +1,6 @@ PACKAGECONFIG ?= " \ sndfile \ jack \ - ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \ + pulseaudio \ portaudio \ " diff --git a/recipes-image/packagegroups/packagegroup-gui-tiny.bb b/recipes-image/packagegroups/packagegroup-gui-tiny.bb index a90b74a..88d9db0 100644 --- a/recipes-image/packagegroups/packagegroup-gui-tiny.bb +++ b/recipes-image/packagegroups/packagegroup-gui-tiny.bb @@ -21,6 +21,5 @@ RDEPENDS_${PN} = " \ bash-completion \ dconf-editor \ \ - ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'glmark2 mesa-demos', '', d)} \ - ${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'eglinfo-x11', '', d)} \ + glmark2 mesa-demos eglinfo-x11 \ "