mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
This means these classes now avoid the allarch inherit entirely. (From OE-Core rev: a56aed2e6e1b73bffd2bf82145fe48b82fde9292) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
306 B
BlitzBasic
20 lines
306 B
BlitzBasic
#
|
|
# Copyright (C) 2011 Intel Corporation
|
|
#
|
|
|
|
SUMMARY = "X11 display server"
|
|
LICENSE = "MIT"
|
|
PR = "r40"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
inherit packagegroup
|
|
|
|
XSERVER ?= "xserver-xorg xf86-video-fbdev xf86-input-evdev"
|
|
XSERVERCODECS ?= ""
|
|
|
|
RDEPENDS_${PN} = "\
|
|
${XSERVER} \
|
|
${XSERVERCODECS} \
|
|
"
|