diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-07-24 23:30:44 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-07-24 23:30:44 +0000 |
commit | 0196a9e9747d4460e7ab28a63494f56dfe5c8297 (patch) | |
tree | 081a6313bc957aa3aef271efd58d66bd2bbca221 /classes | |
parent | 24017fab4844ff5ea68f4ff7db1293b32f483c3a (diff) |
packed-staging.bblcass: change DEPLOY_DIR_PSTAGE from "=" to "?=" to be able
to override it in local.conf
Diffstat (limited to 'classes')
-rw-r--r-- | classes/packaged-staging.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/packaged-staging.bbclass b/classes/packaged-staging.bbclass index 77fd8a92c3..70550c1a7d 100644 --- a/classes/packaged-staging.bbclass +++ b/classes/packaged-staging.bbclass @@ -67,7 +67,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" |