Update libiec61850 from 1.4 to 1.5

Signed-off-by: Philipp Jungkamp <philipp.jungkamp@rwth-aachen.de>
This commit is contained in:
Philipp Jungkamp 2023-01-31 11:12:49 +00:00
parent 6eb20df258
commit cba7894da0
2 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@ pkg_check_modules(PROTOBUF IMPORTED_TARGET protobuf>=2.6.0)
pkg_check_modules(PROTOBUFC IMPORTED_TARGET libprotobuf-c>=1.1.0)
pkg_check_modules(CRITERION IMPORTED_TARGET criterion>=2.3.1)
pkg_check_modules(LIBNL3_ROUTE IMPORTED_TARGET libnl-route-3.0>=3.2.27)
pkg_check_modules(LIBIEC61850 IMPORTED_TARGET libiec61850>=1.3.1)
pkg_check_modules(LIBIEC61850 IMPORTED_TARGET libiec61850>=1.5.0)
pkg_check_modules(LIB60870 IMPORTED_TARGET lib60870>=2.3.1)
pkg_check_modules(LIBCONFIG IMPORTED_TARGET libconfig>=1.4.9)
pkg_check_modules(MOSQUITTO IMPORTED_TARGET libmosquitto>=1.6.9)

View File

@ -108,9 +108,9 @@ if [ -z "${SKIP_ETHERLAB}" ]; then
fi
# Build & Install libiec61850
if ! pkg-config "libiec61850 >= 1.3.1" && \
if ! pkg-config "libiec61850 >= 1.5.0" && \
[ -z "${SKIP_LIBIEC61850}" ]; then
git clone ${GIT_OPTS} --branch v1.4 https://github.com/mz-automation/libiec61850
git clone ${GIT_OPTS} --branch v1.5 https://github.com/mz-automation/libiec61850
mkdir -p libiec61850/build
pushd libiec61850/build
cmake ${CMAKE_OPTS} ..