From e7334260fcf91e44f98d0d103c8aa79c9343b248 Mon Sep 17 00:00:00 2001 From: Rouven Czerwinski Date: Tue, 30 Apr 2024 12:13:34 +0200 Subject: [PATCH] barebox: readd lzop-native In scarthgap, lzop has been readded to poky with commit 07006c486722 ("Revert "lzop: remove recipe from oe-core""), readd it to the barebox depends to reallow lzop compression. This reverts commit 38ada68c708d793eae99ace05dae1ba061fbfbdc. Signed-off-by: Rouven Czerwinski --- recipes-bsp/barebox/barebox.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/barebox/barebox.inc b/recipes-bsp/barebox/barebox.inc index 5704f0a..2a234b6 100644 --- a/recipes-bsp/barebox/barebox.inc +++ b/recipes-bsp/barebox/barebox.inc @@ -12,7 +12,7 @@ inherit kernel-arch deploy inherit cml1 inherit pkgconfig -DEPENDS = "libusb1-native bison-native flex-native" +DEPENDS = "libusb1-native lzop-native bison-native flex-native" PACKAGES += "${PN}-bareboxenv ${PN}-bareboxcrc32 ${PN}-kernel-install \ ${PN}-bareboximd"