summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-08-26 10:37:52 +0000
committerRichard Purdie <richard@openedhand.com>2008-08-26 10:37:52 +0000
commitfe22faba9909ad5f7ac226815bfd717947d0720b (patch)
treeb873417a4db60d86c67c19f4baba7d3215001a85 /meta/conf/bitbake.conf
parentbbdeccfd5bc849d2822a6a3233101857112029bb (diff)
downloadpoky-fe22faba9909ad5f7ac226815bfd717947d0720b.tar.gz
bitbake.conf: Add to PATH
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5107 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 467b5ad4b0..d57ff4e7c8 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -330,7 +330,7 @@ EXTRA_IMAGEDEPENDS = ""
330 330
331CROSS_DIR = "${TMPDIR}/cross/${BASE_PACKAGE_ARCH}" 331CROSS_DIR = "${TMPDIR}/cross/${BASE_PACKAGE_ARCH}"
332CROSS_DATADIR = "${CROSS_DIR}/share" 332CROSS_DATADIR = "${CROSS_DIR}/share"
333PATH_prepend = "${STAGING_BINDIR_CROSS}:${STAGING_DIR_NATIVE}${layout_sbindir}:${STAGING_BINDIR_NATIVE}:${CROSS_DIR}/bin:${STAGING_DIR_NATIVE}${layout_base_sbindir}:" 333PATH_prepend = "${STAGING_BINDIR_CROSS}:${STAGING_DIR_NATIVE}${layout_sbindir}:${STAGING_BINDIR_NATIVE}:${CROSS_DIR}/bin:${STAGING_DIR_NATIVE}${layout_base_sbindir}:${STAGING_DIR_NATIVE}${layout_base_bindir}:"
334export PATH 334export PATH
335 335
336################################################################## 336##################################################################