[oe-commits] Richard Purdie : packaged-staging.bbclass: Set the extra staging paths to a sane default

GIT User account git at amethyst.openembedded.net
Mon Oct 27 19:16:24 UTC 2008


Module: openembedded.git
Branch: rpurdie/for-comment-zecke
Commit: 4b6469638074fd0d4a3724d52edae1f3411a021c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4b6469638074fd0d4a3724d52edae1f3411a021c

Author: Richard Purdie <rpurdie at linux.intel.com>
Date:   Mon Oct 27 19:03:07 2008 +0000

packaged-staging.bbclass: Set the extra staging paths to a sane default

If either DISTRO_PR and OELAYOUT_ABI staging packages become superseeded
therefore add these to the default extra paths variables although distros
are free to override this if they know better.

---

 classes/packaged-staging.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/packaged-staging.bbclass b/classes/packaged-staging.bbclass
index ed94790..d6272b8 100644
--- a/classes/packaged-staging.bbclass
+++ b/classes/packaged-staging.bbclass
@@ -13,7 +13,7 @@
 # 
 PSTAGE_PKGVERSION = "${PV}-${PR}"
 PSTAGE_PKGARCH    = "${BUILD_SYS}"
-PSTAGE_EXTRAPATH  ?= ""
+PSTAGE_EXTRAPATH  ?= "/${OELAYOUT_ABI}/${DISTRO_PR}/"
 PSTAGE_PKGPATH    = "${DISTRO}${PSTAGE_EXTRAPATH}"
 PSTAGE_PKGPN      = "${@bb.data.expand('staging-${PN}-${MULTIMACH_ARCH}${TARGET_VENDOR}-${TARGET_OS}', d).replace('_', '-')}"
 PSTAGE_PKGNAME    = "${PSTAGE_PKGPN}_${PSTAGE_PKGVERSION}_${PSTAGE_PKGARCH}.ipk"





More information about the Openembedded-commits mailing list