Skip to content

Commit

Permalink
iot2050-eio-manager: add runtime dependency libfuse2
Browse files Browse the repository at this point in the history
EIO file system needs it

Signed-off-by: Nian Gao <[email protected]>
  • Loading branch information
Nian Gao authored and BaochengSu committed Mar 29, 2024
1 parent b5963ab commit f020609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-app/iot2050-eio-manager/iot2050-eio-manager_0.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SRC_URI += "${SRC_URI_BIN_PREDOWNLOAD}"

DEBIAN_DEPENDS = "python3, python3-grpcio, python3-dotenv, python3-jsonschema, \
python3-yaml, python3-bitstruct, python3-libgpiod, libflashrom1, libflashrom-dev, \
python3-progress, python3-psutil,"
python3-progress, python3-psutil, libfuse2, "

python do_fetch:prepend() {
import textwrap
Expand Down

0 comments on commit f020609

Please sign in to comment.