mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 08:52:27 +02:00
gdbserver-external: add missing MLPREFIX in dep on compilerlibs
DEPENDS/PROVIDES & PREFERRED_PROVIDER get mapped for mlprefix automatically, but 'depends' flags do not, so the MLPREFIX has to be explicit in such flags. This fixes the ability to build multilib images, i.e. lib32-core-image-base. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -24,5 +24,5 @@ FILES_${PN}-doc = "${mandir}/man1/gdbserver.1"
|
||||
# Ensure that our rdeps are able to be set by shlibs processing
|
||||
do_package[depends] += "\
|
||||
virtual/libc:do_packagedata \
|
||||
virtual/${TARGET_PREFIX}compilerlibs:do_packagedata \
|
||||
virtual/${MLPREFIX}${TARGET_PREFIX}compilerlibs:do_packagedata \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user