Add bitbake recipe to build msilbc.

This commit is contained in:
Ghislain MARY 2012-08-30 12:11:25 +02:00
parent 93ee404049
commit 165b968e00
2 changed files with 30 additions and 0 deletions

View 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

View 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