mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-12 03:10:15 +00:00
Fix bitbake license warnings
The following warnings are seen when building fvp-base WARNING: fvp-base-native-r11p7-30rel0-r0 do_populate_lic: fvp-base-native: No generic license file exists for: GPL in any provider WARNING: fvp-base-native-r11p7-30rel0-r0 do_populate_lic: fvp-base-native: No generic license file exists for: Apache in any provider Correct the license names to the expected strings resolves the issue Change-Id: Ia4962736840de8b4a02d0c9d59b7c14c9999997c Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
SUMMARY = "Arm Fixed Virtual Platform"
|
||||
HOMEPAGE = "https://developer.arm.com/tools-and-software/simulation-models/fixed-virtual-platforms"
|
||||
LICENSE = "Proprietary & GPL & Apache"
|
||||
LICENSE = "Proprietary & GPLv2 & Apache-2"
|
||||
|
||||
|
||||
inherit native deploy
|
||||
|
||||
Reference in New Issue
Block a user