From 074bea89db6ce3ccca717999bd11c79fe9be7f79 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Tue, 23 Apr 2019 17:13:07 +0000 Subject: [PATCH] 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 --- recipes-external/gdb/gdbserver-external.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-external/gdb/gdbserver-external.bb b/recipes-external/gdb/gdbserver-external.bb index 301800a..e4b8e1a 100644 --- a/recipes-external/gdb/gdbserver-external.bb +++ b/recipes-external/gdb/gdbserver-external.bb @@ -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 \ "