diff options
| -rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb index 4b8f99b343..fe22f077ad 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | |||
| @@ -29,6 +29,10 @@ GLTOOLS = "\ | |||
| 29 | piglit \ | 29 | piglit \ |
| 30 | " | 30 | " |
| 31 | 31 | ||
| 32 | 3GTOOLS = "\ | ||
| 33 | ofono-tests \ | ||
| 34 | " | ||
| 35 | |||
| 32 | X11TOOLS = "\ | 36 | X11TOOLS = "\ |
| 33 | fstests \ | 37 | fstests \ |
| 34 | owl-video \ | 38 | owl-video \ |
| @@ -53,4 +57,5 @@ RDEPENDS_${PN} = "\ | |||
| 53 | connman-client \ | 57 | connman-client \ |
| 54 | ${@base_contains('DISTRO_FEATURES', 'x11', "${X11TOOLS}", "", d)} \ | 58 | ${@base_contains('DISTRO_FEATURES', 'x11', "${X11TOOLS}", "", d)} \ |
| 55 | ${@base_contains('DISTRO_FEATURES', 'opengl', "${GLTOOLS}", "", d)} \ | 59 | ${@base_contains('DISTRO_FEATURES', 'opengl', "${GLTOOLS}", "", d)} \ |
| 60 | ${@base_contains('DISTRO_FEATURES', '3g', "${3GTOOLS}", "", d)} \ | ||
| 56 | " | 61 | " |
