mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-10 18:05:28 +02:00
external-toolchain.bbclass: stop overriding S, we need it for debugsrc
We need to be able to copy sources from the external toolchain into it in do_unpack, then back out into the install area in do_install. Note that attempts were made to bypass this indirection by having do_package directly copy sources from the external toolchain, and while this did function, it results in pseudo failures breaking the build. Further investigation could be done on this in the future. JIRA: SB-21854 Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -15,10 +15,6 @@ inherit common-license
|
||||
|
||||
OVERRIDES =. "external:"
|
||||
|
||||
# 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