File tree Expand file tree Collapse file tree 7 files changed +9
-1
lines changed
Expand file tree Collapse file tree 7 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ Fixing artifact download errors.
99
1010- Rewrote updateArtifact() to use valid Python syntax
1111- Updating utils init file to support importing artifact functions
12+ - Removing extra quote in RTL-SDR installer verify line
13+ - Installing new clang dependency with gr-ieee802.11
1214
1315## 2026-1-12
1416
Original file line number Diff line number Diff line change 799799if [ "$(ls -A """ + fissure_directory + """/Custom_Blocks/maint-3.10/gr-ieee802-11/)" ];
800800then
801801 sudo apt-get install -y libsndfile1-dev
802+ sudo apt-get install -y clang
802803 cd """ + fissure_directory + """/Custom_Blocks/maint-3.10/gr-ieee802-11/
803804 sudo rm -Rf build
804805 mkdir build
Original file line number Diff line number Diff line change 816816if [ "$(ls -A """ + fissure_directory + """/Custom_Blocks/maint-3.10/gr-ieee802-11/)" ];
817817then
818818 sudo apt-get install -y libsndfile1-dev
819+ sudo apt-get install -y clang
819820 cd """ + fissure_directory + """/Custom_Blocks/maint-3.10/gr-ieee802-11/
820821 sudo rm -Rf build
821822 mkdir build
Original file line number Diff line number Diff line change 821821if [ "$(ls -A """ + fissure_directory + """/Custom_Blocks/maint-3.10/gr-ieee802-11/)" ];
822822then
823823 sudo apt-get install -y libsndfile1-dev
824+ sudo apt-get install -y clang
824825 cd """ + fissure_directory + """/Custom_Blocks/maint-3.10/gr-ieee802-11/
825826 sudo rm -Rf build
826827 mkdir build
Original file line number Diff line number Diff line change 834834if [ "$(ls -A """ + fissure_directory + """/Custom_Blocks/maint-3.10/gr-ieee802-11/)" ];
835835then
836836 sudo apt-get install -y libsndfile1-dev
837+ sudo apt-get install -y clang
837838 cd """ + fissure_directory + """/Custom_Blocks/maint-3.10/gr-ieee802-11/
838839 sudo rm -Rf build
839840 mkdir build
Original file line number Diff line number Diff line change 803803if [ "$(ls -A """ + fissure_directory + """/Custom_Blocks/maint-3.10/gr-ieee802-11/)" ];
804804then
805805 sudo apt-get install -y libsndfile1-dev
806+ sudo apt-get install -y clang
806807 cd """ + fissure_directory + """/Custom_Blocks/maint-3.10/gr-ieee802-11/
807808 sudo rm -Rf build
808809 mkdir build
Original file line number Diff line number Diff line change 421421fi
422422
423423########## Verify ##########
424- ls /usr/bin/rtl_test"
424+ ls /usr/bin/rtl_test
425425""" , True , 'Hardware' ))
426426
427427# LimeSDR
10261026if [ "$(ls -A """ + fissure_directory + """/Custom_Blocks/maint-3.10/gr-ieee802-11/)" ];
10271027then
10281028 sudo apt-get install -y libsndfile1-dev
1029+ sudo apt-get install -y clang
10291030 cd """ + fissure_directory + """/Custom_Blocks/maint-3.10/gr-ieee802-11/
10301031 sudo rm -Rf build
10311032 mkdir build
You can’t perform that action at this time.
0 commit comments