From 4329b27773f20933bb47b9ebfc9695c04bdcd3b0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 4 Jun 2025 21:05:48 +0100 Subject: [PATCH] barebox: Add missing depndency on lz4-native | /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 --- meta/classes-recipe/barebox.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3