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=binutils
|
||||||
pkgname=cross-${_triplet}-${_pkgname}
|
pkgname=cross-${_triplet}-${_pkgname}
|
||||||
version=2.32
|
version=2.32
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${_pkgname}-${version}"
|
wrksrc="${_pkgname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
|
@ -24,6 +24,7 @@ configure_args="
|
||||||
"
|
"
|
||||||
hostmakedepends="autoconf automake bison flex perl"
|
hostmakedepends="autoconf automake bison flex perl"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
|
depends="binutils-doc"
|
||||||
short_desc="GNU binary utilities"
|
short_desc="GNU binary utilities"
|
||||||
maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
|
maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue