mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-17 20:52:16 +02:00
gcc-external-cross-canadian: only grab the BINV dir, not all of lib/gcc
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
committed by
Christopher Larson
parent
6a1eb0c03a
commit
f0acd784ab
@@ -1,10 +1,12 @@
|
||||
require recipes-external/gcc/gcc-external.inc
|
||||
inherit external-toolchain-cross-canadian
|
||||
|
||||
BINV = "${GCC_VERSION}"
|
||||
|
||||
RDEPENDS_${PN} = "binutils-external-cross-canadian-${TRANSLATED_TARGET_ARCH}"
|
||||
FILES_${PN} = "\
|
||||
${libdir}/gcc/${EXTERNAL_TARGET_SYS} \
|
||||
${libexecdir}/gcc/${EXTERNAL_TARGET_SYS} \
|
||||
${libdir}/gcc/${EXTERNAL_TARGET_SYS}/${BINV} \
|
||||
${libexecdir}/gcc/${EXTERNAL_TARGET_SYS}/${BINV} \
|
||||
${@' '.join('${base_bindir}/${EXTERNAL_TARGET_SYS}-' + i for i in '${gcc_binaries}'.split())} \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user