Browse Source

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>
Madhavan Krishnan 5 years ago
parent
commit
c5bc556873
1 changed files with 2 additions and 1 deletions
  1. 2 1
      recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend

+ 2 - 1
recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend

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