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:
a770e56
)
Add a couple new sed statements to binconfig.bbclass. The current ones weren't fixin...
author
Chris Larson
<clarson@kergoth.com>
Fri, 1 Apr 2005 01:32:46 +0000
(
01:32
+0000)
committer
Chris Larson
<clarson@kergoth.com>
Fri, 1 Apr 2005 01:32:46 +0000
(
01:32
+0000)
BKrev: 424ca4be7dxiZnat3ONkffto3f3K9g
classes/binconfig.bbclass
patch
|
blob
|
history
diff --git
a/classes/binconfig.bbclass
b/classes/binconfig.bbclass
index
cfc444c
..
c660fd9
100644
(file)
--- a/
classes/binconfig.bbclass
+++ b/
classes/binconfig.bbclass
@@
-10,6
+10,8
@@
def get_binconfig_mangle(d):
s += " -e 's:=${datadir}:=OEDATADIR:'"
s += " -e 's:=${prefix}:=OEPREFIX:'"
s += " -e 's:=${exec_prefix}:=OEEXECPREFIX:'"
+ s += " -e 's:-L${libdir}:-LOELIBDIR:;'"
+ s += " -e 's:-I${includedir}:-IOEINCDIR:;'"
s += " -e 's:OELIBDIR:${STAGING_LIBDIR}:;'"
s += " -e 's:OEINCDIR:${STAGING_INCDIR}:;'"
s += " -e 's:OEDATADIR:${STAGING_DATADIR}:'"