diff options
author | Ron Economos <w6rz@comcast.net> | 2018-12-11 21:02:13 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-12-11 21:55:15 -0800 |
commit | 2f5a4b5e5a9e36165a37b70104baad9ea59ca2d5 (patch) | |
tree | 24327c646f4571f8e4e65769e1b5d40e298512ba /gr-dtv/grc/CMakeLists.txt | |
parent | 97dd93312573edeee281df1acee25f774e998ee8 (diff) |
dtv: Fix GRC bindings in the dvbt2, dvbs2, and dvb blocks
This fixes numerous incorrect uses of '' where the YAML files should be
using `none' instead.
Diffstat (limited to 'gr-dtv/grc/CMakeLists.txt')
-rw-r--r-- | gr-dtv/grc/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-dtv/grc/CMakeLists.txt b/gr-dtv/grc/CMakeLists.txt index 3ed47f2311..ef4b37aae1 100644 --- a/gr-dtv/grc/CMakeLists.txt +++ b/gr-dtv/grc/CMakeLists.txt @@ -72,5 +72,6 @@ install(FILES dtv_catv_randomizer_bb.block.yml dtv_catv_frame_sync_enc_bb.block.yml dtv_catv_trellis_enc_bb.block.yml + dtv.tree.yml DESTINATION ${GRC_BLOCKS_DIR} ) |