diff --git a/build/openembedded/linphone-plugins.bb b/build/openembedded/linphone-plugins.bb new file mode 100644 index 000000000..2e3bf1c22 --- /dev/null +++ b/build/openembedded/linphone-plugins.bb @@ -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"