From: Richard Purdie Date: Wed, 21 May 2008 18:56:12 +0000 (+0000) Subject: bitbake.conf: Correctly export PATH variable X-Git-Tag: Release-2010-05/1~6882^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3022f234fa6bba0b75f2474fa776c8b2ebe58f49;p=openembedded.git bitbake.conf: Correctly export PATH variable --- diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 007c359225..c3263390d3 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -308,7 +308,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.