summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-12-14 10:10:51 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-15 22:02:12 +0100
commit388c4ef06d4a3ba27d0971979eb30dc9c3d6c4f9 (patch)
tree9aa2a8b3fddb6675ba4c498d37768d6798586305
parent17f3f340796b069c83780bd6bfe81581fbb02d81 (diff)
downloadbuildroot-388c4ef06d4a3ba27d0971979eb30dc9c3d6c4f9.tar.gz
buildroot-388c4ef06d4a3ba27d0971979eb30dc9c3d6c4f9.zip
gdb: 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/gdb/gdb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gdb/gdb.mk b/package/gdb/gdb.mk
index 15f394ce1e..3b0f501db8 100644
--- a/package/gdb/gdb.mk
+++ b/package/gdb/gdb.mk
@@ -23,7 +23,7 @@ ifneq ($(filter 7.7.%,$(GDB_VERSION)),)
GDB_SOURCE = gdb-$(GDB_VERSION).tar.bz2
endif
-GDB_LICENSE = GPLv2+ LGPLv2+ GPLv3+ LGPLv3+
+GDB_LICENSE = GPLv2+, LGPLv2+, GPLv3+, LGPLv3+
GDB_LICENSE_FILES = COPYING COPYING.LIB COPYING3 COPYING3.LIB
# We only want gdbserver and not the entire debugger.
OpenPOWER on IntegriCloud