Browse Source

chore(test config): Update to new yocto syntax

Signed-off-by: Lluis Campos <lluis.campos@northern.tech>
4.0.x
Lluis Campos 2 years ago
parent
commit
77ceccefc1
  1. 2
      mender-convert-modify

2
mender-convert-modify

@ -105,7 +105,7 @@ if [ "${MENDER_CLIENT_INSTALL}" = "y" ]; then
deb_get_and_install_pacakge mender-client "${MENDER_CLIENT_VERSION}"
# Save installed client version for tests in Yocto variable format
testscfg_add "PREFERRED_VERSION_mender-client" "$(echo ${DEB_NAME} | sed -r 's/.*_([0-9]+\.[0-9]+\.[0-9]+).*/\1/')"
testscfg_add "PREFERRED_VERSION:mender-client" "$(echo ${DEB_NAME} | sed -r 's/.*_([0-9]+\.[0-9]+\.[0-9]+).*/\1/')"
fi
if [ "${MENDER_ENABLE_SYSTEMD}" == "y" ]; then

Loading…
Cancel
Save