* bump PR
* rework SRC_URI for gdb-cross 6.6 too, no need to bump the PR
* fixes partly bug 4216
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() {
:
}
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"