[Buildroot] [git commit] scancpan: skip Dist::Zilla

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Sep 20 22:02:11 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=e9963cd2b51f2f5d64c576ad2f2188a644627be3
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Christopher McCrory <chrismcc at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 utils/scancpan | 1 +
 1 file changed, 1 insertion(+)

diff --git a/utils/scancpan b/utils/scancpan
index 3b77b21330..ee547c3e7b 100755
--- a/utils/scancpan
+++ b/utils/scancpan
@@ -601,6 +601,7 @@ sub fetch {
             # we could use the host Module::CoreList data, because host perl and
             # target perl have the same major version
             next if ${$dep}{phase} eq q{develop};
+            next if ${$dep}{phase} eq q{x_Dist_Zilla};
             next if !($test && $top) && ${$dep}{phase} eq q{test};
             my $distname = $mcpan->module( $modname )->{distribution};
             if (${$dep}{phase} eq q{runtime}) {


More information about the buildroot mailing list