mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Add bitbake recipe to build msilbc.
This commit is contained in:
parent
93ee404049
commit
165b968e00
2 changed files with 30 additions and 0 deletions
13
build/openembedded/libilbc-rfc3951_git.bb
Normal file
13
build/openembedded/libilbc-rfc3951_git.bb
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
DESCRIPTION = "iLBC codec as published in IETF RFC 3951"
|
||||
SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "LGPLv3"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "git://git.linphone.org/libilbc-rfc3951.git;protocol=git"
|
||||
SRCREV = "HEAD"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=586c8a6efdeabd095cc4206ce4d0699b"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
17
build/openembedded/msilbc.bb
Normal file
17
build/openembedded/msilbc.bb
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
DESCRIPTION = "Mediastreamer2 plugin adding support for ILBC codec"
|
||||
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"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
Loading…
Add table
Reference in a new issue