diff mbox series

barebox: Add missing depndency on lz4-native

Message ID 20250604200630.3899333-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 4329b27773f20933bb47b9ebfc9695c04bdcd3b0
Headers show
Series barebox: Add missing depndency on lz4-native | expand

Commit Message

Richard Purdie June 4, 2025, 8:06 p.m. UTC
| /bin/sh: 1: lz4: not found
| make[4]: *** [scripts/Makefile.lib:413: common/boards/qemu-virt/fitimage-pubkey.dtb.z] Error 1
| make[3]: *** [tmp/work/qemuarm64-poky-linux/barebox/2025.04.0/barebox-2025.04.0/scripts/Makefile.build:293: common/boards/qemu-virt] Error 2

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/classes-recipe/barebox.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/classes-recipe/barebox.bbclass b/meta/classes-recipe/barebox.bbclass
index 200ba08326a..a562dce1690 100644
--- a/meta/classes-recipe/barebox.bbclass
+++ b/meta/classes-recipe/barebox.bbclass
@@ -12,7 +12,7 @@  PROVIDES += "virtual/bootloader"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-DEPENDS += "bison-native flex-native"
+DEPENDS += "bison-native flex-native lz4-native"
 
 S = "${WORKDIR}/barebox-${PV}"
 B = "${WORKDIR}/build"