gstreamer: Fix the compilation issue in meta multimedia image

When we tried to build the meta-multimedia-image, we faced the
compilation issue with faad component.

Since faad component has commercial license, we could not able
to build with multimedia image. So we have modified the faad
component to be included when commercial licenese is supported.

Signed-off-by: Madhavan Krishnan <madhavan.krishnan@linaro.org>
This commit is contained in:
Madhavan Krishnan 2020-03-10 08:31:20 +01:00 committed by Andrei Gherzan
parent bf15756322
commit c5bc556873

View File

@ -1 +1,2 @@
PACKAGECONFIG_append_rpi = " hls libmms faad" PACKAGECONFIG_append_rpi = " hls libmms \
${@bb.utils.contains('LICENSE_FLAGS_WHITELIST', 'commercial', 'faad', '', d)}"