summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-05-21 18:51:07 +0000
committerRichard Purdie <richard@openedhand.com>2008-05-21 18:51:07 +0000
commitb3f86c353978dce5f40cfb526f4b85fc22155da6 (patch)
treed85df5d4c4c753c3af4335482f430165ea9e1c88 /meta
parentfe1c0754111169b0a6e6b64c2843eb9be815afc0 (diff)
downloadopenembedded-core-b3f86c353978dce5f40cfb526f4b85fc22155da6.tar.gz
openembedded-core-b3f86c353978dce5f40cfb526f4b85fc22155da6.tar.bz2
openembedded-core-b3f86c353978dce5f40cfb526f4b85fc22155da6.tar.xz
openembedded-core-b3f86c353978dce5f40cfb526f4b85fc22155da6.zip
bitbake.conf: Properly export the PATH variable
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4522 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/bitbake.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 19e4cddc5..a622fc801 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -315,7 +315,8 @@ EXTRA_IMAGEDEPENDS = ""
CROSS_DIR = "${TMPDIR}/cross"
CROSS_DATADIR = "${CROSS_DIR}/share"
-export PATH_prepend = "${STAGING_BINDIR_CROSS}:${STAGING_DIR_NATIVE}${layout_sbindir}:${STAGING_BINDIR_NATIVE}:${CROSS_DIR}/bin:${STAGING_DIR_NATIVE}${layout_base_sbindir}:"
+PATH_prepend = "${STAGING_BINDIR_CROSS}:${STAGING_DIR_NATIVE}${layout_sbindir}:${STAGING_BINDIR_NATIVE}:${CROSS_DIR}/bin:${STAGING_DIR_NATIVE}${layout_base_sbindir}:"
+export PATH
##################################################################
# Build utility info.