Files
poky/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
Richard Purdie 9e213ddea2 packagegroup: Move inherit packagegroup to after PACKAGE_ARCH
This means these classes now avoid the allarch inherit entirely.

(From OE-Core rev: a56aed2e6e1b73bffd2bf82145fe48b82fde9292)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-25 08:57:44 +01:00

59 lines
1.0 KiB
BlitzBasic

#
# Copyright (C) 2008 OpenedHand Ltd.
#
SUMMARY = "Testing tools/applications"
LICENSE = "MIT"
PR = "r2"
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup
# kexec-tools doesn't work on Mips
KEXECTOOLS ?= "kexec"
KEXECTOOLS_mips ?= ""
KEXECTOOLS_mipsel ?= ""
KEXECTOOLS_powerpc ?= ""
KEXECTOOLS_e5500-64b ?= ""
KEXECTOOLS_aarch64 ?= ""
X11GLTOOLS = "\
mesa-demos \
piglit \
"
3GTOOLS = "\
ofono-tests \
"
X11TOOLS = "\
fstests \
owl-video \
x11perf \
xrestop \
xwininfo \
xprop \
xvideo-tests \
"
RDEPENDS_${PN} = "\
blktool \
tslib-calibrate \
tslib-tests \
lrzsz \
${KEXECTOOLS} \
alsa-utils-amixer \
alsa-utils-aplay \
gst-meta-video \
gst-meta-audio \
ltp \
connman-tools \
connman-tests \
connman-client \
${@bb.utils.contains('DISTRO_FEATURES', 'x11', "${X11TOOLS}", "", d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', "${X11GLTOOLS}", "", d)} \
${@bb.utils.contains('DISTRO_FEATURES', '3g', "${3GTOOLS}", "", d)} \
"