diff options
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc index e594bb12f5..844dce9451 100644 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc | |||
@@ -13,6 +13,8 @@ GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" | |||
13 | 13 | ||
14 | EXTRA_OECONF_append = "--with-python=${WORKDIR}/python" | 14 | EXTRA_OECONF_append = "--with-python=${WORKDIR}/python" |
15 | 15 | ||
16 | SSTATE_DUPWHITELIST += "${STAGING_DATADIR}/gdb" | ||
17 | |||
16 | do_configure_prepend() { | 18 | do_configure_prepend() { |
17 | cat > ${WORKDIR}/python << EOF | 19 | cat > ${WORKDIR}/python << EOF |
18 | #! /bin/sh | 20 | #! /bin/sh |