File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ main(){
41
41
# Only get the Tag release not all changes --depth 1
42
42
mkdir -p uhd_GitSource
43
43
cd uhd_GitSource
44
- git clone --branch UHD-4.1 https://github.com/EttusResearch/uhd.git
44
+ git clone --branch UHD-4.2 https://github.com/EttusResearch/uhd.git
45
45
cd uhd
46
- git checkout 25d617cad7db69fa04699df5f93ece06b0a61199
46
+ git checkout 321295fba49fb66ede365afbd9ef62971cdfbfca
47
47
48
48
49
49
# Build the UHD driver and install it to system
@@ -113,14 +113,14 @@ user_input(){
113
113
find_UHD_install (){
114
114
VAR=$( ldconfig -p | grep " libuhd.so.4" )
115
115
if [[ $VAR == * " libuhd" * ]]; then
116
- if [[ $VAR == * " libuhd.so.4.1 .0" * ]]; then
116
+ if [[ $VAR == * " libuhd.so.4.2 .0" * ]]; then
117
117
return 0
118
118
else
119
119
echo " "
120
- echo " Warning: You don't have the correct version looking for UHD4.0 .0. Instead found"
120
+ echo " Warning: You don't have the correct version looking for UHD 4.2 .0. Instead found"
121
121
echo $VAR
122
122
123
- tempText=" Would you like to install UHD 4.1 .0? "
123
+ tempText=" Would you like to install UHD 4.2 .0? "
124
124
125
125
if user_input " $tempText " ; then
126
126
return 1
@@ -134,7 +134,7 @@ if [[ $VAR == *"libuhd"* ]]; then
134
134
fi
135
135
fi
136
136
else
137
- tempText=" Would you like to install UHD 4.1 .0?"
137
+ tempText=" Would you like to install UHD 4.2 .0?"
138
138
if user_input " $tempText " ; then
139
139
return 1
140
140
else
You can’t perform that action at this time.
0 commit comments