mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
binutils: Fix packaging now gold is always built
Resolves: ERROR: QA Issue: binutils: Files/directories were installed but not shipped /usr/bin/dwp /usr/bin/ld.gold [installed-vs-shipped] now gold is always built. (From OE-Core rev: 6333186e9764b2c269a2b3869956860fa8fde2b1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -41,7 +41,7 @@ USE_ALTERNATIVES_FOR = " \
|
||||
gprof \
|
||||
ld \
|
||||
ld.bfd \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', 'ld.gold dwp', '', d)} \
|
||||
ld.gold dwp \
|
||||
nm \
|
||||
objcopy \
|
||||
objdump \
|
||||
|
||||
Reference in New Issue
Block a user