<html><head></head><body><div>On Sat, 2017-08-12 at 15:10 +0300, Jussi Kukkonen wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div dir="ltr">> ERROR: Nothing PROVIDES 'libav' (but<br>> /u/hope_poky/poky_for_mon/poky/meta-raspberrypi/recipes-multimedia/omxplayer/<a href="http://omxplayer_git.bb">omxplayer_git.bb</a><br>> DEPENDS on or otherwise requires it)<br>> ERROR: ffmpeg PROVIDES libav but was skipped: because it has a<br>> restricted license not whitelisted in LICENSE_FLAGS_WHITELIST<br><div><br></div><div>Searching the Yocto reference manual for this term will lead to <a href="http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#enabling-commercially-licensed-recipes">http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#enabling-commercially-licensed-recipes</a> which should have the details you need to resolve the issue. </div><div><br></div><div>Jussi</div></div>
</blockquote><div><br></div><div>Hi,</div><div><br></div><div>This info is actually also present in the meta-raspberrypi documentation, in 'docs/extra-apps.md':</div><div><br></div><div>$ cat docs/extra-apps.md</div><div># Extra apps</div><div><br></div><div>## omxplayer</div><div><br></div><div>omxplayer depends on libav which has a commercial license. So in order to be</div><div>able to compile omxplayer you will need to whiteflag the commercial</div><div>license in your local.conf:</div><div><br></div><div> LICENSE_FLAGS_WHITELIST = "commercial"</div><div><br></div><div><br></div><div><br></div><div>To make full use of the documentation I recommend that you are generating the documentation within docs/ in for example html format and make use of the searching functionality in there.</div><div><br></div><div><br></div><div>BR Petter</div><div></div></body></html>