[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:30:11 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8da0dc34515d9a5ccc36cd5d74d4414a3296e5a5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8da0dc34515d9a5ccc36cd5d74d4414a3296e5a5

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