aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/test-reexec
AgeCommit message (Expand)Author
2012-05-18test-reexec: Add script to address issues when task re-executionJiajun Xu
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Copyright (C) 2011 Intel Corporation
#

SUMMARY = "X11 display server"
PR = "r40"

PACKAGE_ARCH = "${MACHINE_ARCH}"

inherit packagegroup features_check
# rdepends on XSERVER
REQUIRED_DISTRO_FEATURES = "x11"

XSERVER ?= "xserver-xorg xf86-video-fbdev"
XSERVERCODECS ?= ""

RDEPENDS:${PN} = "\
    ${XSERVER} \
    ${XSERVERCODECS} \
    "