aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/cross.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-13 15:37:50 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-11-13 15:37:50 +0000
commit91989087553a608b0988f8b9ed3b93dba7cf48c8 (patch)
treefd233fe7f59956c11523ea18e32b054bf1e7a6ef /meta/classes/cross.bbclass
parente2677471e6bf9fe775e6db4cd958869f530c355f (diff)
downloadopenembedded-core-contrib-91989087553a608b0988f8b9ed3b93dba7cf48c8.tar.gz
cross.bbclass: Override the sysroot_stage_all to work appropriately for cross packages
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes/cross.bbclass')
-rw-r--r--meta/classes/cross.bbclass8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass
index 1eaee14342..5ecbb64347 100644
--- a/meta/classes/cross.bbclass
+++ b/meta/classes/cross.bbclass
@@ -39,3 +39,11 @@ do_stage () {
do_install () {
:
}
+
+#
+# Override the default sysroot staging copy since this won't look like a target system
+#
+sysroot_stage_all() {
+ sysroot_stage_dir ${D} ${SYSROOT_DESTDIR}
+}
+