Skip to content

Commit b3d077f

Browse files
bindea-cristianAlexandraTrifan
authored andcommitted
ci/armhf: remove old version of Qt before creating appimage
Signed-off-by: Bindea Cristian <cristian.bindea@analog.com>
1 parent da434bb commit b3d077f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/arm/arm_build_process.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,10 @@ create_appdir(){
376376
mkdir -p $APP_DIR/usr/lib/scopy/plugins/resources
377377
cp $EMU_CONFIG $APP_DIR/usr/lib/scopy/plugins/resources
378378

379+
if [ $TOOLCHAIN_HOST == "arm-linux-gnueabihf" ]; then
380+
sudo rm -rfv ${SYSROOT}/usr/lib/arm-linux-gnueabihf/libQt5*
381+
fi
382+
379383
$COPY_DEPS --lib-dir ${SYSROOT}:${BUILD_FOLDER} --output-dir $APP_DIR/usr/lib $APP_DIR/usr/bin/scopy
380384
$COPY_DEPS --lib-dir ${SYSROOT}:${BUILD_FOLDER} --output-dir $APP_DIR/usr/lib $APP_DIR/usr/bin/iio-emu
381385
$COPY_DEPS --lib-dir ${SYSROOT}:${BUILD_FOLDER} --output-dir $APP_DIR/usr/lib $APP_DIR/usr/bin/scopy

0 commit comments

Comments
 (0)