Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
inherit cross-canadian
-do_stage() {
- :
+do_install () {
+ autotools_do_install
+}
+
+do_stage () {
+ autotools_stage_all
}
oe_runconf
}
+inherit cross
+
+do_install () {
+ autotools_do_install
+}
+
do_stage () {
- oe_runmake install
+ autotools_stage_all
}
require gdb-cross.inc
-SRC_URI += "file://sim-install-6.6.patch;patch=1"
-
inherit cross
+do_install () {
+ autotools_do_install
+}
+
+do_stage () {
+ autotools_stage_all
+}
+
+SRC_URI += "file://sim-install-6.6.patch;patch=1"
+
PR = "r2"
CPPFLAGS="" oe_runconf
}
-do_install () {
- make -C bfd/doc chew LDFLAGS= CFLAGS=-O2
- oe_runmake DESTDIR='${D}' install
- install -d ${D}${bindir}
- install -m 0755 gdb/gdbserver/gdbserver ${D}${bindir}
-}
-
-