File tree Expand file tree Collapse file tree 5 files changed +2
-54
lines changed Expand file tree Collapse file tree 5 files changed +2
-54
lines changed Original file line number Diff line number Diff line change 22
22
set -e
23
23
24
24
USAGE=" $( basename " $0 " ) [-h] [-a] ...
25
- This script is used to create the Debian package for to support other additional libraries as separately such as mqtt, gcp
25
+ This script is used to create the Debian package for to support other additional libraries as separately such as mqtt, s2opcua etc.
26
26
27
27
Arguments:
28
28
-h - Display this help text
@@ -141,10 +141,6 @@ if [ "${ADDITIONAL_LIB_NAME}" == "mqtt" ]; then
141
141
cp -R --preserve=links /usr/local/lib/libpaho* usr/local/lib
142
142
fi
143
143
fi
144
- if [ " ${ADDITIONAL_LIB_NAME} " == " gcp" ]; then
145
- cp -R --preserve=links /usr/local/lib/libjwt* usr/local/lib
146
- cp -R --preserve=links /usr/local/lib/libjansson* usr/local/lib
147
- fi
148
144
if [ " ${ADDITIONAL_LIB_NAME} " == " iec" ]; then
149
145
# For Raspberry Pi OS Bullseye
150
146
if [[ ${v_name} == * " bullseye" * ]]; then
Original file line number Diff line number Diff line change @@ -148,11 +148,7 @@ mkdir -p usr/local/lib64
148
148
if [ " ${ADDITIONAL_LIB_NAME} " == " mqtt" ]; then
149
149
cp -R --preserve=links /usr/local/lib64/libpaho* usr/local/lib64
150
150
fi
151
- # TODO: FOGL-3632 - Blocked with its compilation
152
- # if [ "${ADDITIONAL_LIB_NAME}" == "gcp" ]; then
153
- # cp -R --preserve=links /usr/local/lib64/libjwt* usr/local/lib64
154
- # cp -R --preserve=links /usr/local/lib64/libjansson* usr/local/lib64
155
- # fi
151
+
156
152
if [ " ${ADDITIONAL_LIB_NAME} " == " iec" ]; then
157
153
mkdir -p usr/local/lib
158
154
cp -R --preserve=links /usr/local/lib/liblib60870* usr/local/lib
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments