summaryrefslogtreecommitdiff
path: root/yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb')
-rw-r--r--yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb53
1 files changed, 0 insertions, 53 deletions
diff --git a/yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
deleted file mode 100644
index e8d585e0b..000000000
--- a/yocto-poky/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
+++ /dev/null
@@ -1,53 +0,0 @@
-#
-# 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 e5500-64b and nios2 yet
-KEXECTOOLS ?= "kexec"
-KEXECTOOLS_e5500-64b ?= ""
-KEXECTOOLS_nios2 ?= ""
-
-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)} \
- "