wok diff linmodem-agrsm/receipt @ rev 9943

gpgme: fix bdeps.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 18 12:04:53 2011 +0200 (2011-05-18)
parents fbe92309d288
children 58ded5428ea5
line diff
     1.1 --- a/linmodem-agrsm/receipt	Wed May 05 20:14:05 2010 +0200
     1.2 +++ b/linmodem-agrsm/receipt	Wed May 18 12:04:53 2011 +0200
     1.3 @@ -19,6 +19,8 @@
     1.4   KERNEL_VERSION=`grep  ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
     1.5   [ -d $WOK/linux/taz ] || tazwok cook linux
     1.6   cd $src
     1.7 + sed -i -e 's/\([^_]\)usb_buffer_free/\1usb_free_coherent/' \
     1.8 +	-e 's/\([^_]\)usb_buffer_alloc/\1usb_alloc_coherent/' agrsoftmodem.c
     1.9   make KERNEL_DIR=$WOK/linux/linux-$KERNEL_VERSION KRELEASE=$KERNEL_VERSION
    1.10    
    1.11  }