ffmpeg: fix license file
authorLuca Ceresoli <luca@lucaceresoli.net>
Thu, 2 Oct 2014 10:11:01 +0000 (12:11 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 2 Oct 2014 10:15:51 +0000 (12:15 +0200)
Somewhere between 1.2.7 and 2.3.1 (version bump in bf76f4319131a107)
the LICENSE file has been renamed to LICENSE.md, so `make legal-info`
is currently broken. Update to the current file name.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ffmpeg/ffmpeg.mk

index b4b2e568e381cf4d870c3b5dbdf18794573b7f1e..5b7fa200296b576c633b39ab606768e3ae8edbdc 100644 (file)
@@ -10,7 +10,7 @@ FFMPEG_SITE = http://ffmpeg.org/releases
 FFMPEG_INSTALL_STAGING = YES
 
 FFMPEG_LICENSE = LGPLv2.1+, libjpeg license
-FFMPEG_LICENSE_FILES = LICENSE COPYING.LGPLv2.1
+FFMPEG_LICENSE_FILES = LICENSE.md COPYING.LGPLv2.1
 ifeq ($(BR2_PACKAGE_FFMPEG_GPL),y)
 FFMPEG_LICENSE += and GPLv2+
 FFMPEG_LICENSE_FILES += COPYING.GPLv2