]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup-core-tools-testapp: added 3G tools
authorCristian Iorga <cristian.iorga@intel.com>
Thu, 13 Mar 2014 11:12:40 +0000 (13:12 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Mar 2014 14:01:07 +0000 (14:01 +0000)
Added ofono tests package.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb

index 4b8f99b3433f16df38b71aa372f0f8790095d5fc..fe22f077adbf3d896cddcba83405824f722e823c 100644 (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)} \
     "