From: Richard Purdie Date: Wed, 4 Jun 2025 20:05:48 +0000 (+0100) Subject: barebox: Add missing depndency on lz4-native X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4329b27773f20933bb47b9ebfc9695c04bdcd3b0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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"