From 4c0ffd9aaab88a55b5417c64329b253b77d0ba0c Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 20 Oct 2010 15:19:29 -0700 Subject: [PATCH] expat: set acpaths=, not =+ Signed-off-by: Chris Larson --- recipes/expat/expat.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5