[oe-commits] Christopher Larson : external-csl-toolchain: fix critical PATH manipulation bug

git at git.openembedded.org git at git.openembedded.org
Thu Feb 2 14:56:28 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 9ccf5400d4d22f6fb90f5d61ad89dd0ac6273e43
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9ccf5400d4d22f6fb90f5d61ad89dd0ac6273e43

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Fri Jan 27 11:13:42 2012 -0600

external-csl-toolchain: fix critical PATH manipulation bug

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../distro/include/tcmode-external-csl2008q3.inc   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/distro/include/tcmode-external-csl2008q3.inc b/meta/conf/distro/include/tcmode-external-csl2008q3.inc
index 93615b9..1586365 100644
--- a/meta/conf/distro/include/tcmode-external-csl2008q3.inc
+++ b/meta/conf/distro/include/tcmode-external-csl2008q3.inc
@@ -6,7 +6,7 @@ TARGET_VENDOR = "-none"
 
 EXTERNAL_TOOLCHAIN = "/usr/local/csl/arm-2008q3"
 
-PATH =. ":${EXTERNAL_TOOLCHAIN}/bin:"
+PATH =. "${EXTERNAL_TOOLCHAIN}/bin:"
 
 PREFERRED_PROVIDER_linux-libc-headers = "external-csl-toolchain"
 PREFERRED_PROVIDER_virtual/arm-none-linux-gnueabi-gcc = "external-csl-toolchain"





More information about the Openembedded-commits mailing list