* The libav bbappend removes the commerial license SW so we can add it to the whitelist.
Signed-off-by: Chase Maupin <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 76254f2..bf1c601 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -62,7 +62,7 @@ ENTERPRISE_DISTRO = "1" # disable by default the codecs in libav that causes issues with shipping an # Arago based SDK. No need to prevent gst-ffmpeg from being used since we # disable troublesome software. -LICENSE_FLAGS_WHITELIST = "commercial_gst-ffmpeg" +LICENSE_FLAGS_WHITELIST = "commercial_gst-ffmpeg commercial_libav" # Some machines with the same architecture use different kernel versions. # Set PACKAGE_ARCH to allow packages to be seperated by both architecture and -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
