mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-04 15:04:37 +02:00
eglibc-sourcery: skip package when not using exttc
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -53,3 +53,11 @@ do_configure () {
|
||||
}
|
||||
|
||||
require recipes/eglibc/eglibc-package-adjusted.inc
|
||||
|
||||
CSL_VER_MAIN ??= ""
|
||||
CSL_VER_LIBC ??= ""
|
||||
|
||||
python () {
|
||||
if not d.getVar("CSL_VER_MAIN"):
|
||||
raise bb.parse.SkipPackage("External CSL toolchain not configured (CSL_VER_MAIN not set).")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user