dtc: update to 1.5.0.
This commit is contained in:
parent
21d90a2569
commit
ae5d1617c4
1 changed files with 5 additions and 4 deletions
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'dtc'
|
||||
pkgname=dtc
|
||||
version=1.4.7
|
||||
revision=2
|
||||
version=1.5.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="NO_PYTHON=1"
|
||||
make_install_args="$make_build_args"
|
||||
hostmakedepends="git flex bison"
|
||||
hostmakedepends="git flex bison pkg-config"
|
||||
makedepends="libyaml-devel"
|
||||
short_desc="Device Tree Compiler"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://git.kernel.org/pub/scm/utils/dtc/dtc.git"
|
||||
distfiles="https://www.kernel.org/pub/software/utils/dtc/dtc-${version}.tar.xz"
|
||||
checksum=6643e8f00ff86350f465bb54b2185058b5b1b7bac01a0842c81a52b86589cde7
|
||||
checksum=c672e443c9f7e39f5a7c8e602da6777f9ad55ad70de87de300a43828c8050172
|
||||
|
||||
CFLAGS="-fPIC"
|
||||
|
||||
|
|
Loading…
Reference in a new issue