From: Hyokeun Jeon Date: Thu, 5 Nov 2020 02:21:23 +0000 (+0900) Subject: Support gen depends of exported sources X-Git-Tag: submit/trunk/20201105.154530~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F82%2F246882%2F3;p=tools%2Fdepanneur.git Support gen depends of exported sources Change-Id: If77ab50c3812517ce7b7bf5588edc49ee38d1cbd --- diff --git a/depanneur b/depanneur index 670ec62..d551661 100755 --- a/depanneur +++ b/depanneur @@ -2417,6 +2417,11 @@ sub generate_depends() { push @packs, $new_p; } } + } elsif ($style eq 'tar') { + File::Find::find({wanted => \&dir_wanted}, $package_path ); + if (@packs == 0) { + error("No source package found at $package_path"); + } } else { @packs = @ARGV; if (@packs == 0) {