diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-12-17 11:36:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-19 09:29:17 +0000 |
commit | aa373931faba408faa11d9b10ca3de66d7be5ba6 (patch) | |
tree | 69163d84a4b1144994d20aa9278ea200c6641be1 /meta/recipes-connectivity/connman/connman.inc | |
parent | ba8f367610444c929de1bcb7108eaa5f6c13625f (diff) | |
download | poky-aa373931faba408faa11d9b10ca3de66d7be5ba6.tar.gz |
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.
(From OE-Core rev: 507bd087375d2c0ac84e0c51196e2fe718aed339)
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.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index bb1b27990c..d1bf7cdd9f 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 \ | |||
49 | 49 | ||
50 | inherit autotools pkgconfig update-rc.d useradd | 50 | inherit autotools pkgconfig update-rc.d useradd |
51 | 51 | ||
52 | # alg-test doesn't build, so disable that and test | ||
53 | # for if_alg.h as this header is only in 2.6.39 | ||
54 | do_configure_prepend() { | ||
55 | sed -i 's:tools/alg-test ::g' Makefile.am | ||
56 | sed -i 's:AC_CHECK_HEADERS(linux/if_alg.h, dummy=yes,::g; | ||
57 | s:AC_MSG_ERROR(User-space algorithm header files are required))::g' configure.ac | ||
58 | } | ||
59 | |||
60 | do_compile_append() { | 52 | do_compile_append() { |
61 | sed -i -e s:deny:allow:g src/connman-dbus.conf | 53 | sed -i -e s:deny:allow:g src/connman-dbus.conf |
62 | } | 54 | } |