summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/tasks/task-core-console.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/tasks/task-core-console.bb')
-rw-r--r--meta/recipes-core/tasks/task-core-console.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-core/tasks/task-core-console.bb b/meta/recipes-core/tasks/task-core-console.bb
new file mode 100644
index 0000000000..cb2273294f
--- /dev/null
+++ b/meta/recipes-core/tasks/task-core-console.bb
@@ -0,0 +1,28 @@
1#
2# Copyright (C) 2011 Intel Corporation
3#
4
5DESCRIPTION = "Tasks for core console applications"
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
8 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
9PR = "r35"
10
11PACKAGES = "\
12 task-core-apps-console \
13 task-core-apps-console-dbg \
14 task-core-apps-console-dev \
15 "
16
17PACKAGE_ARCH = "${MACHINE_ARCH}"
18
19ALLOW_EMPTY = "1"
20
21SPLASH ?= "psplash"
22
23RDEPENDS_task-core-apps-console = "\
24 avahi-daemon \
25 dbus \
26 portmap \
27 ${SPLASH}"
28