wok diff linux/receipt @ rev 14255

Up: xine-ui (0.99.7)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 26 23:20:15 2013 +0100 (2013-03-26)
parents f51d35fb6a4a
children a62a3bf42fb0
line diff
     1.1 --- a/linux/receipt	Thu Mar 21 21:44:13 2013 +0100
     1.2 +++ b/linux/receipt	Tue Mar 26 23:20:15 2013 +0100
     1.3 @@ -8,15 +8,15 @@
     1.4  MAINTAINER="devel@slitaz.org"
     1.5  TARBALL="$PACKAGE-$KBASEVER.tar.xz"
     1.6  WEB_SITE="http://www.kernel.org/"
     1.7 -WGET_URL="https://www.kernel.org/pub/linux/kernel/v3.0/$TARBALL"
     1.8 +WGET_URL="ftp://ftp.kernel.org/pub/linux/kernel/v3.0/$TARBALL"
     1.9  HOST_ARCH="i486 arm x86_64"
    1.10  
    1.11  DEPENDS="kmod"
    1.12 -BUILD_DEPENDS="slitaz-toolchain perl git xz lzma patch uclibc-cross-compiler-x86_64 wget"
    1.13 +BUILD_DEPENDS="slitaz-toolchain perl git xz lzma patch uclibc-cross-compiler-x86_64"
    1.14  
    1.15  # Use version patch so we dont dl full kernel source on each minor update
    1.16  [ "$KBASEVER" != "$VERSION" ] && \
    1.17 -	PATCH="http://www.kernel.org/pub/linux/kernel/v3.0/patch-$VERSION.xz"
    1.18 +	PATCH="ftp://ftp.kernel.org/pub/linux/kernel/v3.0/patch-$VERSION.xz"
    1.19  
    1.20  # Aufs enable chroot
    1.21  AUFS_NOT_RAMFS="uclibc-cross-compiler-x86_64 is not compatible with aufs+tmpfs 8("
    1.22 @@ -47,7 +47,7 @@
    1.23  
    1.24  	if [ "$KBASEVER" != "$VERSION" ]; then
    1.25  		[ -s $SRC/$(basename $PATCH) ] ||
    1.26 -		wget --no-check-certificate $PATCH -O $SRC/$(basename $PATCH)
    1.27 +		wget $PATCH -O $SRC/$(basename $PATCH)
    1.28  		xzcat $SRC/$(basename $PATCH) | patch -Np1
    1.29  		touch done.patch-$VERSION
    1.30  	fi
    1.31 @@ -56,7 +56,7 @@
    1.32  		arm)
    1.33  			echo "Compiling: ARM Kernel"
    1.34  			if [ ! -s $SRC/$(basename $PATCH) ]; then
    1.35 -				wget --no-check-certificate $PATCH -O $SRC/$(basename $PATCH)
    1.36 +				wget $PATCH -O $SRC/$(basename $PATCH)
    1.37  			fi
    1.38  			make mrproper
    1.39  			# Buggy: we got kernel panic about module not tinted 3.2.14