mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
dtc: update to 1.6.1.
* remove git from hostmakedepends
This commit is contained in:
parent
254c2a2876
commit
08992cc994
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'dtc'
|
# Template file for 'dtc'
|
||||||
pkgname=dtc
|
pkgname=dtc
|
||||||
version=1.6.0
|
version=1.6.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="NO_PYTHON=1"
|
make_build_args="NO_PYTHON=1"
|
||||||
make_install_args="$make_build_args"
|
make_install_args="$make_build_args"
|
||||||
hostmakedepends="git flex bison pkg-config"
|
hostmakedepends="flex bison pkg-config"
|
||||||
makedepends="libyaml-devel"
|
makedepends="libyaml-devel"
|
||||||
short_desc="Device Tree Compiler"
|
short_desc="Device Tree Compiler"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://git.kernel.org/pub/scm/utils/dtc/dtc.git"
|
homepage="https://git.kernel.org/pub/scm/utils/dtc/dtc.git"
|
||||||
distfiles="https://www.kernel.org/pub/software/utils/dtc/dtc-${version}.tar.xz"
|
distfiles="https://www.kernel.org/pub/software/utils/dtc/dtc-${version}.tar.xz"
|
||||||
checksum=10503b0217e1b07933e29e8d347a00015b2431bea5f59afe0bed3af30340c82d
|
checksum=65cec529893659a49a89740bb362f507a3b94fc8cd791e76a8d6a2b6f3203473
|
||||||
|
|
||||||
CFLAGS="-fPIC"
|
CFLAGS="-fPIC"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue