aboutsummaryrefslogtreecommitdiffstats
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:07:57 +0000
commit8d10de63e09754ed600ad3130b685bb1624eba5e (patch)
tree5a78b801621eff553edd6fc450b42042a627b3a5
parent448f211ba8a2a05380276de648176422c0b6eb37 (diff)
downloadopenembedded-core-contrib-8d10de63e09754ed600ad3130b685bb1624eba5e.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. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-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"