From: Philip Joseph Date: Fri, 18 Nov 2016 16:30:28 +0000 (-0500) Subject: allow downgrades which are needed when switching branches X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=c44b31443c875f05bd19ed4c73f6eac211f77636;hp=6ed51ebb68d632ad5e9106e4b5feb76a1aec6f10;p=osm%2FSO.git allow downgrades which are needed when switching branches Original fix by: Jeremy Mordkoff Signed-off-by: Philip Joseph --- diff --git a/BUILD.sh b/BUILD.sh index b0c6d27b..cb6fb37b 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -164,7 +164,7 @@ fi if [[ $PLATFORM == ub16 ]]; then # install the RIFT platform code: - sudo apt-get install -y rw.toolchain-rwbase=${PLATFORM_VERSION} \ + sudo apt-get install -y --allow-downgrades rw.toolchain-rwbase=${PLATFORM_VERSION} \ rw.toolchain-rwtoolchain=${PLATFORM_VERSION} \ rw.core.mgmt-mgmt=${PLATFORM_VERSION} \ rw.core.util-util=${PLATFORM_VERSION} \