mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 14:18:07 +00:00
Add local recipe for msilbc.
This commit is contained in:
parent
f6ee571e5c
commit
dde1f0fb82
3 changed files with 17 additions and 5 deletions
|
|
@ -3,11 +3,6 @@ SECTION = "libs"
|
|||
PRIORITY = "optional"
|
||||
LICENSE = "GPLv2"
|
||||
DEPENDS = "linphone libilbc-rfc3951"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "git://git.linphone.org/msilbc.git;protocol=git"
|
||||
SRCREV = "HEAD"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
FILES_${PN} = "${libdir}/mediastreamer/plugins/*.so.*"
|
||||
FILES_${PN}-dev = "${libdir}/mediastreamer/plugins/*.la ${libdir}/mediastreamer/plugins/*.so"
|
||||
6
build/openembedded/msilbc_git.bb
Normal file
6
build/openembedded/msilbc_git.bb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
PR = "r0"
|
||||
SRC_URI = "git://git.linphone.org/msilbc.git;protocol=git"
|
||||
SRCREV = "HEAD"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
require msilbc-common.inc
|
||||
11
build/openembedded/msilbc_local.bb
Normal file
11
build/openembedded/msilbc_local.bb
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
PR = "r0"
|
||||
SRC_URI = "file://${HOME}/msilbc-2.0.3.tar.gz"
|
||||
S = "${WORKDIR}/msilbc-2.0.3"
|
||||
|
||||
do_configure_prepend () {
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
DEFAULT_PREFERENCE="-1"
|
||||
|
||||
require msilbc-common.inc
|
||||
Loading…
Add table
Reference in a new issue