From 49891de0b13c86c2fdcc5e0fdabd4faa867e83bc Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Sat, 22 Jan 2011 18:21:43 -0600 Subject: SlugOS: slugos.inc - lock down DEPLOY_DIR, weak assignment doesn't work --- conf/distro/include/slugos.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg