mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
Fix STAGING_BINDIR for multimachine use by spliting into STAGING_BINDIR and STAGING_BINDIR_NATIVE and adding both to PATH
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@958 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -18,7 +18,7 @@ python do_package_deb_install () {
|
||||
rootfs = bb.data.getVar('IMAGE_ROOTFS', d, 1)
|
||||
debdir = bb.data.getVar('DEPLOY_DIR_DEB', d, 1)
|
||||
stagingdir = bb.data.getVar('STAGING_DIR', d, 1)
|
||||
stagingbindir = bb.data.getVar('STAGING_BINDIR', d, 1)
|
||||
stagingbindir = bb.data.getVar('STAGING_BINDIR_NATIVE', d, 1)
|
||||
tmpdir = bb.data.getVar('TMPDIR', d, 1)
|
||||
|
||||
if None in (pkg,pkgfn,rootfs):
|
||||
|
||||
Reference in New Issue
Block a user