baresip - update recipe

This commit is contained in:
Licaon_Kter 2024-03-20 14:17:45 +00:00
parent d6f3c7d4d8
commit 5dad2a0d96

View file

@ -3743,8 +3743,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|..|'
@ -3753,7 +3752,7 @@ Builds:
- cd ../libbaresip-android
- 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.