[oe-commits] org.oe.dev packed-staging.bblcass: change DEPLOY_DIR_PSTAGE from "=" to "?=" to be able

thesing commit oe at amethyst.openembedded.net
Thu Jul 24 23:44:39 UTC 2008


packed-staging.bblcass: change DEPLOY_DIR_PSTAGE from "=" to "?=" to be able
	to override it in local.conf

Author: thesing at openembedded.org
Branch: org.openembedded.dev
Revision: d2f1a9f3ef64d23cec1e794848e1bb2ac1a92e63
ViewMTN: http://monotone.openembedded.org/revision/info/d2f1a9f3ef64d23cec1e794848e1bb2ac1a92e63
Files:
1
classes/packaged-staging.bbclass
Diffs:

#
# mt diff -rf87808d35b6aa2cda20ead4d16c9e7fecb5b3704 -rd2f1a9f3ef64d23cec1e794848e1bb2ac1a92e63
#
#
#
# patch "classes/packaged-staging.bbclass"
#  from [d7e2bb166e10ab78e17adc253c90ba732da71f2f]
#    to [4f060ea91ac7720a2a4bd8accdaa84c3305df4e3]
#
============================================================
--- classes/packaged-staging.bbclass	d7e2bb166e10ab78e17adc253c90ba732da71f2f
+++ classes/packaged-staging.bbclass	4f060ea91ac7720a2a4bd8accdaa84c3305df4e3
@@ -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"






More information about the Openembedded-commits mailing list