From: Chris Larson Date: Wed, 20 Oct 2010 22:19:29 +0000 (-0700) Subject: expat: set acpaths=, not =+ X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c0ffd9aaab88a55b5417c64329b253b77d0ba0c;p=openembedded.git expat: set acpaths=, not =+ Signed-off-by: Chris Larson --- diff --git a/recipes/expat/expat.inc b/recipes/expat/expat.inc index bc568287a7..6cf3c5db77 100644 --- a/recipes/expat/expat.inc +++ b/recipes/expat/expat.inc @@ -11,5 +11,5 @@ export LTCC = "${CC}" inherit autotools -acpaths =+ "-I${S}/conftools" +acpaths = "-I${S}/conftools" INC_PR = "r3"