[meta-ti][master][PATCH] meta-ti-test: Add commercial_mpv license to LICENSE_FLAGS_ACCEPTED
Ryan Eatmon <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-ti |
|---|---|
| Message-ID | <[email protected]> |
A change in meta-openembedded [1] has propagated the ffmpeg commercial license setting through into mpv (which depends on ffmpeg). This means we need to add commercial_mpv to the list as well. [1] https://git.openembedded.org/meta-openembedded/commit/?id=5f4e021e2df0cd434f9266aadb2353886e57854a Signed-off-by: Ryan Eatmon <[email protected]> --- meta-ti-test/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-test/conf/layer.conf b/meta-ti-test/conf/layer.conf index 5e370d31..39a9b6de 100644 --- a/meta-ti-test/conf/layer.conf +++ b/meta-ti-test/conf/layer.conf @@ -37,4 +37,4 @@ BBFILES_DYNAMIC += " \ # Codecs in ffmpeg with questionable patent status are not included by # default. As this entire layer is purely optional for testing purposes only # and not meant to be shipped, add support for the ffmpeg commercial license. -LICENSE_FLAGS_ACCEPTED:append:ti-soc = " commercial_ffmpeg" +LICENSE_FLAGS_ACCEPTED:append:ti-soc = " commercial_ffmpeg commercial_mpv" -- 2.43.0