wok-next diff lirc/receipt @ rev 21303

updated gujin (2.8.6 -> 2.8.7)
author Hans-G?nter Theisgen
date Tue Dec 10 07:57:29 2019 +0100 (2019-12-10)
parents 5669e8b3be70
children
line diff
     1.1 --- a/lirc/receipt	Sat Dec 22 04:52:35 2018 +0200
     1.2 +++ b/lirc/receipt	Tue Dec 10 07:57:29 2019 +0100
     1.3 @@ -12,11 +12,12 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 +COOKOPTS="skip-log-errors force-arch" # different .h
     1.8 +
     1.9  BUILD_DEPENDS="linux linux-module-headers python libusb-dev libirman-dev \
    1.10  portaudio-dev alsa-lib-dev libusb-compat-dev util-linux-uuid-dev \
    1.11  libftdi-dev jack-dev libxslt python3 eudev-dev"
    1.12  SPLIT="$PACKAGE-dev"
    1.13 -COOKOPTS="skip-log-errors"
    1.14  
    1.15  compile_rules() {
    1.16  	KERNEL_VERSION=$(grep  ^VERSION= $WOK/linux/receipt | cut -d "=" -f2 | sed -e 's/"//g')