diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-30 21:07:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-30 21:36:14 +0100 |
commit | 3956c7bd34f5c409e1fc161d8cbbcb2358df7437 (patch) | |
tree | bf7b373d5f39e81c1389f4d68f5fb240d3c3e5bd | |
parent | 94503ca4b7d38378784f099239c388f77d8ef226 (diff) | |
download | poky-3956c7bd34f5c409e1fc161d8cbbcb2358df7437.tar.gz |
gdb-cross-canadian: Add to sstate whitelist
The various gdb variants overwrite in datadir so whitelist this for now, they
are the same files and this is not an issue.
(From OE-Core rev: 472efca12108d26201d2236ff436a08845313f48)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 |