mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-22 23:48:36 +00:00
13 lines
218 B
BlitzBasic
13 lines
218 B
BlitzBasic
PR = "r1"
|
|
SRC_URI = "file://${HOME}/msamr-0.0.2.tar.gz"
|
|
S = "${WORKDIR}/msamr-0.0.2"
|
|
|
|
do_configure_prepend () {
|
|
./autogen.sh
|
|
}
|
|
|
|
OVERRIDES_append = ":wideband"
|
|
|
|
DEFAULT_PREFERENCE="-1"
|
|
|
|
require msamr-common.inc
|