Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham/uhd uhd: Linux installation fixes
details: https://anonhg.NetBSD.org/pkgsrc/rev/174baa013772
branches: trunk
changeset: 436370:174baa013772
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat Aug 01 03:58:54 2020 +0000
description:
uhd: Linux installation fixes
diffstat:
ham/uhd/Makefile | 3 ++-
ham/uhd/PLIST | 5 ++++-
ham/uhd/PLIST.Linux | 5 +++++
ham/uhd/options.mk | 4 ++--
4 files changed, 13 insertions(+), 4 deletions(-)
diffs (59 lines):
diff -r 5d118562e9cc -r 174baa013772 ham/uhd/Makefile
--- a/ham/uhd/Makefile Sat Aug 01 02:26:12 2020 +0000
+++ b/ham/uhd/Makefile Sat Aug 01 03:58:54 2020 +0000
@@ -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/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 -r 5d118562e9cc -r 174baa013772 ham/uhd/PLIST
--- a/ham/uhd/PLIST Sat Aug 01 02:26:12 2020 +0000
+++ b/ham/uhd/PLIST Sat Aug 01 03:58:54 2020 +0000
@@ -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/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 -r 5d118562e9cc -r 174baa013772 ham/uhd/PLIST.Linux
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/uhd/PLIST.Linux Sat Aug 01 03:58:54 2020 +0000
@@ -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 -r 5d118562e9cc -r 174baa013772 ham/uhd/options.mk
--- a/ham/uhd/options.mk Sat Aug 01 02:26:12 2020 +0000
+++ b/ham/uhd/options.mk Sat Aug 01 03:58:54 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index