[oe] [PATCH] Angstrom: weak-assign DEPLOY_DIR

Matthieu Poullet matthieu.poullet at gmail.com
Sun Mar 22 16:00:23 UTC 2009


Allow DEPLOY_DIR to be outside of TMPDIR,
so that it can be set in local.conf

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

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 60f2e55..7493055 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -21,7 +21,7 @@ ANGSTROMLIBC ?= "glibc"
 PSTAGE_EXTRAPATH = "${ANGSTROMLIBC}"
 
 CACHE = "${TMPDIR}/cache/${ANGSTROMLIBC}/${MACHINE}"
-DEPLOY_DIR = "${TMPDIR}/deploy/${ANGSTROMLIBC}"
+DEPLOY_DIR ?= "${TMPDIR}/deploy/${ANGSTROMLIBC}"
 require conf/distro/include/angstrom-${ANGSTROMLIBC}.inc
 
 # ARM920T and up can use thumb mode to decrease binary size at the expense of speed
-- 
1.5.6.3





More information about the Openembedded-devel mailing list