Skip to content
Snippets Groups Projects
Unverified Commit d5b80f24 authored by Jami Kettunen's avatar Jami Kettunen
Browse files

cross/binutils-*: fix building after 2.34 upgrade (!1114)

It seems "makeinfo" from "texinfo" package is required during the build
now, so simply add this to makedepends line on all APKBUILDs.

[ci:skip-vercheck]
parent 9aa2d5ae
Branches
No related tags found
1 merge request!1114cross/binutils-*: fix building after 2.34 upgrade
Pipeline #192344 passed
......@@ -9,7 +9,7 @@ pkgdesc="Tools necessary to build programs for aarch64 targets"
url="https://www.gnu.org/software/binutils/"
makedepends_build=""
makedepends_host=""
makedepends="gettext libtool autoconf automake bison"
makedepends="gettext libtool autoconf automake bison texinfo"
arch="armhf armv7 x86_64 x86"
license="GPL-2.0 GPL-3.0-or-later LGPL-2.0 BSD"
subpackages=""
......
......@@ -9,7 +9,7 @@ pkgdesc="Tools necessary to build programs for armhf targets"
url="https://www.gnu.org/software/binutils/"
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=""
......
......@@ -9,7 +9,7 @@ pkgdesc="Tools necessary to build programs for armv7 targets"
url="https://www.gnu.org/software/binutils/"
makedepends_build=""
makedepends_host=""
makedepends="gettext libtool autoconf automake bison"
makedepends="gettext libtool autoconf automake bison texinfo"
arch="armhf aarch64 x86_64 x86"
license="GPL-2.0 GPL-3.0-or-later LGPL-2.0 BSD"
subpackages=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment