libnvidia-container: fix whitespace in OBJCPY setting

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2025-04-18 06:39:20 -07:00
parent 0b0a278cf1
commit a03b9fbef2

View File

@@ -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)