dtc: update to 1.4.5.

Closes: #7916 [via git-merge-pr]
This commit is contained in:
Leah Neukirchen 2017-10-02 14:41:40 +02:00 committed by lemmi
parent 10da4daf8e
commit 5c9eaebc71

View file

@ -1,8 +1,10 @@
# Template file for 'dtc'
pkgname=dtc
version=1.4.4
version=1.4.5
revision=1
build_style=gnu-makefile
make_build_args="NO_PYTHON=1"
make_install_args="$make_build_args"
hostmakedepends="git flex bison"
short_desc="Device Tree Compiler"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
@ -10,7 +12,7 @@ license="GPL-2"
homepage="http://www.devicetree.org/Device_Tree_Compiler"
CFLAGS="-fPIC"
distfiles="https://www.kernel.org/pub/software/utils/dtc/dtc-$version.tar.xz"
checksum=470731d5c015b160d26a96645dbb1c7337d6e7b8c98244612002b66bedf6cffb
checksum=042c7164806af34069d13ede59d85b8156d09f179f721c516dc37712d3a0f621
dtc-devel_package() {
depends="dtc>=${version}_${revision}"