mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
binconfig.bbclass: fix typo in get_binconfig_mangle()
It should be -IOEINCDIR, not -I-IOEINCDIR. (From OE-Core rev: 3c432e130b47461f845e1618b565f174417e1aa5) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b5c383074a
commit
8cedb5f3f0
@@ -14,7 +14,7 @@ def get_binconfig_mangle(d):
|
||||
s += " -e 's:-L${libdir}:-LOELIBDIR:;'"
|
||||
s += " -e 's:-I${includedir}:-IOEINCDIR:;'"
|
||||
s += " -e 's:-L${WORKDIR}:-LOELIBDIR:'"
|
||||
s += " -e 's:-I${WORKDIR}:-I-IOEINCDIR:'"
|
||||
s += " -e 's:-I${WORKDIR}:-IOEINCDIR:'"
|
||||
s += " -e 's:OEBASELIBDIR:${STAGING_BASELIBDIR}:;'"
|
||||
s += " -e 's:OELIBDIR:${STAGING_LIBDIR}:;'"
|
||||
s += " -e 's:OEINCDIR:${STAGING_INCDIR}:;'"
|
||||
|
||||
Reference in New Issue
Block a user