mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 01:02:01 +00:00
gcc-sanitizers: Depend on target gcc
Without this the target gcc might not be in the sysroot leading to configure failure. (From OE-Core rev: 329c532db4b2124fa3f4b3ab8c4c6d6c93ca7c2f) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
510344f372
commit
cb613904fd
@ -50,7 +50,7 @@ do_install () {
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
DEPENDS = "gcc-runtime"
|
||||
DEPENDS = "gcc-runtime virtual/${TARGET_PREFIX}gcc"
|
||||
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user