]> code.ossystems Code Review - openembedded-core.git/commitdiff
packaged-staging: allow to set DEPLOY_DIR_PSTAGE in local.conf
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 1 Jul 2008 10:33:06 +0000 (10:33 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 1 Jul 2008 10:33:06 +0000 (10:33 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4754 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/packaged-staging.bbclass

index 5de59708809d115f1fe489c243bda0b0c40623d2..e45441041cc7a5c91ec87c7a20092793051ac7d5 100644 (file)
@@ -70,7 +70,7 @@ python () {
         bb.data.setVar("PSTAGING_ACTIVE", "0", d)
 }
 
-DEPLOY_DIR_PSTAGE   = "${DEPLOY_DIR}/pstage"
+DEPLOY_DIR_PSTAGE   ?= "${DEPLOY_DIR}/pstage"
 PSTAGE_MACHCONFIG   = "${DEPLOY_DIR_PSTAGE}/opkg.conf"
 
 PSTAGE_PKGMANAGER = "stage-manager-ipkg"