]> code.ossystems Code Review - openembedded-core.git/commit
packaged-staging: Fix packagaging of cross packages
authorJoshua Lock <josh@linux.intel.com>
Thu, 4 Mar 2010 16:53:00 +0000 (16:53 +0000)
committerJoshua Lock <josh@linux.intel.com>
Thu, 4 Mar 2010 16:53:00 +0000 (16:53 +0000)
commit538087d2036d9dd319e3a22aaa2f62e5a5285c55
treeefefcb55d311568eb1ea5ce4693f9d2c04cd09b0
parent211f928e083bf6d4971b318d8c4c6f089abe33e3
packaged-staging: Fix packagaging of cross packages

packagedstaging_fastpath() was only copying the contents of CROSS_DIR to
PSTAGE_TMPDIR resulting in the folders contents being packaged and then
installed incorrectly at the top level of CROSS_DIR rather than in HOST_ARCH
specific sub directories.

This patch fixes that issue by copying the directory and its contents rather
than just the directory contents.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/classes/packaged-staging.bbclass