File: 0013-uhd-remove-duplicately-installed-files.patch

package info (click to toggle)
gnuradio 3.10.12.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 41,196 kB
  • sloc: cpp: 191,540; python: 91,856; ansic: 2,292; xml: 999; fortran: 927; sh: 477; makefile: 50
file content (34 lines) | stat: -rw-r--r-- 1,165 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From 6839d1328e392000cb8c564b8a9f8d7903730279 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcus=20M=C3=BCller?= <mmueller@gnuradio.org>
Date: Thu, 3 Apr 2025 12:33:33 +0200
Subject: [PATCH 13/41] uhd: remove duplicately installed files
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
---
 gr-uhd/grc/CMakeLists.txt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gr-uhd/grc/CMakeLists.txt b/gr-uhd/grc/CMakeLists.txt
index 6507a32386..23340c5e03 100644
--- a/gr-uhd/grc/CMakeLists.txt
+++ b/gr-uhd/grc/CMakeLists.txt
@@ -77,13 +77,10 @@ if(ENABLE_UHD_RFNOC)
         uhd_fpga_ctrl.domain.yml
         uhd_fpga_data.domain.yml
         uhd_fpga_io_axi4_mm.domain.yml
-        uhd_fpga_io_axi4_mm.domain.yml
-        uhd_fpga_io_ctrl_port.domain.yml
         uhd_fpga_io_ctrl_port.domain.yml
         uhd_fpga_io_gpio.domain.yml
         uhd_fpga_io_radio.domain.yml
         uhd_fpga_io_time_keeper.domain.yml
-        uhd_fpga_io_time_keeper.domain.yml
         uhd_fpga_io_xport.domain.yml
         DESTINATION ${GRC_BLOCKS_DIR})
     if(PYQT5_FOUND)
-- 
2.47.3