mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-26 14:23:24 +08:00
package/dtc: Update to v1.4.0
Currently, we're using an untagged commit of dtc. Since inclusion in buildroot, version 1.4.0 has been released, which includes new endian-annotated type defintions. We want to use these type definitions in kexec-lite, so update to the new release. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
5e3ded0d75
commit
24b651f0d8
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DTC_VERSION = e4b497f367a3b2ae99cc52089a14a221b13a76ef
|
||||
DTC_VERSION = v1.4.0
|
||||
DTC_SITE = git://git.jdl.com/software/dtc.git
|
||||
DTC_LICENSE = GPLv2+/BSD-2c
|
||||
DTC_LICENSE_FILES = README.license GPL
|
||||
|
Loading…
Reference in New Issue
Block a user