packed-staging.bblcass: change DEPLOY_DIR_PSTAGE from "=" to "?=" to be able
authorThomas Kunze <thommycheck@gmx.de>
Thu, 24 Jul 2008 23:30:44 +0000 (23:30 +0000)
committerThomas 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

index 77fd8a9..70550c1 100644 (file)
@@ -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"