diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2017-02-11 23:50:38 +0100 |
---|---|---|
committer | Andreas Oberritter <obi@opendreambox.org> | 2017-06-26 22:57:21 +0200 |
commit | b2ba77ba9aef4d4b9287b915abad93d44144d898 (patch) | |
tree | 98b78bd8cd913b96da04046fa1e2a71330b2b782 /meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb | |
parent | 5cef6d82cbb34d0f5515aa01f85fc7c9fb8f82e0 (diff) | |
download | openembedded-core-contrib-obi/krogoth-stable.tar.gz |
ffmpeg: Build libpostproc even if global gpl flag is unsetobi/krogoth-stable
The libpostproc package has an explicit GPLv2+ license tag.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb')
-rw-r--r-- | meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb index 3b682c90ea..ae461b19d9 100644 --- a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb @@ -24,7 +24,8 @@ LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02" SRC_URI = "https://www.ffmpeg.org/releases/${BP}.tar.xz \ - file://0001-configure-build-fix-for-P5600-with-mips-code-restruc.patch" + file://0001-configure-build-fix-for-P5600-with-mips-code-restruc.patch \ + file://0002-configure-allow-libpostproc-without-gpl-flag.patch" SRC_URI[md5sum] = "ef9b6634bb7c920efc940b4d55adf7b2" SRC_URI[sha256sum] = "12f32cee41c74435f608c30793fd616bdf53467bb513278e273e135a4c58e470" |