Add a couple new sed statements to binconfig.bbclass. The current ones weren't fixin...
authorChris Larson <clarson@kergoth.com>
Fri, 1 Apr 2005 01:32:46 +0000 (01:32 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 1 Apr 2005 01:32:46 +0000 (01:32 +0000)
BKrev: 424ca4be7dxiZnat3ONkffto3f3K9g

classes/binconfig.bbclass

index cfc444c..c660fd9 100644 (file)
@@ -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}:'"