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.bb10
1 files changed, 2 insertions, 8 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11.bb
index 4c16c461a3..3fe5caee93 100644
--- a/meta/recipes-sato/packagegroups/packagegroup-core-x11.bb
+++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11.bb
@@ -8,24 +8,18 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
8 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 8 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
9PR = "r36" 9PR = "r36"
10 10
11inherit packagegroup
12
11PACKAGES = "\ 13PACKAGES = "\
12 packagegroup-core-apps-x11-core \ 14 packagegroup-core-apps-x11-core \
13 packagegroup-core-apps-x11-core-dbg \
14 packagegroup-core-apps-x11-core-dev \
15 packagegroup-core-apps-x11-games \ 15 packagegroup-core-apps-x11-games \
16 packagegroup-core-apps-x11-games-dbg \
17 packagegroup-core-apps-x11-games-dev \
18 packagegroup-core-x11-base \ 16 packagegroup-core-x11-base \
19 packagegroup-core-x11-base-dbg \
20 packagegroup-core-x11-base-dev \
21 " 17 "
22 18
23PACKAGE_ARCH = "${MACHINE_ARCH}" 19PACKAGE_ARCH = "${MACHINE_ARCH}"
24 20
25XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev" 21XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev"
26 22
27ALLOW_EMPTY = "1"
28
29# pcmanfm doesn't work on mips/powerpc 23# pcmanfm doesn't work on mips/powerpc
30FILEMANAGER ?= "pcmanfm" 24FILEMANAGER ?= "pcmanfm"
31FILEMANAGER_mips ?= "" 25FILEMANAGER_mips ?= ""