summaryrefslogtreecommitdiffstats
path: root/setdevenv
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-03-29 14:18:18 +0000
committerRichard Purdie <richard@openedhand.com>2006-03-29 14:18:18 +0000
commit24b8210a43c7e558aa8480200ce7e8d373dc5a1a (patch)
tree1aea6a6867c311d1279ed6183f1685ae1534ae6a /setdevenv
parentc597a2ec503afaaeb295fafd1d0d4c9c7bcbf38d (diff)
downloadpoky-24b8210a43c7e558aa8480200ce7e8d373dc5a1a.tar.gz
Fix a reference to OEPATH instead of OEROOT spotted by Genesis in #oe.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@342 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'setdevenv')
-rwxr-xr-xsetdevenv2
1 files changed, 1 insertions, 1 deletions
diff --git a/setdevenv b/setdevenv
index 9090681580..92ad41333e 100755
--- a/setdevenv
+++ b/setdevenv
@@ -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
43LD_LIBRARY_PATH= 43LD_LIBRARY_PATH=
44# Don't export TARGET_ARCH - it *will* cause build failures 44# Don't export TARGET_ARCH - it *will* cause build failures
45export PATH LD_LIBRARY_PATH OEPATH 45export 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
47export LANG=C 47export LANG=C
48 48