build system - libmod error in yocto krogoth 2.1.2 -
i compiling libmad in yocto-2.1.2 giving below error.
nothing provides 'libmad'libmad skipped: because has restricted license not whitelisted in license_flags_whitelist
how resove error. in advance.
i'm compiling libmad
python-pygame recipe in yocto(toaster).
in libmad
recipe, there's line
license_flags = "commercial"
which means might require commercial license (depending on jurisdiction etc. can case eg media encoders / decoders).
if / when have solved issue (either obtaining commercial license, or deemed don't need one), should add:
license_flags_whitelist += "commercial_libmad"
in local.conf
or in distro config.
Comments
Post a Comment