[oe-commits] Chris Larson : expat: set acpaths=, not =+

git version control git at git.openembedded.org
Thu Oct 21 02:01:28 UTC 2010


Module: openembedded.git
Branch: darwin
Commit: 4c0ffd9aaab88a55b5417c64329b253b77d0ba0c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4c0ffd9aaab88a55b5417c64329b253b77d0ba0c

Author: Chris Larson <chris_larson at mentor.com>
Date:   Wed Oct 20 15:19:29 2010 -0700

expat: set acpaths=, not =+

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 recipes/expat/expat.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/expat/expat.inc b/recipes/expat/expat.inc
index bc56828..6cf3c5d 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"





More information about the Openembedded-commits mailing list