Skip to content

Commit

Permalink
ethos-u-vela: Fix runtime dependencies
Browse files Browse the repository at this point in the history
vela imports pkg_resources module, so this needs to added to RDEPENDS.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
  • Loading branch information
tq-steina committed Sep 26, 2024
1 parent 320468f commit 9bc58cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-libraries/ethos-u-vela/ethos-u-vela_3.6.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ do_compile:prepend() {
export https_proxy=${https_proxy}
}

RDEPENDS:${PN} += "flatbuffers python3-numpy python3-lxml"
RDEPENDS:${PN} += "flatbuffers python3-numpy python3-lxml python3-pkg-resources"

COMPATIBLE_MACHINE = "(mx93-nxp-bsp)"

0 comments on commit 9bc58cc

Please sign in to comment.