diff options
author | Jan Lübbe <jluebbe@debian.org> | 2009-01-28 16:28:08 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-01-28 20:14:52 +0100 |
commit | 06d8035901bb402f73d74008e72ef4e1a3b90e93 (patch) | |
tree | 532bc434e08a7478884f9669b7d62083f0d50ae6 | |
parent | bf4cf56a36ee99a20c797e8512256e01ede19876 (diff) |
task-fso-compliance: add connman and plugins now that they build correctly
-rw-r--r-- | packages/tasks/task-fso-compliance.bb | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/packages/tasks/task-fso-compliance.bb b/packages/tasks/task-fso-compliance.bb index 21603030ae..c39df67513 100644 --- a/packages/tasks/task-fso-compliance.bb +++ b/packages/tasks/task-fso-compliance.bb @@ -2,7 +2,7 @@ DESCRIPTION = "The freesmartphone.org framework -- install this task to make you SECTION = "fso/base" LICENSE = "MIT" PV = "1.0" -PR = "r5" +PR = "r6" inherit task @@ -13,6 +13,17 @@ RDEPENDS_${PN} = "\ fso-gpsd \ # fso-monitord \ connman \ + connman-scripts \ + connman-plugin-bluetooth \ +# connman-plugin-dhclient \ +# connman-plugin-dnsproxy \ + connman-plugin-ethernet \ +# connman-plugin-fake \ + connman-plugin-loopback \ + connman-plugin-pppd \ +# connman-plugin-resolvconf \ + connman-plugin-udhcp \ + connman-plugin-wifi \ " RRECOMMENDS_${PN} = "\ |