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 depends flag
The depends flag isn't automatically updated to include the MLPREFIX the way the DEPENDS variable is by multilib_global, so this must include it directly. JIRA: SB-21758 Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -23,6 +23,6 @@ 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/${MLPREFIX}libc:do_packagedata \
|
||||
virtual/${MLPREFIX}${TARGET_PREFIX}compilerlibs:do_packagedata \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user