diff options
author | Anders Darander <ad@datarespons.se> | 2009-12-02 13:29:23 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-12-18 08:51:01 +0100 |
commit | 9c37425ba9e8144a197ae44088db4d93d4e6a408 (patch) | |
tree | f9a596775c07e7ca8d6b410f8df9a2ecce52be49 /CHANGES | |
parent | 61844782067bafc334c56bd6dd8cf37ba0608923 (diff) | |
download | buildroot-novena-9c37425ba9e8144a197ae44088db4d93d4e6a408.tar.gz buildroot-novena-9c37425ba9e8144a197ae44088db4d93d4e6a408.zip |
Fix mkimage-install problem with external toolchain.
Closes #757.
Make sure that /usr/bin/ exists, before trying to copy mkimage to that
location. When using an external toolchain, /usr/bin is not guarenteed to
exist.
Signed-off-by: Anders Darander <ad@datarespons.se>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ #749: Bump usbutils package to version 0.86 #751: Kernel 2.6 snapshot fetch fail #753: Bump lighttpd package to 1.4.25 + #757: U-Boot: mkimage cannot be installed using external toolchain #761: Add binutils 2.20 to toolchain options #763: [SECURITY] Update pcre to 7.9 #765: Add buildroot branding to gcc |