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:
Christopher Larson
2023-05-18 10:30:27 -05:00
parent 9986ff3318
commit aad8d4ffcd

View File

@@ -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 \
"