[oe-commits] Phil Blundell : binconfig: add terminating slashes to path matching regexps

GIT User account git at amethyst.openembedded.net
Sun Oct 19 10:05:59 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 952e5e2b7a5c1deefc939594d40b81a71fb16a54
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=952e5e2b7a5c1deefc939594d40b81a71fb16a54

Author: Phil Blundell <philb at gnu.org>
Date:   Sun Oct 19 11:04:44 2008 +0100

binconfig: add terminating slashes to path matching regexps

---

 classes/binconfig.bbclass |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/classes/binconfig.bbclass b/classes/binconfig.bbclass
index 6c2c32a..5789903 100644
--- a/classes/binconfig.bbclass
+++ b/classes/binconfig.bbclass
@@ -11,8 +11,8 @@ def get_binconfig_mangle(d):
 		s += " -e 's:=%s${libdir}:=\\1OELIBDIR:;'" % optional_quote
 		s += " -e 's:=%s${includedir}:=\\1OEINCDIR:;'" % optional_quote
 		s += " -e 's:=%s${datadir}:=\\1OEDATADIR:'" % optional_quote
-		s += " -e 's:=%s${prefix}:=\\1OEPREFIX:'" % optional_quote
-		s += " -e 's:=%s${exec_prefix}:=\\1OEEXECPREFIX:'" % optional_quote
+		s += " -e 's:=%s${prefix}/:=\\1OEPREFIX/:'" % optional_quote
+		s += " -e 's:=%s${exec_prefix}/:=\\1OEEXECPREFIX/:'" % optional_quote
 		s += " -e 's:-L${libdir}:-LOELIBDIR:;'"
 		s += " -e 's:-I${includedir}:-IOEINCDIR:;'"
 		s += " -e 's:OELIBDIR:${STAGING_LIBDIR}:;'"





More information about the Openembedded-commits mailing list