aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/expat
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-10-20 15:19:29 -0700
committerChris Larson <chris_larson@mentor.com>2010-10-20 15:19:58 -0700
commit4c0ffd9aaab88a55b5417c64329b253b77d0ba0c (patch)
treee5ac5f3749ece8131df8030032e97a10b6cda0f0 /recipes/expat
parent435d22298a71ded7494db02b8cedf5b17307af75 (diff)
downloadopenembedded-4c0ffd9aaab88a55b5417c64329b253b77d0ba0c.tar.gz
expat: set acpaths=, not =+
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/expat')
-rw-r--r--recipes/expat/expat.inc2
1 files changed, 1 insertions, 1 deletions
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"