baresip.plus - update recipe

This commit is contained in:
Licaon_Kter 2024-03-20 14:17:53 +00:00
parent 5dad2a0d96
commit 0b8c43c8bd

View file

@ -2657,8 +2657,7 @@ Builds:
submodules: true
sudo:
- apt-get update
- apt-get install -y automake libre-dev libtool make pkg-config wget
- apt-get install -t bullseye-backports cmake
- apt-get install -y automake cmake libre-dev libtool make pkg-config wget
gradle:
- yes
prebuild: sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|..|'
@ -2667,7 +2666,7 @@ Builds:
- cd ../libbaresip-android.video
- make download-sources
- make all
ndk: r26c
ndk: 26.1.10909125
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.