wok-next diff uhd/receipt @ rev 21212

updated barnyard2 (1.9 -> 2.1.13)
author Hans-G?nter Theisgen
date Mon Dec 02 17:16:10 2019 +0100 (2019-12-02)
parents a244e109372e
children
line diff
     1.1 --- a/uhd/receipt	Tue Aug 21 00:41:54 2018 +0300
     1.2 +++ b/uhd/receipt	Mon Dec 02 17:16:10 2019 +0100
     1.3 @@ -15,7 +15,7 @@
     1.4  boost-filesystem boost-program-options boost-regex \
     1.5  boost-system boost-unit-test-framework boost-serialization \
     1.6  boost-thread boost-math-tr1 libusb-dev eudev-dev"
     1.7 -SPLIT="uhd-dev"
     1.8 +SPLIT="$PACKAGE-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	cd $src/host
    1.12 @@ -29,7 +29,8 @@
    1.13  		-DENABLE_B200=ON \
    1.14  		-DENABLE_USB=ON \
    1.15  		.. &&
    1.16 -	make && make install
    1.17 +	make &&
    1.18 +	make install
    1.19  }
    1.20  
    1.21  genpkg_rules() {