aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/connman
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2015-11-04 16:51:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-11-25 08:08:16 +0000
commitadd3451fb2fee7a761e5f576dc638a880c24df89 (patch)
tree0af08c902fc136b7b8e1675c793d1e14475362d3 /meta/recipes-connectivity/connman
parent7a557a2250c9ce89508f1000b2ee63e0f588c607 (diff)
downloadopenembedded-core-contrib-add3451fb2fee7a761e5f576dc638a880c24df89.tar.gz
connman: depend on readline
When the client is enabled, which we do by default, readline is required. Currently it gets pulled in by other dependencies of connman, indirectly, but we should be explicit rather than relying on this. (From OE-Core rev: 8d10de63e09754ed600ad3130b685bb1624eba5e) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman')
-rw-r--r--meta/recipes-connectivity/connman/connman.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index afdb3f2d09..6324d7a1fd 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
inherit autotools pkgconfig systemd update-rc.d bluetooth
-DEPENDS = "dbus glib-2.0 ppp iptables"
+DEPENDS = "dbus glib-2.0 ppp iptables readline"
INC_PR = "r20"