mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
c3275986b6
commit
901cb604b5
|
@ -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() {
|
||||
:
|
||||
|
|
Loading…
Reference in New Issue
Block a user