wok diff linux-cloop/receipt @ rev 20295

Add python-humanize, python-pyajam, python-paho-mqtt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 25 16:08:37 2018 +0200 (2018-04-25)
parents 708b5293dd29
children 36e9a3dcd5de
line diff
     1.1 --- a/linux-cloop/receipt	Thu Mar 15 11:24:25 2018 +0100
     1.2 +++ b/linux-cloop/receipt	Wed Apr 25 16:08:37 2018 +0200
     1.3 @@ -19,9 +19,9 @@
     1.4  
     1.5  compile_rules()
     1.6  {
     1.7 -#	patch -p0 < $stuff/cloop.u
     1.8 -cp $stuff/cloop.h.v4.knx.P1 cloop.h
     1.9 -cp $stuff/cloop.c.v4.knx.P1 cloop.c
    1.10 +	patch -p0 < $stuff/cloop.u	# 3.2.98
    1.11 +	sed -i	-e 's|file->f_path.mnt, file->f_path.dentry|\&file->f_path|' \
    1.12 +		-e 's|bvec->|bvec.|g;s|*bvec|bvec|' cloop.c
    1.13  	make KERNEL_DIR="/usr/src/linux" cloop.ko && xz cloop.ko
    1.14  }
    1.15