bluez-firmware-rpidistro: Add compatibility to oe-core/create-spdx

Add do_create_spdx dependency to fix error when LICENCE is not found

Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com>
This commit is contained in:
Davide Gardenal 2022-04-14 14:36:56 +02:00 committed by Andrei Gherzan
parent c3275986b6
commit 901cb604b5

View File

@ -39,7 +39,7 @@ do_extract_lic() {
}
# Must be before both do_install and do_populate_lic. Putting it before
# their common ancestor works; other approaches do not.
addtask extract_lic after do_unpack before do_patch
addtask extract_lic after do_unpack before do_patch do_create_spdx
do_compile() {
: