wok-current diff linux64/receipt @ rev 25629

Mass updates for current
author Stanislas Leduc <shann@slitaz.org>
date Wed Oct 11 18:45:46 2023 +0000 (8 months ago)
parents 86790a278e70
children 3ad63c8fc2f9
line diff
     1.1 --- a/linux64/receipt	Tue Aug 07 23:03:21 2018 +0200
     1.2 +++ b/linux64/receipt	Wed Oct 11 18:45:46 2023 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linux64"
     1.7 -VERSION="3.16.55"
     1.8 +VERSION="4.19.294"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="The Linux 64 bits kernel and modules."
    1.11  MAINTAINER="devel@slitaz.org"
    1.12 @@ -42,8 +42,8 @@
    1.13  	rm -f $fs/lib/modules/$VERSION-slitaz64/build
    1.14  	rm -f $fs/lib/modules/$VERSION-slitaz64/source
    1.15  	# Cook all packages with a kernel module
    1.16 -	for i in $(cd $WOK; grep -l 'cook linux64$' */receipt); do
    1.17 -		echo cook ${i%/receipt}
    1.18 +	for i in $(cd $WOK; grep -l '^WANTED="linux"' linux64-*/receipt); do
    1.19 +		cook ${i%/receipt}
    1.20  	done
    1.21  	# Fixed modules.dep to use right path
    1.22  	# saves 100kb of space too