summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity/connman/connman.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-12-17 11:36:56 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-19 09:25:31 +0000
commit507bd087375d2c0ac84e0c51196e2fe718aed339 (patch)
tree82d39c7555fc0d17dbb5d92b9ed374fb7ea3d401 /meta/recipes-connectivity/connman/connman.inc
parent7da58c6fdaa8feef5ee5637dfb74912e7e4f5394 (diff)
downloadopenembedded-core-507bd087375d2c0ac84e0c51196e2fe718aed339.tar.gz
openembedded-core-507bd087375d2c0ac84e0c51196e2fe718aed339.tar.bz2
openembedded-core-507bd087375d2c0ac84e0c51196e2fe718aed339.tar.xz
openembedded-core-507bd087375d2c0ac84e0c51196e2fe718aed339.zip
connman: disable 'alg-test' building
'alg-test' requires 'linux/if_alg.h' header enforcing a dependency on linux-libc-headers 2.6.39 or newer. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman.inc')
-rw-r--r--meta/recipes-connectivity/connman/connman.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index bb1b27990..d1bf7cdd9 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -49,14 +49,6 @@ USERADD_PARAM_${PN} = "--system --no-create-home \
inherit autotools pkgconfig update-rc.d useradd
-# alg-test doesn't build, so disable that and test
-# for if_alg.h as this header is only in 2.6.39
-do_configure_prepend() {
- sed -i 's:tools/alg-test ::g' Makefile.am
- sed -i 's:AC_CHECK_HEADERS(linux/if_alg.h, dummy=yes,::g;
- s:AC_MSG_ERROR(User-space algorithm header files are required))::g' configure.ac
-}
-
do_compile_append() {
sed -i -e s:deny:allow:g src/connman-dbus.conf
}