Skip to content

Commit

Permalink
connman: add connman-client to rdepends
Browse files Browse the repository at this point in the history
We need connman-client to work with connman. Add it to its runtime
dependencies, so it is always deployed to images together with connman.

Signed-off-by: Oleksandr Kravchuk <[email protected]>
  • Loading branch information
sashko committed Jul 25, 2019
1 parent 88c6d29 commit 52a40e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-connectivity/connman/connman_%.bbappend
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

SRC_URI += "file://disable_connman_dns_proxy.patch"

RDEPENDS_${PN} += " connman-client"

0 comments on commit 52a40e1

Please sign in to comment.