wok rev 18406

open-vm-tools: another attempt to get kernel selection correct for build in the wok
author Nathan Neulinger <nneul@neulinger.org>
date Sat Sep 19 13:09:14 2015 +0000 (2015-09-19)
parents 1d017e1c3866
children eccaeaf682e4 d3cf4f4dc1a4
files linux64-open-vm-tools-kernel/receipt open-vm-tools-kernel/receipt
line diff
     1.1 --- a/linux64-open-vm-tools-kernel/receipt	Sat Sep 19 09:52:06 2015 +0200
     1.2 +++ b/linux64-open-vm-tools-kernel/receipt	Sat Sep 19 13:09:14 2015 +0000
     1.3 @@ -34,9 +34,9 @@
     1.4  		--without-gtkmm \
     1.5  		--without-xmlsecurity \
     1.6  		--without-xerces \
     1.7 +		--with-kernel-release=${kvers}-slitaz64 \
     1.8                  $CONFIGURE_ARGS
     1.9  
    1.10 -	sed -i -e "s/${kvers}-slitaz/${kvers}-slitaz64/" modules/Makefile
    1.11  	cd modules && make CFLAGS="" KBUILD_VERBOSE=1 && make DESTDIR=$install install
    1.12  }
    1.13  
    1.14 @@ -51,7 +51,6 @@
    1.15  
    1.16  post_install()
    1.17  {
    1.18 -	echo -n "Processing post-install commands..."
    1.19  	chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz64
    1.20  	status
    1.21  }
     2.1 --- a/open-vm-tools-kernel/receipt	Sat Sep 19 09:52:06 2015 +0200
     2.2 +++ b/open-vm-tools-kernel/receipt	Sat Sep 19 13:09:14 2015 +0000
     2.3 @@ -32,6 +32,7 @@
     2.4  		--without-gtkmm \
     2.5  		--without-xmlsecurity \
     2.6  		--without-xerces \
     2.7 +		--with-kernel-release=${kvers}-slitaz \
     2.8                  $CONFIGURE_ARGS && cd modules && \
     2.9          make && make DESTDIR=$install install
    2.10  }
    2.11 @@ -47,7 +48,6 @@
    2.12  
    2.13  post_install()
    2.14  {
    2.15 -	echo -n "Processing post-install commands..."
    2.16  	chroot "$1/" depmod -a ${EXTRAVERSION#_}-slitaz
    2.17  	status
    2.18  }