summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/packagegroups/packagegroup-core-x11.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/packagegroups/packagegroup-core-x11.bb')
-rw-r--r--meta/recipes-sato/packagegroups/packagegroup-core-x11.bb45
1 files changed, 0 insertions, 45 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11.bb
deleted file mode 100644
index b69cc50d33..0000000000
--- a/meta/recipes-sato/packagegroups/packagegroup-core-x11.bb
+++ /dev/null
@@ -1,45 +0,0 @@
1#
2# Copyright (C) 2011 Intel Corporation
3#
4
5DESCRIPTION = "Tasks for core X11 applications"
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
8 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
9PR = "r36"
10
11inherit packagegroup
12
13PACKAGES = "\
14 packagegroup-core-x11-base \
15 "
16
17PACKAGE_ARCH = "${MACHINE_ARCH}"
18
19XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev"
20
21# xserver-common, x11-common
22VIRTUAL-RUNTIME_xserver_common ?= "x11-common"
23
24# elsa, xserver-nodm-init
25VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init"
26
27
28RDEPENDS_packagegroup-core-x11-base = "\
29 dbus \
30 pointercal \
31 matchbox-wm \
32 matchbox-keyboard \
33 matchbox-keyboard-applet \
34 matchbox-keyboard-im \
35 matchbox-panel-2 \
36 matchbox-desktop \
37 matchbox-session \
38 ${XSERVER} \
39 ${VIRTUAL-RUNTIME_xserver_common} \
40 ${VIRTUAL-RUNTIME_graphical_init_manager} \
41 liberation-fonts \
42 xauth \
43 xhost \
44 xset \
45 xrandr"