mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-28 19:12:39 +00:00
libnvidia-container: fix whitespace in OBJCPY setting
Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
@@ -67,7 +67,7 @@ EXTRA_OEMAKE = 'EXCLUDE_BUILD_FLAGS=1 PLATFORM=${HOST_ARCH} WITH_LIBELF=yes COMP
|
||||
NVIDIA_MODPROBE_EXTRA_CFLAGS ?= "${DEBUG_PREFIX_MAP}"
|
||||
GO_LINKSHARED = ""
|
||||
|
||||
export OBJCPY="${OBJCOPY}"
|
||||
export OBJCPY = "${OBJCOPY}"
|
||||
|
||||
python do_unpack() {
|
||||
bb.build.exec_func('base_do_unpack', d)
|
||||
|
||||
Reference in New Issue
Block a user