From 5cceacd4b5bc7a47e0d67ca0ce9d2a38879ba7f4 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Fri, 9 May 2014 14:31:41 +0200 Subject: [PATCH] disable strict compilation of belle-sip --- build/openembedded/belle-sip/belle-sip.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/openembedded/belle-sip/belle-sip.inc b/build/openembedded/belle-sip/belle-sip.inc index ea2528356..8b4d8b436 100644 --- a/build/openembedded/belle-sip/belle-sip.inc +++ b/build/openembedded/belle-sip/belle-sip.inc @@ -4,7 +4,7 @@ LICENSE = "GPL" DEPENDS = "polarssl antlr3c" RDEPENDS = "antlr3c" -EXTRA_OECONF += "--with-antlr=${STAGING_DIR_HOST}${layout_exec_prefix}/usr --with-polarssl=${STAGING_DIR_HOST}${layout_exec_prefix}/usr" +EXTRA_OECONF += "--disable-strict --with-antlr=${STAGING_DIR_HOST}${layout_exec_prefix}/usr --with-polarssl=${STAGING_DIR_HOST}${layout_exec_prefix}/usr" INSANE_SKIP_belle-sip += "dev-deps" inherit autotools pkgconfig