summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author“zg84.zhang” <zg84.zhang@samsung.com>2023-02-22 13:35:55 +0800
committer“zg84.zhang” <zg84.zhang@samsung.com>2023-02-22 13:38:27 +0800
commite4710cd4d36b0c99c0962ef9bb6fd407866df661 (patch)
treec7547902e53eb2a23512dbc14cf7f1af8284290c
parent6c53092e6f626187427f36df860154d6e8dd0872 (diff)
downloadbuild-e4710cd4d36b0c99c0962ef9bb6fd407866df661.tar.gz
build-e4710cd4d36b0c99c0962ef9bb6fd407866df661.tar.bz2
build-e4710cd4d36b0c99c0962ef9bb6fd407866df661.zip
Fix issue: chromium-efl package build failure on Tizen 5.5
Error occurs when building chromium-efl package using gbs in Tizen-5.5 Unified (Local gbs, quickbuild all have problems, all arch. errors occur,) problem in issue https://github.sec.samsung.net/RS-tizen-build/issues/issues/1094 Change-Id: I8cb36b42e2e66bf9ff42d5afff50b423b156197f
-rw-r--r--Build.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.pm b/Build.pm
index 437fea3..e00f514 100644
--- a/Build.pm
+++ b/Build.pm
@@ -1004,7 +1004,7 @@ sub expand {
my @directdepsend;
if ($xignore{'-directdepsend--'}) {
delete $xignore{'-directdepsend--'};
- my @directdepsend = @p;
+ @directdepsend = @p;
for my $p (splice @p) {
last if $p eq '--directdepsend--';
push @p, $p;