From: Thomas Kunze Date: Thu, 24 Jul 2008 23:30:44 +0000 (+0000) Subject: packed-staging.bblcass: change DEPLOY_DIR_PSTAGE from "=" to "?=" to be able X-Git-Tag: Release-2010-05/1~6481 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0196a9e9747d4460e7ab28a63494f56dfe5c8297;p=openembedded.git packed-staging.bblcass: change DEPLOY_DIR_PSTAGE from "=" to "?=" to be able to override it in local.conf --- 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"