packagegroup-core-tools-testapp: added 3G tools

Added ofono tests package.

(From OE-Core rev: c6180c9dc6466f42b87c2a465c14be3d2e2239cb)

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Cristian Iorga 2014-03-13 13:12:40 +02:00 committed by Richard Purdie
parent 9f29b9fb36
commit 4c485826f1
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,10 @@ GLTOOLS = "\
piglit \
"
3GTOOLS = "\
ofono-tests \
"
X11TOOLS = "\
fstests \
owl-video \
@ -53,4 +57,5 @@ RDEPENDS_${PN} = "\
connman-client \
${@base_contains('DISTRO_FEATURES', 'x11', "${X11TOOLS}", "", d)} \
${@base_contains('DISTRO_FEATURES', 'opengl', "${GLTOOLS}", "", d)} \
${@base_contains('DISTRO_FEATURES', '3g', "${3GTOOLS}", "", d)} \
"