diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-01 10:33:06 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-01 10:33:06 +0000 |
commit | 7f8da38b3ed52ea2d2608103d15b8bd950461beb (patch) | |
tree | 8869d7aaf540d4d3701abb0dbced328275f3495f /meta | |
parent | 8344c7b3a9c223385fb26f349619eb9e4884aac9 (diff) | |
download | poky-7f8da38b3ed52ea2d2608103d15b8bd950461beb.tar.gz |
packaged-staging: allow to set DEPLOY_DIR_PSTAGE in local.conf
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4754 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/packaged-staging.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/packaged-staging.bbclass b/meta/classes/packaged-staging.bbclass index 5de5970880..e45441041c 100644 --- a/meta/classes/packaged-staging.bbclass +++ b/meta/classes/packaged-staging.bbclass | |||
@@ -70,7 +70,7 @@ python () { | |||
70 | bb.data.setVar("PSTAGING_ACTIVE", "0", d) | 70 | bb.data.setVar("PSTAGING_ACTIVE", "0", d) |
71 | } | 71 | } |
72 | 72 | ||
73 | DEPLOY_DIR_PSTAGE = "${DEPLOY_DIR}/pstage" | 73 | DEPLOY_DIR_PSTAGE ?= "${DEPLOY_DIR}/pstage" |
74 | PSTAGE_MACHCONFIG = "${DEPLOY_DIR_PSTAGE}/opkg.conf" | 74 | PSTAGE_MACHCONFIG = "${DEPLOY_DIR_PSTAGE}/opkg.conf" |
75 | 75 | ||
76 | PSTAGE_PKGMANAGER = "stage-manager-ipkg" | 76 | PSTAGE_PKGMANAGER = "stage-manager-ipkg" |