aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2011-01-22 18:21:43 -0600
committerMike Westerhof <mwester@dls.net>2011-01-22 18:21:43 -0600
commit49891de0b13c86c2fdcc5e0fdabd4faa867e83bc (patch)
tree669476ca9a52f242dc69e6c52174f7e1e4726b1a /conf
parent7b922eeac47c6303d4eb059a15a202c66efc4b88 (diff)
downloadopenembedded-49891de0b13c86c2fdcc5e0fdabd4faa867e83bc.tar.gz
SlugOS: slugos.inc - lock down DEPLOY_DIR, weak assignment doesn't work
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/slugos.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index fa28ec5893..e59d7f09a8 100644
--- a/conf/distro/include/slugos.inc
+++ b/conf/distro/include/slugos.inc
@@ -39,7 +39,7 @@ IMAGE_BASENAME = "${@['slugos${SITEINFO_ENDIANNESS}', 'ucslugc'][bb.data.getVar(
# Define CACHE and DEPLOY_DIR so we could do multi-distro/multi-machine builds
CACHE = "${TMPDIR}/cache/${LIBC}/${MACHINE}"
-DEPLOY_DIR ?= "${TMPDIR}/deploy/${LIBC}"
+DEPLOY_DIR = "${TMPDIR}/deploy/${LIBC}"
# The following need not be set, the defaults should be adequate
#USE_NLS = "no" or "yes"