From 9d9e971a87341c4406378daf2cb66b936bb98edd Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 11 Dec 2011 17:36:35 +0100 Subject: [PATCH] task: Add a task to build everything in this layer Add a task to build test everything that is in this layer. --- recipes-telephony/tasks/task-telephony-all.bb | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes-telephony/tasks/task-telephony-all.bb diff --git a/recipes-telephony/tasks/task-telephony-all.bb b/recipes-telephony/tasks/task-telephony-all.bb new file mode 100644 index 0000000000..7ee97ff1cd --- /dev/null +++ b/recipes-telephony/tasks/task-telephony-all.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Task for the meta-telephony layer. This is to build everything" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +ALLOW_EMPTY = "1" +PR = "r1" + +DEPENDS = "\ + libosmo-abis \ + libosmo-sccp \ + libosmocore \ + openbsc \ + task-osmocom \ + openggsn \ + misdn-utils \ + dahdi-linux \ + dahdi-tools \ + lcr \ + asterisk \ + libgsm \ + ortp \ + libdbi \ + libdbi-drivers \ + " +