Skip to content

Commit 3d3e5e0

Browse files
committed
gcp references removal
Signed-off-by: ashish-jabble <[email protected]>
1 parent 27f0bd7 commit 3d3e5e0

File tree

5 files changed

+2
-54
lines changed

5 files changed

+2
-54
lines changed

others/make_deb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
set -e
2323

2424
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.
2626
2727
Arguments:
2828
-h - Display this help text
@@ -141,10 +141,6 @@ if [ "${ADDITIONAL_LIB_NAME}" == "mqtt" ]; then
141141
cp -R --preserve=links /usr/local/lib/libpaho* usr/local/lib
142142
fi
143143
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
148144
if [ "${ADDITIONAL_LIB_NAME}" == "iec" ]; then
149145
# For Raspberry Pi OS Bullseye
150146
if [[ ${v_name} == *"bullseye"* ]]; then

others/make_rpm

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,7 @@ mkdir -p usr/local/lib64
148148
if [ "${ADDITIONAL_LIB_NAME}" == "mqtt" ]; then
149149
cp -R --preserve=links /usr/local/lib64/libpaho* usr/local/lib64
150150
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+
156152
if [ "${ADDITIONAL_LIB_NAME}" == "iec" ]; then
157153
mkdir -p usr/local/lib
158154
cp -R --preserve=links /usr/local/lib/liblib60870* usr/local/lib

others/scripts/gcp/Description

Lines changed: 0 additions & 1 deletion
This file was deleted.

others/scripts/gcp/VERSION

Lines changed: 0 additions & 2 deletions
This file was deleted.

others/scripts/gcp/requirements.sh

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)