diff options
-rw-r--r-- | meta-networking/recipes-core/images/meta-networking-image-ptest-all.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-core/images/meta-networking-image-ptest-all.bb b/meta-networking/recipes-core/images/meta-networking-image-ptest-all.bb index 6d96d4a876..ed58063414 100644 --- a/meta-networking/recipes-core/images/meta-networking-image-ptest-all.bb +++ b/meta-networking/recipes-core/images/meta-networking-image-ptest-all.bb | |||
@@ -9,7 +9,7 @@ REQUIRED_DISTRO_FEATURES = "ptest" | |||
9 | require conf/include/ptest-packagelists-meta-networking.inc | 9 | require conf/include/ptest-packagelists-meta-networking.inc |
10 | 10 | ||
11 | # Include the full set of ptests | 11 | # Include the full set of ptests |
12 | PTESTS_META_NETWORKING = "${PTESTS_FAST_META_NETWORKING} ${PTESTS_SLOW_META_NETWORKING} ${PTESTS_PROBLEMS_META_NETWORKING}" | 12 | PTESTS_META_NETWORKING = "${PTESTS_FAST_META_NETWORKING} ${PTESTS_SLOW_META_NETWORKING}" |
13 | 13 | ||
14 | do_testimage[noexec] = "1" | 14 | do_testimage[noexec] = "1" |
15 | do_testimage[depends] = "${@' '.join(['meta-networking-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_NETWORKING').split()])}" | 15 | do_testimage[depends] = "${@' '.join(['meta-networking-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_NETWORKING').split()])}" |