I am using dragonboard 410C + yocto, and I’m trying to build Mplayer2 . mplayer2 refuses to compile due to it’s commercial license:
… was skipped: because it has a restricted license not whitelisted in LICENSE_FLAGS_WHITELIST
I have already tried adding to local.conf:
LICENSE_FLAGS_WHITELIST = “commercial”
LICENSE_FLAGS_WHITELIST = “commercial_mplayer2”
LICENSE_FLAGS_WHITELIST = “mplayer2”
(did not work)
ant other idea?
thanks!