mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-08-15 06:03:25 +02:00
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:
@@ -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', ''))
|
||||
|
||||
Reference in New Issue
Block a user