[oe-commits] Mike Westerhof : SlugOS: slugos.inc - lock down DEPLOY_DIR, weak assignment doesn't work

git version control git at git.openembedded.org
Sun Jan 23 00:24:00 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 49891de0b13c86c2fdcc5e0fdabd4faa867e83bc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=49891de0b13c86c2fdcc5e0fdabd4faa867e83bc

Author: Mike Westerhof <mwester at dls.net>
Date:   Sat Jan 22 18:21:43 2011 -0600

SlugOS: slugos.inc - lock down DEPLOY_DIR, weak assignment doesn't work

---

 conf/distro/include/slugos.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index fa28ec5..e59d7f0 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"





More information about the Openembedded-commits mailing list