diff options
Diffstat (limited to 'common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.3.bbappend')
-rw-r--r-- | common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.3.bbappend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.3.bbappend b/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.3.bbappend index 2f46ba3..ae95283 100644 --- a/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.3.bbappend +++ b/common/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.3.bbappend @@ -1,5 +1,5 @@ PACKAGECONFIG ??= " \ - ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ - ${@base_contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \ ivorbis ogg theora vorbis \ " |