diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-03-15 18:26:32 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-03-15 18:26:32 -0400 |
commit | 8d27fe0364ef3a11b5370383039b72c8a6893caf (patch) | |
tree | 6faacc92a4ac287c85896f07edfafda6e4639dae /recipes/gdb/gdb-cross_6.6.bb | |
parent | f92b2201ab4974bc1e2fed1b6ee9906774baf928 (diff) |
gdb: update LICENSE to specific GPLv2/GPLv3 depending on version
Diffstat (limited to 'recipes/gdb/gdb-cross_6.6.bb')
-rw-r--r-- | recipes/gdb/gdb-cross_6.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/gdb/gdb-cross_6.6.bb b/recipes/gdb/gdb-cross_6.6.bb index 570dd52859..a1851f7777 100644 --- a/recipes/gdb/gdb-cross_6.6.bb +++ b/recipes/gdb/gdb-cross_6.6.bb @@ -1,4 +1,6 @@ require gdb-cross.inc +LICENSE = "GPLv2" + inherit cross PR = "r3" |