projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17f3f34
)
gdb: comma separate licenses
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Mon, 14 Dec 2015 13:10:51 +0000
(10:10 -0300)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Tue, 15 Dec 2015 21:02:12 +0000
(22:02 +0100)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gdb/gdb.mk
patch
|
blob
|
history
diff --git
a/package/gdb/gdb.mk
b/package/gdb/gdb.mk
index 15f394ce1e2bf43bbc3119b34553a9fe8654a863..3b0f501db8d5d5f13a44fe3682d89377dc419269 100644
(file)
--- 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.