Skip to content

Commit

Permalink
barebox: readd lzop-native
Browse files Browse the repository at this point in the history
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 38ada68.

Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
  • Loading branch information
Emantor authored and ejoerns committed May 7, 2024
1 parent 831962e commit e733426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-bsp/barebox/barebox.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e733426

Please sign in to comment.