From 2c4d15307bff142611244001a2e522d9dd8c37af Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 17 Jul 2014 11:50:19 +0200 Subject: [PATCH] Add a "feed" package with software we want to make available This should be a task with all the software we want to make available to our customers. Add the software you need and bump the PR. --- recipes-apps/tasks/task-sysmocom-feed.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-apps/tasks/task-sysmocom-feed.bb diff --git a/recipes-apps/tasks/task-sysmocom-feed.bb b/recipes-apps/tasks/task-sysmocom-feed.bb new file mode 100644 index 0000000..b21aef1 --- /dev/null +++ b/recipes-apps/tasks/task-sysmocom-feed.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Package to force building everything we want to provide" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +ALLOW_EMPTY_${PN} = "1" +PR = "r7" + +RDEPENDS_${PN} = "\ + task-sysmocom-tools \ + task-sysmocom-debug \ + minicom vlan patch procps psmisc \ + ppp rsync sed usbutils "