tvheadend: fix license file variable after version bump
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 3 Jun 2014 06:51:55 +0000 (08:51 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 3 Jun 2014 07:17:22 +0000 (09:17 +0200)
Fixes:

  http://autobuild.buildroot.org/results/a8a/a8a5a17faa069abdde7cfc58da327c292874069f/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/tvheadend/tvheadend.mk

index 244e12999aaa9dbddf5c7b748d6f9ca583c533b8..f0bb834ff8e2f596be72c48e00b283614ff8a3f7 100644 (file)
@@ -7,7 +7,7 @@
 TVHEADEND_VERSION = 0ebca1b3dbb6a18d8adcf66a32b5922ce769b9b5
 TVHEADEND_SITE = $(call github,tvheadend,tvheadend,$(TVHEADEND_VERSION))
 TVHEADEND_LICENSE = GPLv3+
-TVHEADEND_LICENSE_FILES = LICENSE
+TVHEADEND_LICENSE_FILES = LICENSE.md
 TVHEADEND_DEPENDENCIES = host-pkgconf host-python openssl
 
 ifeq ($(BR2_PACKAGE_AVAHI),y)