[oe-commits] Simon Busch : connman: add recipe for the latest released version 0.73

git version control git at git.openembedded.org
Wed May 4 21:05:12 UTC 2011


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

Author: Simon Busch <morphis at gravedo.de>
Date:   Tue May  3 15:04:47 2011 +0200

connman: add recipe for the latest released version 0.73

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

---

 recipes/connman/connman_0.73.bb |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/recipes/connman/connman_0.73.bb b/recipes/connman/connman_0.73.bb
new file mode 100644
index 0000000..103b5b6
--- /dev/null
+++ b/recipes/connman/connman_0.73.bb
@@ -0,0 +1,31 @@
+require connman.inc
+# connman requires libXtables now
+DEPENDS += "iptables"
+PR = "r0"
+
+EXTRA_OECONF += "\
+  --disable-gtk-doc \
+  --enable-debug \
+  --enable-threads \
+  --enable-loopback \
+  --enable-ethernet \
+  --enable-wifi \
+  --disable-wimax \
+  --enable-bluetooth \
+  --enable-ofono \
+  --enable-resolvconf \
+  --enable-dnsproxy \
+  --enable-tools \
+  --disable-polkit \
+  --enable-client \
+  --enable-fake \
+"
+
+SRC_URI  = "\
+  http://www.kernel.org/pub/linux/network/connman/connman-${PV}.tar.gz \
+  file://link-against-libnl2.patch \
+  file://connman \
+"
+
+SRC_URI[md5sum] = "01085b2ed8f7b11a41724f1528720cc7"
+SRC_URI[sha256sum] = "b71ff2c3925ea82a7ebf818685f809e595d5c47d767005dfb149c6264b098417"





More information about the Openembedded-commits mailing list