expat: set acpaths=, not =+
authorChris Larson <chris_larson@mentor.com>
Wed, 20 Oct 2010 22:19:29 +0000 (15:19 -0700)
committerChris Larson <chris_larson@mentor.com>
Wed, 20 Oct 2010 22:19:58 +0000 (15:19 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
recipes/expat/expat.inc

index bc56828..6cf3c5d 100644 (file)
@@ -11,5 +11,5 @@ export LTCC = "${CC}"
 
 inherit autotools
 
-acpaths =+ "-I${S}/conftools"
+acpaths = "-I${S}/conftools"
 INC_PR = "r3"