[oe-commits] Jose Luis Perez Diez : connman: update shr config, don' t enable DNS Proxy on connmand start

git version control git at git.openembedded.org
Wed Apr 13 10:32:02 UTC 2011


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

Author: Jose Luis Perez Diez <jluis at escomposlinux.org>
Date:   Wed Apr 13 07:24:48 2011 +0000

connman: update shr config, don't enable DNS Proxy on connmand start

* keeps current /etc/resolv.conf for usb0

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/connman/connman_0.72.bb   |    2 +-
 recipes/connman/files/shr/connman |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/connman/connman_0.72.bb b/recipes/connman/connman_0.72.bb
index 8eb1e14..de0ce55 100644
--- a/recipes/connman/connman_0.72.bb
+++ b/recipes/connman/connman_0.72.bb
@@ -1,7 +1,7 @@
 require connman.inc
 # connman requires libXtables now
 DEPENDS += "iptables"
-PR = "r0"
+PR = "r1"
 
 EXTRA_OECONF += "\
   --disable-gtk-doc \
diff --git a/recipes/connman/files/shr/connman b/recipes/connman/files/shr/connman
index 708b1b4..00cee95 100755
--- a/recipes/connman/files/shr/connman
+++ b/recipes/connman/files/shr/connman
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DAEMON="/usr/sbin/connmand -I usb0"
+DAEMON="/usr/sbin/connmand -I usb0 -r"
 PIDFILE=/var/run/connmand.pid
 DESC="Connection Manager"
 





More information about the Openembedded-commits mailing list