[oe-commits] Simon Busch : task-fso2-compliance: uncomment connman runtime dependencies and bump PR

git version control git at git.openembedded.org
Tue Apr 5 16:54:01 UTC 2011


Module: openembedded.git
Branch: master
Commit: b1c6600c94eed88c138e1d57359068911607fb2d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b1c6600c94eed88c138e1d57359068911607fb2d

Author: Simon Busch <morphis at gravedo.de>
Date:   Tue Apr  5 09:45:00 2011 +0200

task-fso2-compliance: uncomment connman runtime dependencies and bump PR

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 recipes/tasks/task-fso2-compliance.bb |   22 ++++++++--------------
 1 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/recipes/tasks/task-fso2-compliance.bb b/recipes/tasks/task-fso2-compliance.bb
index 651d587..b39cbaa 100644
--- a/recipes/tasks/task-fso2-compliance.bb
+++ b/recipes/tasks/task-fso2-compliance.bb
@@ -3,7 +3,7 @@ Install this task to make your distribution FSO 2.0-compliant."
 SECTION = "fso/base"
 LICENSE = "MIT"
 PV = "1.9.0"
-PR = "r9"
+PR = "r10"
 
 inherit task
 
@@ -22,19 +22,13 @@ RDEPENDS_${PN} = "\
   fsoaudiod \
   \
   fso-apm \
-#  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 \
-#  connman-test-utils \
+  connman \
+  connman-scripts \
+  connman-plugin-bluetooth \
+  connman-plugin-ethernet \
+  connman-plugin-fake \
+  connman-plugin-loopback \
+  connman-plugin-wifi \
 "
 
 RRECOMMENDS_${PN} = "\





More information about the Openembedded-commits mailing list