Skip to content

Commit

Permalink
iot2050-eio-manager: add build depends libfuse2 and libgpiod2
Browse files Browse the repository at this point in the history
dh_shlibdeps checks for the library dependencies of the
pre-built binary during installation, and those aren't fulfilled
unless we add those libs as build-time dependencies.

Signed-off-by: Nian Gao <[email protected]>
  • Loading branch information
Nian Gao authored and huaqianli committed Apr 9, 2024
1 parent f020609 commit 9d92af4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-app/iot2050-eio-manager/iot2050-eio-manager_0.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ DEBIAN_DEPENDS = "python3, python3-grpcio, python3-dotenv, python3-jsonschema, \
python3-yaml, python3-bitstruct, python3-libgpiod, libflashrom1, libflashrom-dev, \
python3-progress, python3-psutil, libfuse2, "

DEBIAN_BUILD_DEPENDS = "libfuse2, libgpiod2"

python do_fetch:prepend() {
import textwrap
src_uri_bin = (d.getVar('SRC_URI_BIN_PREDOWNLOAD') or "").split()
Expand Down

0 comments on commit 9d92af4

Please sign in to comment.