diff options
Diffstat (limited to 'meta/recipes-devtools/gdb')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-cross.inc b/meta/recipes-devtools/gdb/gdb-cross.inc index d92f31fb01..ebe329f6d3 100644 --- a/meta/recipes-devtools/gdb/gdb-cross.inc +++ b/meta/recipes-devtools/gdb/gdb-cross.inc | |||
@@ -21,6 +21,9 @@ GDBPROPREFIX = "" | |||
21 | PN = "gdb-cross-${TARGET_ARCH}" | 21 | PN = "gdb-cross-${TARGET_ARCH}" |
22 | BPN = "gdb" | 22 | BPN = "gdb" |
23 | 23 | ||
24 | # Ignore how TARGET_ARCH is computed. | ||
25 | TARGET_ARCH[vardepvalue] = "${TARGET_ARCH}" | ||
26 | |||
24 | inherit cross | 27 | inherit cross |
25 | inherit gettext | 28 | inherit gettext |
26 | 29 | ||