aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/tasks/task-core-console.bb
blob: cb2273294fe0863fcc3491ca812d154670350103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# Copyright (C) 2011 Intel Corporation
#

DESCRIPTION = "Tasks for core console applications"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                    file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PR = "r35"

PACKAGES = "\
    task-core-apps-console \
    task-core-apps-console-dbg \
    task-core-apps-console-dev \
    "

PACKAGE_ARCH = "${MACHINE_ARCH}"

ALLOW_EMPTY = "1"

SPLASH ?= "psplash"

RDEPENDS_task-core-apps-console = "\
    avahi-daemon \
    dbus \
    portmap \
    ${SPLASH}"