From 8d10de63e09754ed600ad3130b685bb1624eba5e Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Wed, 4 Nov 2015 16:51:13 -0700 Subject: 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 Signed-off-by: Ross Burton --- meta/recipes-connectivity/connman/connman.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg