gdb-cross-sdk: include patches from the gdb-cross package for version 6.6
authorHenning Heinold <heinold@inf.fu-berlin.de>
Wed, 4 Jun 2008 08:37:12 +0000 (08:37 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Wed, 4 Jun 2008 08:37:12 +0000 (08:37 +0000)
* bump PR
* rework SRC_URI for gdb-cross 6.6 too, no need to bump the PR
* fixes partly bug 4216

packages/gdb/gdb-cross-sdk_6.6.bb
packages/gdb/gdb-cross_6.6.bb

index b963489..2127fd9 100644 (file)
@@ -2,6 +2,11 @@ require gdb-cross.inc
 
 inherit sdk
 
+PR = "r1"
+
+SRC_URI += "file://sim-install-6.6.patch;patch=1 \
+            file://early_debug_in_nptl.patch;patch=1;pnum=0"
+
 do_stage() {
        :
 }
index 0fbd110..9e889ec 100644 (file)
@@ -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"