Skip to content

Commit

Permalink
Merge pull request #649 from balena-os/fix_unipi
Browse files Browse the repository at this point in the history
unipi-tools: Fix binaries install
  • Loading branch information
bulldozer-balena[bot] authored Apr 29, 2021
2 parents 4d5a703 + 49214a4 commit 20dd0fe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ SRC_URI = "git://git@git.unipi.technology/UniPi/unipi-tools.git;protocol=https"
inherit systemd

DEPENDS += "libmodbus systemd"
RDEPENDS_${PN} += "libmodbus"

SRCREV = "1.2.44"

Expand Down Expand Up @@ -34,7 +35,7 @@ do_install() {

# install the tools
install -d ${D}/opt/unipi/tools
install -m 0644 \
install -m 0755 \
${S}/unipi_tcp_server \
${S}/fwspi \
${S}/fwserial \
Expand Down

0 comments on commit 20dd0fe

Please sign in to comment.