diff --git a/recipes/eglibc/eglibc-sourcery.bb b/recipes/eglibc/eglibc-sourcery.bb index a15bd30..1c7e72e 100644 --- a/recipes/eglibc/eglibc-sourcery.bb +++ b/recipes/eglibc/eglibc-sourcery.bb @@ -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).") +}