summaryrefslogtreecommitdiffstats
path: root/package/dtc
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2014-03-12 11:45:57 +0800
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-03-29 16:18:15 +0100
commit24b651f0d897a423dd2f84f914aff6924ad04a3e (patch)
tree4f125c8b0d188e9fb26e3303c2c6e47fef56e472 /package/dtc
parent5e3ded0d75b00bb212b373a42851db98b79e28c1 (diff)
downloadbuildroot-24b651f0d897a423dd2f84f914aff6924ad04a3e.tar.gz
buildroot-24b651f0d897a423dd2f84f914aff6924ad04a3e.zip
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>
Diffstat (limited to 'package/dtc')
-rw-r--r--package/dtc/dtc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dtc/dtc.mk b/package/dtc/dtc.mk
index a230e60073..a6898f29c8 100644
--- a/package/dtc/dtc.mk
+++ b/package/dtc/dtc.mk
@@ -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
OpenPOWER on IntegriCloud