On Tue, 21 Feb 2017 01:21:35 +
"Burton, Ross" wrote:
> On 16 February 2017 at 10:34, Andreas Oberritter
> wrote:
>
> > +LICENSE = "BSD & GPLv2+ & LGPLv2.1+ & MIT"
> > +LICENSE_${PN} = "GPLv2+"
> > +LICENSE_libavcodec = "${@bb.utils.contains('PACKAGECONFIG', 'gpl',
> > 'GPLv2+', 'LGPLv2.1+',
On 16 February 2017 at 10:34, Andreas Oberritter
wrote:
> +LICENSE = "BSD & GPLv2+ & LGPLv2.1+ & MIT"
> +LICENSE_${PN} = "GPLv2+"
> +LICENSE_libavcodec = "${@bb.utils.contains('PACKAGECONFIG', 'gpl',
> 'GPLv2+', 'LGPLv2.1+', d)}"
> +LICENSE_libavdevice = "${@bb.utils.contains('PACKAGECONFIG', 'gp
FFmpeg has complicated licensing options, so it should also
have complicated license statements in its recipe.
Signed-off-by: Andreas Oberritter
---
meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.2.bb | 12 +++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-multim