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 oe-core with commit 07006c486722
("Revert "lzop: remove recipe from oe-core""), readd it to the barebox
depends to reallow lzop compression.

This reverts commit 38ada68.
  • Loading branch information
Emantor committed Apr 30, 2024
1 parent 4a371fe commit 94f371b
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 94f371b

Please sign in to comment.