diff options
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-cross_7.3a.bb')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross_7.3a.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.3a.bb b/meta/recipes-devtools/gdb/gdb-cross_7.3a.bb new file mode 100644 index 0000000000..587d518aa3 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb-cross_7.3a.bb @@ -0,0 +1,6 @@ +require gdb-cross.inc + +SRC_URI += "file://sim-install-6.6.patch" +EXPAT = "--with-expat" + +PR = "${INC_PR}.0" |