Skip to content

Commit 7bf9161

Browse files
Merge pull request #61 from fledge-iot/FOGL-6675A
FOGL-6775 S2OPC source directory points to S2OPC_Toolkit_1.2.0 release
2 parents 3e0a08b + 18778b5 commit 7bf9161

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

others/scripts/s2opcua/requirements.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ tar xf check-0.15.2.tar.gz
6363
# S2OPC:
6464
rm -rf S2OPC
6565
echo "Fetching S2OPC OPC UA Toolkit libraries..."
66-
git clone https://gitlab.com/systerel/S2OPC.git
66+
git clone --depth 1 -b S2OPC_Toolkit_1.2.0 https://gitlab.com/systerel/S2OPC.git
67+
6768
(
6869
cd S2OPC
6970
cp ../scripts/s2opcua/S2OPC.patch .

0 commit comments

Comments
 (0)