summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/connman/connman_0.78.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/connman/connman_0.78.bb')
-rw-r--r--meta-oe/recipes-connectivity/connman/connman_0.78.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-oe/recipes-connectivity/connman/connman_0.78.bb b/meta-oe/recipes-connectivity/connman/connman_0.78.bb
deleted file mode 100644
index f486f95aa..000000000
--- a/meta-oe/recipes-connectivity/connman/connman_0.78.bb
+++ /dev/null
@@ -1,33 +0,0 @@
1require connman.inc
2
3EXTRA_OECONF += "\
4 --disable-gtk-doc \
5 --enable-debug \
6 --enable-threads \
7 --enable-loopback \
8 --enable-ethernet \
9 ${@base_contains('DISTRO_FEATURES', 'wifi','--enable-wifi', '--disable-wifi', d)} \
10 ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth', '--disable-bluetooth', d)} \
11 --enable-ofono \
12 --enable-tools \
13 --disable-polkit \
14 --enable-client \
15 --enable-fake \
16 --enable-ntpd \
17 --with-ntpd=${bindir}/ntpd \
18"
19
20S = "${WORKDIR}/git"
21
22# 0.78 tag
23SRCREV = "02f5d5fe2d7c71514a6387ba2b772b42d8e8d297"
24
25SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \
26 file://connman"
27
28# alg-test doesn't build, so disable that and test for if_alg.h as this header is only in 2.6.39
29do_configure_prepend() {
30 sed -i 's:tools/alg-test ::g' Makefile.am
31 sed -i 's:AC_CHECK_HEADERS(linux/if_alg.h, dummy=yes,::g;
32 s:AC_MSG_ERROR(User-space algorithm header files are required))::g' configure.ac
33}