pmb aportgen binutils: add texinfo to makedepends (!1901)

The current version of binutils does not build anymore without texinfo.

Related: #1894
Related: pmaports!1114
This commit is contained in:
Oliver Smith 2020-03-31 23:11:23 +02:00
parent 11c36fcf65
commit 9d17ed29e3
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ def generate(args, pkgname):
"arch": " ".join(arches),
"makedepends_build": "",
"makedepends_host": "",
"makedepends": "gettext libtool autoconf automake bison",
"makedepends": "gettext libtool autoconf automake bison texinfo",
"subpackages": "",
}

View File

@ -10,7 +10,7 @@ url="https://www.gnu.org/software/binutils/"
depends=""
makedepends_build=""
makedepends_host=""
makedepends="gettext libtool autoconf automake bison"
makedepends="gettext libtool autoconf automake bison texinfo"
arch="armv7 aarch64 x86_64 x86"
license="GPL-2.0 GPL-3.0-or-later LGPL-2.0 BSD"
subpackages=""