diff options
-rw-r--r-- | meta/recipes-devtools/perl/perl-ptest.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/meta/recipes-devtools/perl/perl-ptest.inc index 04406d5744..1f549af1b3 100644 --- a/meta/recipes-devtools/perl/perl-ptest.inc +++ b/meta/recipes-devtools/perl/perl-ptest.inc | |||
@@ -39,3 +39,7 @@ python populate_packages_prepend() { | |||
39 | } | 39 | } |
40 | 40 | ||
41 | RDEPENDS_${PN}-ptest += "${PN}-modules ${PN}-doc ${PN}-misc sed libssp" | 41 | RDEPENDS_${PN}-ptest += "${PN}-modules ${PN}-doc ${PN}-misc sed libssp" |
42 | |||
43 | # The perl-ptest package contains Perl internal modules and generating file | ||
44 | # dependencies for it causes problems. | ||
45 | SKIP_FILEDEPS_${PN}-ptest = '1' | ||