summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/tasks/task-core-x11.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/tasks/task-core-x11.bb')
-rw-r--r--meta/recipes-sato/tasks/task-core-x11.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-sato/tasks/task-core-x11.bb b/meta/recipes-sato/tasks/task-core-x11.bb
index f1b06f9a12..764ea026de 100644
--- a/meta/recipes-sato/tasks/task-core-x11.bb
+++ b/meta/recipes-sato/tasks/task-core-x11.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "Tasks for core X11 applications"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 7LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
8 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 8 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
9PR = "r35" 9PR = "r36"
10 10
11PACKAGES = "\ 11PACKAGES = "\
12 task-core-apps-x11-core \ 12 task-core-apps-x11-core \
@@ -22,7 +22,7 @@ PACKAGES = "\
22 22
23PACKAGE_ARCH = "${MACHINE_ARCH}" 23PACKAGE_ARCH = "${MACHINE_ARCH}"
24 24
25XSERVER ?= "xserver-kdrive-fbdev" 25XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev"
26 26
27ALLOW_EMPTY = "1" 27ALLOW_EMPTY = "1"
28 28