diff options
-rwxr-xr-x | setdevenv | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ export BBPATH | |||
42 | # Blank this so we don't link non-arm libraries | 42 | # Blank this so we don't link non-arm libraries |
43 | LD_LIBRARY_PATH= | 43 | LD_LIBRARY_PATH= |
44 | # Don't export TARGET_ARCH - it *will* cause build failures | 44 | # Don't export TARGET_ARCH - it *will* cause build failures |
45 | export PATH LD_LIBRARY_PATH OEPATH | 45 | export PATH LD_LIBRARY_PATH OEROOT |
46 | # Stop multi byte characters breaking the patcher stuff - This is for Redhat / Fedora people really | 46 | # Stop multi byte characters breaking the patcher stuff - This is for Redhat / Fedora people really |
47 | export LANG=C | 47 | export LANG=C |
48 | 48 | ||