diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-06-04 20:49:06 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-06-04 20:49:06 +0000 |
commit | 3b8ff8bcbd52202370f6d0715aeab0e18155ab28 (patch) | |
tree | f03ffb8a8153b3d4f0c8727988dcbaa671eaa4fe /packages/gdb/gdb-cross_6.8.bb | |
parent | f1b4138b991d8d33ae347dbe44d66c2a47d880fd (diff) |
gdb-cross: fix some stuff for version 6.6 6.8
* remove sim-install-6.6.patch, it is the same patch as
sim-install-makefile.patch and does nothing useful on 6.6 and 6.8
* drop early_debug_in_nptl.patch for 6.8 because it is long time applied
upstream
* bump PR for both
Diffstat (limited to 'packages/gdb/gdb-cross_6.8.bb')
-rw-r--r-- | packages/gdb/gdb-cross_6.8.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/gdb/gdb-cross_6.8.bb b/packages/gdb/gdb-cross_6.8.bb index b0fb2e5788..f63f144d66 100644 --- a/packages/gdb/gdb-cross_6.8.bb +++ b/packages/gdb/gdb-cross_6.8.bb @@ -1,8 +1,4 @@ require gdb-cross.inc - -SRC_URI += "file://sim-install-6.6.patch;patch=1" -SRC_URI += "file://early_debug_in_nptl.patch;patch=1;pnum=0" - inherit cross -PR = "r1" +PR = "r2" |