Add bitbake recipe to build a meta-package to install all linphone plugins.

This commit is contained in:
Ghislain MARY 2012-08-30 12:12:32 +02:00
parent 165b968e00
commit 5be6dbc997

View file

@ -0,0 +1,9 @@
DESCRIPTION = "Plugins for linphone to have additional codecs."
LICENSE = ""
ALLOW_EMPTY = "1"
PACKAGES = "${PN}"
DEPENDS = "linphone msamr msilbc"
RDEPENDS = "linphonec msamr msilbc"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"