[Buildroot] [PATCH 4/6] package/evemu: fix legal-info

Yann E. MORIN yann.morin.1998 at free.fr
Sun Apr 5 16:48:25 UTC 2015


COPYING.GPL3 is not present in the sources.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
---
 package/evemu/evemu.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/evemu/evemu.mk b/package/evemu/evemu.mk
index 9acdbe2..b502469 100644
--- a/package/evemu/evemu.mk
+++ b/package/evemu/evemu.mk
@@ -8,7 +8,7 @@ EVEMU_VERSION = 2.1.0
 EVEMU_SITE = http://www.freedesktop.org/software/evemu
 EVEMU_SOURCE = evemu-$(EVEMU_VERSION).tar.xz
 EVEMU_LICENSE = LGPLv3 (library), GPLv3 (tools)
-EVEMU_LICENSE_FILES = COPYING COPYING.GPL3
+EVEMU_LICENSE_FILES = COPYING
 
 # asciidoc used to generate manpages, which we don't need, and if it's
 # present on the build host, it ends getting called with our host-python
-- 
1.9.1



More information about the buildroot mailing list