aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/native.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/native.bbclass')
-rw-r--r--meta/classes/native.bbclass5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index 4d4aaadc022..93aaf2bfb0e 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -176,3 +176,8 @@ do_packagedata[stamp-extra-info] = ""
do_populate_sysroot[stamp-extra-info] = ""
USE_NLS = "no"
+
+addtask populate_recipe_sysroot after do_prepare_recipe_sysroot
+python do_populate_recipe_sysroot() {
+ staging_populate_own_sysroot_dir(d)
+}