aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb
blob: 3c70c530d9c8e3fb94bcd10ea741c55d1f594e74 (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
#
# Copyright (C) 2011 Intel Corporation
#

LICENSE = "MIT"
PR = "r39"

inherit packagegroup

PACKAGE_ARCH = "${MACHINE_ARCH}"

XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev"
XSERVERCODECS ?= ""

SUMMARY_${PN} = "X11 display server"
RDEPENDS_${PN} = "\
    ${XSERVER} \
    ${XSERVERCODECS} \
    "

# Allow replacing task-x11-server in meta-oe
RPROVIDES_${PN} = "task-x11-server task-xserver"
RREPLACES_${PN} = "task-x11-server task-xserver"
RCONFLICTS_${PN} = "task-x11-server task-xserver"