[OE-core] [PATCH] connman: avoid checking for linux/if_alg.h header

Khem Raj raj.khem at gmail.com
Fri Dec 9 20:14:25 UTC 2011


On Fri, Dec 9, 2011 at 12:01 PM, Otavio Salvador
<otavio at ossystems.com.br> wrote:
> +# 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
> +}
> +

may be you can cache that in site files instead of this.




More information about the Openembedded-core mailing list