From: Mike Westerhof Date: Sun, 23 Jan 2011 00:21:43 +0000 (-0600) Subject: SlugOS: slugos.inc - lock down DEPLOY_DIR, weak assignment doesn't work X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49891de0b13c86c2fdcc5e0fdabd4faa867e83bc;p=openembedded.git SlugOS: slugos.inc - lock down DEPLOY_DIR, weak assignment doesn't work --- 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"