From bdd6122a26fa3cb1a3cf4fcc5ff535a05cd86686 Mon Sep 17 00:00:00 2001 From: Awais Belal Date: Wed, 17 Apr 2019 17:31:03 +0500 Subject: local.conf.append.v1000: whitelist x264 for commercial multimedia The ffmpeg version in use for the v1000 depends on x264 so we need to whitelist x264 in configurations where INCLUDE_COMMERCIAL_MULTIMEDIA is enabled. Signed-off-by: Awais Belal --- meta-v1000/conf/local.conf.append.v1000 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-v1000/conf/local.conf.append.v1000') diff --git a/meta-v1000/conf/local.conf.append.v1000 b/meta-v1000/conf/local.conf.append.v1000 index 34518aa6..7593cdf9 100644 --- a/meta-v1000/conf/local.conf.append.v1000 +++ b/meta-v1000/conf/local.conf.append.v1000 @@ -36,7 +36,8 @@ COMMERCIAL_LIC_FLAGS_MULTIMEDIA = "commercial_gstreamer1.0-plugins-ugly \ commercial_mpeg2dec \ commercial_gstreamer1.0-libav \ commercial_mpg123 \ - commercial_ffmpeg" + commercial_ffmpeg \ + commercial_x264" LICENSE_FLAGS_WHITELIST_append = "${@' ${COMMERCIAL_LIC_FLAGS_MULTIMEDIA}' if bb.utils.to_boolean('${INCLUDE_COMMERCIAL_MULTIMEDIA}') else ''}" CORE_IMAGE_EXTRA_INSTALL_append = "${@' packagegroup-multimedia-risky' if bb.utils.to_boolean('${INCLUDE_COMMERCIAL_MULTIMEDIA}') else ''}" -- cgit