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.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11.bb
index 3fe5caee93..b69cc50d33 100644
--- a/meta/recipes-sato/packagegroups/packagegroup-core-x11.bb
+++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11.bb
@@ -11,8 +11,6 @@ PR = "r36"
11inherit packagegroup 11inherit packagegroup
12 12
13PACKAGES = "\ 13PACKAGES = "\
14 packagegroup-core-apps-x11-core \
15 packagegroup-core-apps-x11-games \
16 packagegroup-core-x11-base \ 14 packagegroup-core-x11-base \
17 " 15 "
18 16
@@ -20,10 +18,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
20 18
21XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev" 19XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev"
22 20
23# pcmanfm doesn't work on mips/powerpc
24FILEMANAGER ?= "pcmanfm"
25FILEMANAGER_mips ?= ""
26
27# xserver-common, x11-common 21# xserver-common, x11-common
28VIRTUAL-RUNTIME_xserver_common ?= "x11-common" 22VIRTUAL-RUNTIME_xserver_common ?= "x11-common"
29 23
@@ -49,14 +43,3 @@ RDEPENDS_packagegroup-core-x11-base = "\
49 xhost \ 43 xhost \
50 xset \ 44 xset \
51 xrandr" 45 xrandr"
52
53
54RDEPENDS_packagegroup-core-apps-x11-core = "\
55 leafpad \
56 ${FILEMANAGER} \
57 matchbox-terminal \
58 sato-screenshot"
59
60
61RDEPENDS_packagegroup-core-apps-x11-games = "\
62 oh-puzzles"