From 2ec03e65ddc5d3c50e0020808577815cb1fd51a4 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 25 Aug 2009 20:42:40 +0800 Subject: gdb: Make 6.8 packages match regarding patches and license 6.8 was the first release to use GPLv3+, make sure the license is set correctly. Also make sure the karmic compile fix is applied for everyone. --- recipes/gdb/gdb-cross_6.8.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/gdb/gdb-cross_6.8.bb') diff --git a/recipes/gdb/gdb-cross_6.8.bb b/recipes/gdb/gdb-cross_6.8.bb index 664ab5e323..2c24d4cac8 100644 --- a/recipes/gdb/gdb-cross_6.8.bb +++ b/recipes/gdb/gdb-cross_6.8.bb @@ -1,6 +1,8 @@ require gdb-cross.inc +LICENSE = "GPLv3" -SRC_URI += "file://gcc-4.3-build-error.patch;patch=1;pnum=0" +SRC_URI += "file://gcc-4.3-build-error.patch;patch=1;pnum=0 \ + file://gdb-6.8-fix-compile-karmic.patch;patch=1" inherit cross -- cgit 1.2.3-korg