poky-external.inc: Double colons in PATH break coreutils

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3214 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-11-23 12:19:07 +00:00
parent 507a3e0817
commit 761dcd5c7a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ TARGET_VENDOR = "-poky"
EXTERNAL_TOOLCHAIN = "${SDK_PREFIX}"
PATH =. ":${EXTERNAL_TOOLCHAIN}/bin:"
PATH =. "${EXTERNAL_TOOLCHAIN}/bin:"
PREFERRED_PROVIDER_linux-libc-headers = "external-poky-toolchain"
PREFERRED_PROVIDER_virtual/arm-poky-linux-gnueabi-gcc = "external-poky-toolchain"