diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-27 20:15:23 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-05-06 13:20:42 -0700 |
commit | 2402510a5e3ff9d2d1989e8435adf542c0c3960c (patch) | |
tree | e9bd7ce26ef32618f4bc74316f21a4d2568fb54e /recipes/gdb | |
parent | 61df9a012c851a9a24d151c4570a2612c362c41a (diff) |
gdb: 6.8 is GPLv3
Diffstat (limited to 'recipes/gdb')
-rw-r--r-- | recipes/gdb/gdb_6.8.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gdb/gdb_6.8.bb b/recipes/gdb/gdb_6.8.bb index a969651c24..afa4286c2e 100644 --- a/recipes/gdb/gdb_6.8.bb +++ b/recipes/gdb/gdb_6.8.bb @@ -1,4 +1,5 @@ require gdb.inc +LICENSE = "GPLv3" SRC_URI += "file://gcc-4.3-build-error.patch;patch=1;pnum=0" |