diff options
author | tnn <tnn@pkgsrc.org> | 2020-08-01 03:58:54 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-08-01 03:58:54 +0000 |
commit | 8822b3e4150c63969295bea54f559d089c72ca87 (patch) | |
tree | 4e8ade7a12261f12f45ecf3dfd1b8816bb2ae40a /ham | |
parent | 636994b96ea98491105215c1d81fb0d49809c12d (diff) | |
download | pkgsrc-8822b3e4150c63969295bea54f559d089c72ca87.tar.gz |
uhd: Linux installation fixes
Diffstat (limited to 'ham')
-rw-r--r-- | ham/uhd/Makefile | 3 | ||||
-rw-r--r-- | ham/uhd/PLIST | 5 | ||||
-rw-r--r-- | ham/uhd/PLIST.Linux | 5 | ||||
-rw-r--r-- | ham/uhd/options.mk | 4 |
4 files changed, 13 insertions, 4 deletions
diff --git a/ham/uhd/Makefile b/ham/uhd/Makefile index 1f1f8ddac41..91be916d781 100644 --- a/ham/uhd/Makefile +++ b/ham/uhd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2020/05/06 14:04:43 adam Exp $ +# $NetBSD: Makefile,v 1.57 2020/08/01 03:58:54 tnn Exp $ DISTNAME= uhd-3.15.0.0 PKGREVISION= 1 @@ -48,6 +48,7 @@ REPLACE_PYTHON+= utils/latency/run_tests.py REPLACE_PYTHON+= utils/uhd_images_downloader.py.in REPLACE_PYTHON+= utils/usrp2_card_burner.py REPLACE_PYTHON+= utils/usrp2_card_burner_gui.py +REPLACE_PYTHON+= utils/usrp2_recovery.py REPLACE_PYTHON+= tests/devtest/benchmark_rate_test.py REPLACE_PYTHON+= tests/devtest/multi_usrp_test.py REPLACE_PYTHON+= tests/devtest/python_api_test.py diff --git a/ham/uhd/PLIST b/ham/uhd/PLIST index 0977509239b..d78315878b1 100644 --- a/ham/uhd/PLIST +++ b/ham/uhd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2020/04/09 16:23:09 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.19 2020/08/01 03:58:54 tnn Exp $ bin/uhd_cal_rx_iq_balance bin/uhd_cal_tx_dc_offset bin/uhd_cal_tx_iq_balance @@ -305,3 +305,6 @@ share/uhd/rfnoc/blocks/siggen.xml share/uhd/rfnoc/blocks/splitstream.xml share/uhd/rfnoc/blocks/vector_iir.xml share/uhd/rfnoc/blocks/window.xml +@pkgdir share/uhd/images +@pkgdir share/uhd/fpga +@pkgdir share/uhd/firmware diff --git a/ham/uhd/PLIST.Linux b/ham/uhd/PLIST.Linux new file mode 100644 index 00000000000..0a38b820ff9 --- /dev/null +++ b/ham/uhd/PLIST.Linux @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST.Linux,v 1.1 2020/08/01 03:58:54 tnn Exp $ +bin/uhd_images_downloader +bin/usrp2_card_burner +lib/uhd/utils/uhd-usrp.rules +lib/uhd/utils/usrp2_recovery.py diff --git a/ham/uhd/options.mk b/ham/uhd/options.mk index 740264ad45f..35b902331d1 100644 --- a/ham/uhd/options.mk +++ b/ham/uhd/options.mk @@ -1,11 +1,11 @@ -# $NetBSD: options.mk,v 1.9 2019/03/22 17:58:27 adam Exp $ +# $NetBSD: options.mk,v 1.10 2020/08/01 03:58:54 tnn Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.uhd PKG_SUPPORTED_OPTIONS= doxygen .include "../../mk/bsd.options.mk" -PLIST_SRC= ${PKGDIR}/PLIST +PLIST_SRC= ${PLIST_SRC_DFLT} .if !empty(PKG_OPTIONS:Mdoxygen) BUILD_DEPENDS+= doxygen>=1.8.15:../../devel/doxygen |