cross-arm-none-eabi-newlib: fix distfiles

Also fix xlint warnings.
This commit is contained in:
Evgeny Ermakov 2021-03-30 02:16:31 +11:00 committed by Érico Nogueira Rolim
parent 826704dcd5
commit 009f686d1b

View file

@ -3,7 +3,7 @@ _triplet=arm-none-eabi
_pkgname=newlib _pkgname=newlib
pkgname=cross-${_triplet}-${_pkgname} pkgname=cross-${_triplet}-${_pkgname}
version=3.1.0.20181231 version=3.1.0.20181231
revision=2 revision=3
wrksrc="${_pkgname}-${version}" wrksrc="${_pkgname}-${version}"
build_style=gnu-configure build_style=gnu-configure
configure_args=" configure_args="
@ -14,9 +14,9 @@ configure_args="
hostmakedepends="cross-arm-none-eabi-binutils cross-arm-none-eabi-gcc" hostmakedepends="cross-arm-none-eabi-binutils cross-arm-none-eabi-gcc"
short_desc="C library intended for use on embedded systems" short_desc="C library intended for use on embedded systems"
maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>" maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
license="GPL-3.0-or-later" license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://www.sourceware.org/${_pkgname}/" homepage="https://www.sourceware.org/newlib/"
distfiles="ftp://sources.redhat.com/pub/${_pkgname}/${_pkgname}-${version}.tar.gz" distfiles="ftp://sourceware.org/pub/newlib/newlib-${version}.tar.gz"
checksum=9e12fea7297648b114434033ed4458755afe7b9b6c7d58123389e82bd37681c0 checksum=9e12fea7297648b114434033ed4458755afe7b9b6c7d58123389e82bd37681c0
nostrip=yes nostrip=yes
@ -71,7 +71,3 @@ do_install() {
make DESTDIR=${DESTDIR} install make DESTDIR=${DESTDIR} install
popd popd
} }
post_install() {
vlicense COPYING
}