git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b922ee
)
SlugOS: slugos.inc - lock down DEPLOY_DIR, weak assignment doesn't work
author
Mike Westerhof
<mwester@dls.net>
Sun, 23 Jan 2011 00:21:43 +0000
(18:21 -0600)
committer
Mike Westerhof
<mwester@dls.net>
Sun, 23 Jan 2011 00:21:43 +0000
(18:21 -0600)
conf/distro/include/slugos.inc
patch
|
blob
|
history
diff --git
a/conf/distro/include/slugos.inc
b/conf/distro/include/slugos.inc
index
fa28ec5
..
e59d7f0
100644
(file)
--- 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"