summaryrefslogtreecommitdiffstats
path: root/meta/packages/gdb/gdb-cross_6.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gdb/gdb-cross_6.8.bb')
-rw-r--r--meta/packages/gdb/gdb-cross_6.8.bb12
1 files changed, 10 insertions, 2 deletions
diff --git a/meta/packages/gdb/gdb-cross_6.8.bb b/meta/packages/gdb/gdb-cross_6.8.bb
index 9a769c0a77..00e9c2f6c6 100644
--- a/meta/packages/gdb/gdb-cross_6.8.bb
+++ b/meta/packages/gdb/gdb-cross_6.8.bb
@@ -1,7 +1,15 @@
1require gdb-cross.inc 1require gdb-cross.inc
2 2
3SRC_URI += "file://sim-install-6.6.patch;patch=1"
4
5inherit cross 3inherit cross
6 4
5do_install () {
6 autotools_do_install
7}
8
9do_stage () {
10 autotools_stage_all
11}
12
13SRC_URI += "file://sim-install-6.6.patch;patch=1"
14
7PR = "r2" 15PR = "r2"