git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
435d222
)
expat: set acpaths=, not =+
author
Chris Larson
<chris_larson@mentor.com>
Wed, 20 Oct 2010 22:19:29 +0000
(15:19 -0700)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/recipes/expat/expat.inc
b/recipes/expat/expat.inc
index
bc56828
..
6cf3c5d
100644
(file)
--- 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"