]> code.ossystems Code Review - openembedded-core.git/commitdiff
connman: depend on readline
authorChristopher Larson <chris_larson@mentor.com>
Wed, 4 Nov 2015 23:51:13 +0000 (16:51 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 25 Nov 2015 08:07:57 +0000 (08:07 +0000)
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>
meta/recipes-connectivity/connman/connman.inc

index afdb3f2d0927e4b051228cee2aed458871d8fb0d..6324d7a1fd677c9b97a31a7c849b919a35e4e1c4 100644 (file)
@@ -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"