Rename external-common to external_global

This aligns with upstream conventions, i.e. multilib vs multilib_global.

Signed-off-by: Christopher Larson <kergoth@gmail.com>
This commit is contained in:
Christopher Larson
2021-04-01 11:14:21 -07:00
parent e7609144a4
commit d158f72d6a
2 changed files with 2 additions and 2 deletions

View File

@@ -116,5 +116,5 @@ def external_get_kernel_version(d, p):
b = (code >> 8) & 0xFF
return '%d.%d' % (a, b)
bb.debug(1, 'external-common.bbclass: failed to find kernel version header in {}'.format(p))
bb.debug(1, 'external_global.bbclass: failed to find kernel version header in {}'.format(p))
return ''

View File

@@ -22,7 +22,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += "\
"
# Needed for external_run() for PV & LICENSE in the recipes, to be able to parse
INHERIT_append = " external-common"
INHERIT_append = " external_global"
# Fallback default for when the tcmode isn't sourced
GCC_VERSION ?= "0.0"