mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user