From f8776728ceefc5f860490610869ead22d93ed26b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 1 Apr 2005 01:32:46 +0000 Subject: Add a couple new sed statements to binconfig.bbclass. The current ones weren't fixing up a lot of binconfig scripts, including edb and audiofile. BKrev: 424ca4be7dxiZnat3ONkffto3f3K9g --- classes/binconfig.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'classes/binconfig.bbclass') diff --git a/classes/binconfig.bbclass b/classes/binconfig.bbclass index cfc444cf26..c660fd9cae 100644 --- 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}:'" -- cgit 1.2.3-korg