diff options
Diffstat (limited to 'packages/gdb/gdb-cross_6.6.bb')
-rw-r--r-- | packages/gdb/gdb-cross_6.6.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/gdb/gdb-cross_6.6.bb b/packages/gdb/gdb-cross_6.6.bb index 0fbd11015c..9e889ec05f 100644 --- a/packages/gdb/gdb-cross_6.6.bb +++ b/packages/gdb/gdb-cross_6.6.bb @@ -1,8 +1,8 @@ require gdb-cross.inc +inherit cross +PR = "r2" -SRC_URI += "file://sim-install-6.6.patch;patch=1" -SRC_URI += "file://early_debug_in_nptl.patch;patch=1;pnum=0" +SRC_URI += "file://sim-install-6.6.patch;patch=1 \ + file://early_debug_in_nptl.patch;patch=1;pnum=0" -inherit cross -PR = "r2" |