mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 17:18:52 +00:00
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>
This commit is contained in:
parent
94503ca4b7
commit
3956c7bd34
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user