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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20214): https://lists.yoctoproject.org/g/meta-ti/message/20214 Mute This Topic: https://lists.yoctoproject.org/mt/120595695/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
