Files
poky/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
Alexander Kanavin 929b1793f8 testapps: remove old gst-meta-audio/video dependencies
Unnecessary because gst-player already pulls in correct gstreamer packages anyway.

(From OE-Core rev: bcbfc531b68799cf206277d13322a093879e17ae)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-05-20 21:41:10 +01:00

57 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 \
gst-player-bin \
x11perf \
xrestop \
xwininfo \
xprop \
xvideo-tests \
"
RDEPENDS_${PN} = "\
blktool \
tslib-calibrate \
tslib-tests \
lrzsz \
${KEXECTOOLS} \
alsa-utils-amixer \
alsa-utils-aplay \
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)} \
"