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:
parent
cec1965e73
commit
539ed31ffd
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue