Skip to content

Commit

Permalink
add env to RDEPENDS
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidma committed Oct 11, 2024
1 parent ab408ac commit 8909ea4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion meta-hulks/recipes-hulks/network-config/network-config.bb
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
DEPENDS += "nao-wifi-conf"
DEPENDS += "\
nao-wifi-conf\
"
RDEPENDS:${PN} += "\
env \
"


SUMMARY = "Add systemd services to initially set ip address config"
LICENSE = "GPL-3.0-only"
Expand Down

0 comments on commit 8909ea4

Please sign in to comment.