SlugOS: slugos.inc - lock down DEPLOY_DIR, weak assignment doesn't work
authorMike Westerhof <mwester@dls.net>
Sun, 23 Jan 2011 00:21:43 +0000 (18:21 -0600)
committerMike Westerhof <mwester@dls.net>
Sun, 23 Jan 2011 00:21:43 +0000 (18:21 -0600)
conf/distro/include/slugos.inc

index fa28ec5..e59d7f0 100644 (file)
@@ -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"