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:
24017fa
)
packed-staging.bblcass: change DEPLOY_DIR_PSTAGE from "=" to "?=" to be able
author
Thomas Kunze
<thommycheck@gmx.de>
Thu, 24 Jul 2008 23:30:44 +0000
(23:30 +0000)
committer
Thomas Kunze
<thommycheck@gmx.de>
Thu, 24 Jul 2008 23:30:44 +0000
(23:30 +0000)
to override it in local.conf
classes/packaged-staging.bbclass
patch
|
blob
|
history
diff --git
a/classes/packaged-staging.bbclass
b/classes/packaged-staging.bbclass
index
77fd8a9
..
70550c1
100644
(file)
--- 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"