From 3956c7bd34f5c409e1fc161d8cbbcb2358df7437 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 30 Sep 2014 21:07:42 +0100 Subject: 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 --- meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/gdb/gdb-cross-canadian.inc') 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 -- cgit v1.1