]> code.ossystems Code Review - openembedded-core.git/commitdiff
Fix a reference to OEPATH instead of OEROOT spotted by Genesis in #oe.
authorRichard Purdie <richard@openedhand.com>
Wed, 29 Mar 2006 14:18:18 +0000 (14:18 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 29 Mar 2006 14:18:18 +0000 (14:18 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@342 311d38ba-8fff-0310-9ca6-ca027cbcb966

setdevenv

index 909068158091018c71081734e0361d6563b3fc1a..92ad41333ed5170ac796008b84b45c4b4c446428 100755 (executable)
--- a/setdevenv
+++ b/setdevenv
@@ -42,7 +42,7 @@ export BBPATH
 # Blank this so we don't link non-arm libraries
 LD_LIBRARY_PATH=
 # Don't export TARGET_ARCH - it *will* cause build failures
-export PATH LD_LIBRARY_PATH OEPATH
+export PATH LD_LIBRARY_PATH OEROOT
 # Stop multi byte characters breaking the patcher stuff - This is for Redhat / Fedora people really
 export LANG=C