packaged-staging: allow to set DEPLOY_DIR_PSTAGE in local.conf

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4754 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-07-01 10:33:06 +00:00
parent 8344c7b3a9
commit 7f8da38b3e
1 changed files with 1 additions and 1 deletions

View 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"