diff options
-rw-r--r-- | meta/classes/native.bbclass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index ec91fc3c80..6becf8233f 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
@@ -174,6 +174,11 @@ python native_virtclass_handler () { | |||
174 | addhandler native_virtclass_handler | 174 | addhandler native_virtclass_handler |
175 | native_virtclass_handler[eventmask] = "bb.event.RecipePreFinalise" | 175 | native_virtclass_handler[eventmask] = "bb.event.RecipePreFinalise" |
176 | 176 | ||
177 | python do_addto_recipe_sysroot () { | ||
178 | bb.build.exec_func("extend_recipe_sysroot", d) | ||
179 | } | ||
180 | addtask addto_recipe_sysroot after do_populate_sysroot | ||
181 | |||
177 | inherit nopackages | 182 | inherit nopackages |
178 | 183 | ||
179 | do_packagedata[stamp-extra-info] = "" | 184 | do_packagedata[stamp-extra-info] = "" |