gcc-runtime-external: fix COMPILERDEP parse error

We don't need or want this dep, so set it to the empty string rather than
including gcc-common.inc. This fixes builds with current upstream master.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2017-01-30 09:11:13 -07:00
parent 198da6a8b4
commit 989f3e8457

View File

@@ -8,6 +8,8 @@ inherit external-toolchain
# GCC >4.2 is GPLv3
DEPENDS = "libgcc"
EXTRA_OECONF = ""
COMPILERDEP = ""
python () {
lic_deps = d.getVarFlag('do_populate_lic', 'depends', False)
d.setVarFlag('do_populate_lic', 'depends', lic_deps.replace('gcc-source-${PV}:do_unpack', ''))