mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
dtc: Fix License warning
WARNING: dtc: No generic license file exists for: GPL2 in any provider (From OE-Core rev: bdaa8c17ed8171ce827e84b8680ca8248e10a1d2) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
44f50c3ce1
commit
e07686e83d
@@ -1,7 +1,7 @@
|
|||||||
SUMMARY = "Device Tree Compiler"
|
SUMMARY = "Device Tree Compiler"
|
||||||
DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels."
|
DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels."
|
||||||
SECTION = "bootloader"
|
SECTION = "bootloader"
|
||||||
LICENSE = "GPL2 | BSD"
|
LICENSE = "GPLv2 | BSD"
|
||||||
DEPENDS = "flex-native bison-native"
|
DEPENDS = "flex-native bison-native"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|||||||
Reference in New Issue
Block a user