* [PATCH] gdb-cross-canadian: Add to sstate whitelist
@ 2014-09-30 20:07 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-09-30 20:07 UTC (permalink / raw)
To: openembedded-core
The various gdb variants overwrite in datadir so whitelist this for now, they
are the same files and this is not an issue.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
index e594bb1..844dce9 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}'"
EXTRA_OECONF_append = "--with-python=${WORKDIR}/python"
+SSTATE_DUPWHITELIST += "${STAGING_DATADIR}/gdb"
+
do_configure_prepend() {
cat > ${WORKDIR}/python << EOF
#! /bin/sh
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-09-30 20:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-30 20:07 [PATCH] gdb-cross-canadian: Add to sstate whitelist Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.