cross-arm-none-eabi-binutils: add dependency on documentation

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Ivan Sokolov 2019-05-22 23:28:15 +03:00 committed by Jürgen Buchmüller
parent cec1965e73
commit 539ed31ffd
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

View file

@ -3,7 +3,7 @@ _triplet=arm-none-eabi
_pkgname=binutils
pkgname=cross-${_triplet}-${_pkgname}
version=2.32
revision=1
revision=2
wrksrc="${_pkgname}-${version}"
build_style=gnu-configure
configure_args="
@ -24,6 +24,7 @@ configure_args="
"
hostmakedepends="autoconf automake bison flex perl"
makedepends="zlib-devel"
depends="binutils-doc"
short_desc="GNU binary utilities"
maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
license="GPL-3.0-or-later"