[oe-commits] org.oe.dev bitbake.conf: Correctly export PATH variable

rpurdie commit oe at amethyst.openembedded.net
Wed May 21 21:04:11 UTC 2008


bitbake.conf: Correctly export PATH variable

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: c7529018d7ed8b65b1eb33c0ab14cddc48a7d87a
ViewMTN: http://monotone.openembedded.org/revision/info/c7529018d7ed8b65b1eb33c0ab14cddc48a7d87a
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -rf9e1326da48365856a1266bbd5958d3715ea065a -rc7529018d7ed8b65b1eb33c0ab14cddc48a7d87a
#
#
#
# patch "conf/bitbake.conf"
#  from [0015241781b03dc2f3ac5f831d982fd4e9661b7f]
#    to [1ed88e1003b951952075fb58350fd8c3b2feec06]
#
============================================================
--- conf/bitbake.conf	0015241781b03dc2f3ac5f831d982fd4e9661b7f
+++ conf/bitbake.conf	1ed88e1003b951952075fb58350fd8c3b2feec06
@@ -308,7 +308,8 @@ CROSS_DATADIR = "${CROSS_DIR}/share"
 
 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.






More information about the Openembedded-commits mailing list