From 449bd49b9a78082d4979cae0d09edba18ae7d863 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 19 Jan 2016 18:44:03 +0100 Subject: [PATCH] cross-mipsel-linux-muslhf: update to 0.21. - Do not remove SYSROOT/bin symlink. - Update binutils, glibc/musl and linux headers. - Sensible licenses=. --- srcpkgs/cross-mipsel-linux-muslhf/template | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/srcpkgs/cross-mipsel-linux-muslhf/template b/srcpkgs/cross-mipsel-linux-muslhf/template index 61e3b44eeef..5f73bdf420f 100644 --- a/srcpkgs/cross-mipsel-linux-muslhf/template +++ b/srcpkgs/cross-mipsel-linux-muslhf/template @@ -1,9 +1,9 @@ # Template build file for 'cross-mipsel-linux-muslhf' # -_binutils_version=2.24 +_binutils_version=2.25.1 _gcc_version=4.9.3 -_musl_version=1.1.10 -_linux_version=3.10.6 +_musl_version=1.1.12 +_linux_version=3.10.94 _triplet=mipsel-linux-muslhf _fpuflags="--with-float=hard --with-fp" @@ -11,22 +11,21 @@ _archflags="-march=mips32r2 -mhard-float" _sysroot="/usr/${_triplet}" pkgname=cross-${_triplet} -version=0.20 -revision=3 +version=0.21 +revision=1 short_desc="Cross toolchain for MIPS32r2 LE hardfloat target (musl)" maintainer="Juan RP " homepage="http://www.voidlinux.eu" -license="Public Domain" +license="GPL-3, GPL-2, MIT" distfiles=" http://ftp.gnu.org/pub/gnu/binutils/binutils-${_binutils_version}.tar.bz2 http://ftp.gnu.org/pub/gnu/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.bz2 http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_linux_version}.tar.xz http://www.musl-libc.org/releases/musl-${_musl_version}.tar.gz" -checksum=" - e5e8c5be9664e7f7f96e0d09919110ab5ad597794f5b1809871177a0f0f14137 +checksum="b5b14added7d78a8d1ca70b5cb75fef57ce2197264f4f5835326b0df22ac9f22 2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e - ed4dfd9f56b7c82e9c71331bbf8d2ea01ddfddc1b6209bd3f3c8640aa24065cf - 45bbe9b1c7f7a0f743477af1e103b6889bfe4dd9815e16f6c89f6c90831c8b7c" + 61a700b21ad951c8bc2ed9d3ff3c3c5c6e4124a1f2808f786745d568290cba7f + 720b83c7e276b4b679c0bffe9509340d5f81fd601508e607e708177df0d31c0e" lib32disabled=yes nocross=yes @@ -206,7 +205,7 @@ do_install() { rm -rf ${DESTDIR}/${_sysroot}/usr/{sbin,share,libexec} rm -f ${DESTDIR}/${_sysroot}/libexec rm -f ${DESTDIR}/${_sysroot}/lib/*.py - rm -f ${DESTDIR}/${_sysroot}/{bin,sbin,lib} + rm -f ${DESTDIR}/${_sysroot}/{sbin,lib} } cross-mipsel-linux-muslhf-libc_package() {