mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-03 22:44:37 +02:00
external-toolchain.bbclass: set S=WORKDIR
This avoids the build warnings due to a nonexistent ${S}.
Signed-off-by: Christopher Larson <kergoth@gmail.com>
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
# LIC_FILES_CHKSUM, so use the license from common-licenses
|
||||
inherit common-license
|
||||
|
||||
# We don't extract anything which will create S, and we don't want to see the
|
||||
# warning about it
|
||||
S = "${WORKDIR}"
|
||||
|
||||
# Prebuilt binaries, no need for any default dependencies
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user