wok-current diff linux/receipt @ rev 25685

Add checkspace / fetchall feature for tazpkg
author Stanislas Leduc <shann@slitaz.org>
date Thu Mar 14 20:28:39 2024 +0000 (8 months ago)
parents a5920dcf0199
children db14014acdba
line diff
     1.1 --- a/linux/receipt	Fri Feb 23 20:17:27 2024 +0000
     1.2 +++ b/linux/receipt	Thu Mar 14 20:28:39 2024 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux"
     1.7 -VERSION="4.19.307"
     1.8 +VERSION="5.10.210"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The Linux kernel and modules."
    1.11  MAINTAINER="devel@slitaz.org"
    1.12 @@ -12,9 +12,9 @@
    1.13  HOST_ARCH="i486 arm x86_64"
    1.14  
    1.15  DEPENDS="kmod"
    1.16 -BUILD_DEPENDS="bash perl git xz lzma patch kmod bc \
    1.17 -sysfsutils-dev libtool glib-dev libwrap libwrap-dev openssl-dev udev-dev \
    1.18 -autoconf automake"
    1.19 +BUILD_DEPENDS="bash perl git xz lzma patch kmod bc findutils diffutils \
    1.20 +sysfsutils-dev elfutils-dev libtool glib-dev libwrap-dev openssl-dev \
    1.21 +udev-dev autoconf automake"
    1.22  
    1.23  #
    1.24  # The Linux receipt handle cross compilation. For x86_64 we actually use
    1.25 @@ -24,8 +24,9 @@
    1.26  #
    1.27  # The receipt also handle some cook options for faster build: 
    1.28  # --nox32    : skip the x86 compilation
    1.29 -# --nox64    : Skip the x86_64 cross compilation
    1.30 -# --nonomods : Skip bzImage without modules build
    1.31 +# --nox64    : skip the x86_64 cross compilation
    1.32 +# --nopae    : skip the PAE compilation
    1.33 +# --nonomods : skip bzImage without modules build
    1.34  #
    1.35  
    1.36  # Aufs enable chroot
    1.37 @@ -201,7 +202,7 @@
    1.38  	cp -a $AUFSDIR/Documentation $AUFSDIR/fs $AUFSDIR/include $src
    1.39  
    1.40  	# Use fixed patchs from stuff
    1.41 -	cp -a $AUFSDIR/aufs4-*.patch $stuff
    1.42 +	cp -a $AUFSDIR/aufs5-*.patch $stuff
    1.43  
    1.44  	# SliTaz db stuff
    1.45  	[ -d $WOK/$PACKAGE/source/slitaz ] && rm -rf $WOK/$PACKAGE/source/slitaz
    1.46 @@ -222,9 +223,9 @@
    1.47  		patch -p1 < $WOK/$PACKAGE/source/slitaz/$patch_file || return 1
    1.48  		touch done.$patch_file
    1.49  	done <<EOT
    1.50 -aufs4-base.patch
    1.51 -aufs4-standalone.patch
    1.52 -aufs4-mmap.patch
    1.53 +aufs5-base.patch
    1.54 +aufs5-standalone.patch
    1.55 +aufs5-mmap.patch
    1.56  EOT
    1.57  
    1.58  # Patch for 3.16.55, need tweak for 4.x
    1.59 @@ -245,7 +246,7 @@
    1.60  
    1.61  	# Patch for Picasso AMDGPU, until switch to 5.x
    1.62  	# see https://bugs.gentoo.org/696164
    1.63 -	patch -p1 < $stuff/picasso-amdgpu.patch
    1.64 +	#patch -p1 < $stuff/picasso-amdgpu.patch
    1.65  
    1.66  	# Mrproper
    1.67  	echo "Make kernel proper..."