summaryrefslogtreecommitdiffstats
path: root/yocto-poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb')
-rw-r--r--yocto-poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/yocto-poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb b/yocto-poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb
deleted file mode 100644
index c53f1b758..000000000
--- a/yocto-poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# Copyright (C) 2011 Intel Corporation
-#
-
-SUMMARY = "X11 display server"
-LICENSE = "MIT"
-PR = "r40"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-inherit packagegroup distro_features_check
-# rdepends on XSERVER
-REQUIRED_DISTRO_FEATURES = "x11"
-
-XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev"
-XSERVERCODECS ?= ""
-
-RDEPENDS_${PN} = "\
- ${XSERVER} \
- ${XSERVERCODECS} \
- "
OpenPOWER on IntegriCloud