[oe-commits] Stefan Schmidt : connman_0.68: Update configure options and enable ofono plugin

git version control git at git.openembedded.org
Wed Feb 2 14:32:05 UTC 2011


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

Author: Stefan Schmidt <stefan at buglabs.net>
Date:   Wed Feb  2 15:24:44 2011 +0100

connman_0.68: Update configure options and enable ofono plugin

---

 recipes/connman/connman_0.68.bb |   15 ++-------------
 1 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/recipes/connman/connman_0.68.bb b/recipes/connman/connman_0.68.bb
index e19bf14..ead215d 100644
--- a/recipes/connman/connman_0.68.bb
+++ b/recipes/connman/connman_0.68.bb
@@ -1,7 +1,7 @@
 require connman.inc
 # connman requires libXtables now
 DEPENDS += "iptables"
-PR = "r0"
+PR = "r1"
 
 EXTRA_OECONF += "\
   --disable-gtk-doc \
@@ -12,24 +12,13 @@ EXTRA_OECONF += "\
   --enable-wifi \
   --disable-wimax \
   --enable-bluetooth \
-  --enable-udhcp \
-  --enable-dhclient \
+  --enable-ofono \
   --enable-resolvconf \
   --enable-dnsproxy \
   --enable-tools \
-  --disable-novatel \
-  --disable-huawei \
-  --disable-hso \
-  --enable-ppp \
-# needs udev >= 129
-  --disable-udev \
   --disable-polkit \
   --enable-client \
   --enable-fake \
-#  --with-udhcpc=PROGRAM \
-#  --with-dhclient=PROGRAM \
-#  --with-resolvconf=PROGRAM \
-#  --with-pppd=PROGRAM \
 "
 
 SRC_URI  = "\





More information about the Openembedded-commits mailing list