aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/connman
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-04-04 19:38:47 +0200
committerSimon Busch <morphis@gravedo.de>2011-04-05 18:11:51 +0200
commite75fc3073e65de8c4316178227f4ca3cfec558dd (patch)
tree4fc271a20fa242065cbeee4711e75f0e2cc9e06a /recipes/connman
parentfc93121244c03af3cbbc8dc2bcc1d864095df927 (diff)
downloadopenembedded-e75fc3073e65de8c4316178227f4ca3cfec558dd.tar.gz
connman: add recipe for version 0.72
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'recipes/connman')
-rw-r--r--recipes/connman/connman_0.72.bb31
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 0000000000..8eb1e147f0
--- /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"