From: Richard Purdie Date: Wed, 21 May 2008 18:51:07 +0000 (+0000) Subject: bitbake.conf: Properly export the PATH variable X-Git-Tag: 2011-1~8958 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b3f86c353978dce5f40cfb526f4b85fc22155da6;p=openembedded-core.git bitbake.conf: Properly export the PATH variable git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4522 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 19e4cddc55..a622fc8015 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.