gcc-runtime-external: override REL_S

This is needed to fix the debug prefix map, as we want to be looking for
gcc and gcc-runtime, not gcc-runtime-external.

JIRA: SB-21854

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2023-04-20 23:17:41 +05:00
parent d93d7132da
commit 6c7dcb3f36

View File

@@ -5,6 +5,8 @@ require recipes-devtools/gcc/gcc-runtime.inc
require recipes-external/gcc/gcc-no-shared-source.inc
inherit external-toolchain
REL_S = "/usr/src/debug/gcc/${EXTENDPE}${GCC_VERSION}-${PR}"
# GCC >4.2 is GPLv3
DEPENDS = "libgcc"
EXTRA_OECONF = ""