diff options
author | Christopher Larson <chris_larson@mentor.com> | 2015-11-04 16:51:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-25 08:08:16 +0000 |
commit | add3451fb2fee7a761e5f576dc638a880c24df89 (patch) | |
tree | 0af08c902fc136b7b8e1675c793d1e14475362d3 /meta/recipes-connectivity | |
parent | 7a557a2250c9ce89508f1000b2ee63e0f588c607 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 2 |
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 \ | |||
15 | 15 | ||
16 | inherit autotools pkgconfig systemd update-rc.d bluetooth | 16 | inherit autotools pkgconfig systemd update-rc.d bluetooth |
17 | 17 | ||
18 | DEPENDS = "dbus glib-2.0 ppp iptables" | 18 | DEPENDS = "dbus glib-2.0 ppp iptables readline" |
19 | 19 | ||
20 | INC_PR = "r20" | 20 | INC_PR = "r20" |
21 | 21 | ||