[oe-commits] Simon Busch : connman: add recipe for version 0.72

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


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

Author: Simon Busch <morphis at gravedo.de>
Date:   Mon Apr  4 19:38:47 2011 +0200

connman: add recipe for version 0.72

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

---

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

diff --git a/recipes/connman/connman_0.72.bb b/recipes/connman/connman_0.72.bb
new file mode 100644
index 0000000..8eb1e14
--- /dev/null
+++ b/recipes/connman/connman_0.72.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] = "800f9356e0471c88819eee7184713a1f"
+SRC_URI[sha256sum] = "9c8ad312573683fc9f50d5042d4a87ddc8e0700b27ac1b0fb8dc2e8b7424a60f"





More information about the Openembedded-commits mailing list