diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-23 12:19:07 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-23 12:19:07 +0000 |
commit | 761dcd5c7afce006b0cb46c7f594b88e40e6eca0 (patch) | |
tree | 4b0be8b01812d7ffd019d15c7e6d2315e6e15185 /meta/conf/distro/include/poky-external.inc | |
parent | 507a3e08172c268506ad363e81c29c8e7dc5224e (diff) | |
download | poky-761dcd5c7afce006b0cb46c7f594b88e40e6eca0.tar.gz |
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
Diffstat (limited to 'meta/conf/distro/include/poky-external.inc')
-rw-r--r-- | meta/conf/distro/include/poky-external.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/poky-external.inc b/meta/conf/distro/include/poky-external.inc index bda1134182..8a9cdbd75f 100644 --- a/meta/conf/distro/include/poky-external.inc +++ b/meta/conf/distro/include/poky-external.inc | |||
@@ -6,7 +6,7 @@ TARGET_VENDOR = "-poky" | |||
6 | 6 | ||
7 | EXTERNAL_TOOLCHAIN = "${SDK_PREFIX}" | 7 | EXTERNAL_TOOLCHAIN = "${SDK_PREFIX}" |
8 | 8 | ||
9 | PATH =. ":${EXTERNAL_TOOLCHAIN}/bin:" | 9 | PATH =. "${EXTERNAL_TOOLCHAIN}/bin:" |
10 | 10 | ||
11 | PREFERRED_PROVIDER_linux-libc-headers = "external-poky-toolchain" | 11 | PREFERRED_PROVIDER_linux-libc-headers = "external-poky-toolchain" |
12 | PREFERRED_PROVIDER_virtual/arm-poky-linux-gnueabi-gcc = "external-poky-toolchain" | 12 | PREFERRED_PROVIDER_virtual/arm-poky-linux-gnueabi-gcc = "external-poky-toolchain" |