cross-arm-none-eabi-newlib: fix distfiles
Also fix xlint warnings.
This commit is contained in:
parent
826704dcd5
commit
009f686d1b
1 changed files with 4 additions and 8 deletions
|
@ -3,7 +3,7 @@ _triplet=arm-none-eabi
|
|||
_pkgname=newlib
|
||||
pkgname=cross-${_triplet}-${_pkgname}
|
||||
version=3.1.0.20181231
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="${_pkgname}-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
|
@ -14,9 +14,9 @@ configure_args="
|
|||
hostmakedepends="cross-arm-none-eabi-binutils cross-arm-none-eabi-gcc"
|
||||
short_desc="C library intended for use on embedded systems"
|
||||
maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.sourceware.org/${_pkgname}/"
|
||||
distfiles="ftp://sources.redhat.com/pub/${_pkgname}/${_pkgname}-${version}.tar.gz"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
homepage="https://www.sourceware.org/newlib/"
|
||||
distfiles="ftp://sourceware.org/pub/newlib/newlib-${version}.tar.gz"
|
||||
checksum=9e12fea7297648b114434033ed4458755afe7b9b6c7d58123389e82bd37681c0
|
||||
nostrip=yes
|
||||
|
||||
|
@ -71,7 +71,3 @@ do_install() {
|
|||
make DESTDIR=${DESTDIR} install
|
||||
popd
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue