From 488e8ba01971a2f80be92924e4dc561b3518fee8 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 9 Dec 2011 20:01:33 +0000 Subject: connman: avoid checking for linux/if_alg.h header Disable building of 'alg-test' and checking for if_alg.h header. (From OE-Core rev: db692fd5706eab9bfd94c115591d1411cf8e196e) Signed-off-by: Otavio Salvador Signed-off-by: Richard Purdie --- meta/recipes-connectivity/connman/connman.inc | 8 ++++++++ meta/recipes-connectivity/connman/connman_0.78.bb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'meta/recipes-connectivity/connman') diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index d695fee218..503bf1cffa 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc @@ -49,6 +49,14 @@ 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 } diff --git a/meta/recipes-connectivity/connman/connman_0.78.bb b/meta/recipes-connectivity/connman/connman_0.78.bb index 5ea2bb7ef2..378bd9d647 100644 --- a/meta/recipes-connectivity/connman/connman_0.78.bb +++ b/meta/recipes-connectivity/connman/connman_0.78.bb @@ -1,6 +1,6 @@ require connman.inc -PR = "r2" +PR = "r3" # 0.78 tag SRCREV = "02f5d5fe2d7c71514a6387ba2b772b42d8e8d297" -- cgit v1.2.3-54-g00ecf