From 5be6dbc9974f1b955260283b46a8a98bdc3e9aa5 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Thu, 30 Aug 2012 12:12:32 +0200 Subject: [PATCH] Add bitbake recipe to build a meta-package to install all linphone plugins. --- build/openembedded/linphone-plugins.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 build/openembedded/linphone-plugins.bb 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"