diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-12-14 10:10:43 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-15 22:01:18 +0100 |
commit | 17de8f60039f8744986521e3e77ee1cd5bb434ce (patch) | |
tree | db87400ed330439e1aa1ddf026b1d7d0ce8d91ec | |
parent | f4f1f35fae0463ac21bd8cadfaf766fd1cda852a (diff) | |
download | buildroot-17de8f60039f8744986521e3e77ee1cd5bb434ce.tar.gz buildroot-17de8f60039f8744986521e3e77ee1cd5bb434ce.zip |
dtv-scan-tables: comma separate licenses
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/dtv-scan-tables/dtv-scan-tables.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dtv-scan-tables/dtv-scan-tables.mk b/package/dtv-scan-tables/dtv-scan-tables.mk index 58d794a2b8..ab6a36c61e 100644 --- a/package/dtv-scan-tables/dtv-scan-tables.mk +++ b/package/dtv-scan-tables/dtv-scan-tables.mk @@ -14,7 +14,7 @@ DTV_SCAN_TABLES_SITE_METHOD = git # However, the package prominently contains the COPYING and COPYING.LIB # license files (respectively for the GPLv2 and the LGPLv2.1), so we use # that as the licensing information. -DTV_SCAN_TABLES_LICENSE = GPLv2 LGPLv2.1 +DTV_SCAN_TABLES_LICENSE = GPLv2, LGPLv2.1 DTV_SCAN_TABLES_LICENSE_FILES = COPYING COPYING.LGPL define DTV_SCAN_TABLES_INSTALL_TARGET_CMDS |