blob: f64a911b72c884e62addc04d681bf362d9850c70 (
plain)
1
2
3
4
5
6
7
|
# 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
|