mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-07 00:14:39 +02:00
Merge pull request #164 from kergoth/master-fix-compilerdep-parse-error
gcc-runtime-external: fix COMPILERDEP parse error
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