summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2025-03-27 14:21:43 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-27 13:41:58 +0000
commit498666694ff22d3d851d429f760fb5504a8995af (patch)
tree86a1a25148bd861d4ff91a1a1519be73445a984f
parent01dbb30d39cf1e7ad534b22ccf81ef018e18f621 (diff)
downloadpoky-498666694ff22d3d851d429f760fb5504a8995af.tar.gz
mc: fix buildpath QA regarding unzip
When unzip-native is somehow introduced indirectly into the dependency chain, then we get buildpath QA issue. Pass a similar value as the ZIP to fix this issue. (From OE-Core rev: 8d4987cf652c9844d93000fb012dc09eebcf9fcc) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/mc/mc_4.8.33.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/mc/mc_4.8.33.bb b/meta/recipes-extended/mc/mc_4.8.33.bb
index ec50cfc7ce..fd18edf7be 100644
--- a/meta/recipes-extended/mc/mc_4.8.33.bb
+++ b/meta/recipes-extended/mc/mc_4.8.33.bb
@@ -32,6 +32,7 @@ CACHED_CONFIGUREVARS += "ac_cv_path_PERL_FOR_BUILD='/usr/bin/env perl'"
32CACHED_CONFIGUREVARS += "ac_cv_path_PYTHON='/usr/bin/env python'" 32CACHED_CONFIGUREVARS += "ac_cv_path_PYTHON='/usr/bin/env python'"
33CACHED_CONFIGUREVARS += "ac_cv_path_GREP='/usr/bin/env grep'" 33CACHED_CONFIGUREVARS += "ac_cv_path_GREP='/usr/bin/env grep'"
34CACHED_CONFIGUREVARS += "ac_cv_path_ZIP='/usr/bin/zip'" 34CACHED_CONFIGUREVARS += "ac_cv_path_ZIP='/usr/bin/zip'"
35CACHED_CONFIGUREVARS += "ac_cv_path_UNZIP='/usr/bin/unzip'"
35CACHED_CONFIGUREVARS += "mc_cv_have_zipinfo=yes" 36CACHED_CONFIGUREVARS += "mc_cv_have_zipinfo=yes"
36 37
37do_install:append () { 38do_install:append () {