diff options
Diffstat (limited to 'meta/recipes-devtools/gdb')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc index 844dce9451..4fd60a615e 100644 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc | |||
@@ -11,7 +11,7 @@ RDEPENDS_${PN} += "nativesdk-python-core nativesdk-python-lang nativesdk-python- | |||
11 | 11 | ||
12 | GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" | 12 | 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" | 16 | SSTATE_DUPWHITELIST += "${STAGING_DATADIR}/gdb" |
17 | 17 | ||