blob: e5bb54026ee55a4a82730e0da604112d36205276 (
plain)
1
2
3
4
5
6
|
# The majority of populate_sdk is located in populate_sdk_base
# This chunk simply facilitates compatibility with SDK only recipes.
inherit populate_sdk_base
addtask populate_sdk after do_install before do_build
|