mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 08:52:27 +02:00
external_common.bbclass: exclude LAYERDIR_external-toolchain from signatures
We never want an absolute filesystem path in our checksums. JIRA: SIEJIR-6415 Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -86,6 +86,8 @@ def external_run(d, *args):
|
||||
import oe.external
|
||||
return oe.external.run(d, *args)
|
||||
|
||||
external_run[vardepsexclude] += "LAYERDIR_external-toolchain"
|
||||
|
||||
def external_get_kernel_version(d, p):
|
||||
if (not d.getVar('TCMODE', True).startswith('external') or
|
||||
not d.getVar('EXTERNAL_TOOLCHAIN', True)):
|
||||
|
||||
Reference in New Issue
Block a user