avr-binutils: fix binutils REQUIRES

This commit is contained in:
Gerasim Troeglazov
2018-06-19 19:56:09 +10:00
parent ae21294274
commit 0947a27dfc

View File

@@ -18,13 +18,12 @@ But they also include:
- strings - lists printable strings from files.
- strip - discards symbols.
The tools of this package can be used for cross-builds to \
$effectiveTargetMachineTriple."
HOMEPAGE="http://www.gnu.org/software/binutils"
The tools of this package can be used for cross-builds to Atmel AVR."
HOMEPAGE="https://www.gnu.org/software/binutils"
COPYRIGHT="1988-2016 Free Software Foundation, Inc."
LICENSE="GNU GPL v3
GNU LGPL v3"
REVISION="3"
REVISION="4"
srcGitRev="68e96393c7be88bc0e577404869a07ad3c0b48b3"
SOURCE_URI="https://github.com/haiku/buildtools/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="95743a550c7e2b561273a1e349a270c659b0c454209de9cd7fc105395fec66fd"
@@ -52,14 +51,13 @@ PROVIDES="
cmd:avr_size$secondaryArchSuffix = $portVersion compat >= 2.23
cmd:avr_strings$secondaryArchSuffix = $portVersion compat >= 2.23
cmd:avr_strip$secondaryArchSuffix = $portVersion compat >= 2.23
lib:avr_libbfd_2.26.1$secondaryArchSuffix = $portVersion compat >= 2.23
lib:avr_libopcodes_2.26.1$secondaryArchSuffix = $portVersion compat >= 2.23
lib:avr_libbfd_$portVersion$secondaryArchSuffix = $portVersion compat >= 2.23
lib:avr_libopcodes_$portVersion$secondaryArchSuffix = $portVersion compat >= 2.23
"
REQUIRES="
binutils$secondaryArchSuffix
haiku$secondaryArchSuffix
lib:libbfd_2.28.1$secondaryArchSuffix
lib:libopcodes_2.28.1$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
@@ -146,22 +144,3 @@ INSTALL()
rm -f man1/$cmd.1
done
}
DESCRIPTION="
The GNU Binutils are a collection of binary tools. The main ones are:
- ld - the GNU linker.
- as - the GNU assembler.
But they also include:
- addr2line - Converts addresses into filenames and line numbers.
- ar - A utility for creating, modifying and extracting from archives.
- c++filt - Filter to demangle encoded C++ symbols.
- nm - Lists symbols from object files.
- objcopy - Copys and translates object files.
- objdump - Displays information from object files.
- ranlib - Generates an index to the contents of an archive.
- readelf - Displays information from any ELF format object file.
- size - Lists the section sizes of an object or archive file.
- strings - Lists printable strings from files.
- strip - Discards symbols.
The tools of this package can be used for cross-builds to Atmel AVR.
"