diff mbox series

[RFC,2/3] mc: fix buildpath QA regarding unzip

Message ID 08b6743215228b20c8afc6cd4f750a90d404c7e6.1743052694.git.Qi.Chen@windriver.com
State Accepted, archived
Commit 8d4987cf652c9844d93000fb012dc09eebcf9fcc
Headers show
Series [RFC,1/3] version-check.conf: add mechanism for checking version mismatch | expand

Commit Message

ChenQi March 27, 2025, 6:21 a.m. UTC
From: Chen Qi <Qi.Chen@windriver.com>

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.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-extended/mc/mc_4.8.33.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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'"
 CACHED_CONFIGUREVARS += "ac_cv_path_PYTHON='/usr/bin/env python'"
 CACHED_CONFIGUREVARS += "ac_cv_path_GREP='/usr/bin/env grep'"
 CACHED_CONFIGUREVARS += "ac_cv_path_ZIP='/usr/bin/zip'"
+CACHED_CONFIGUREVARS += "ac_cv_path_UNZIP='/usr/bin/unzip'"
 CACHED_CONFIGUREVARS += "mc_cv_have_zipinfo=yes"
 
 do_install:append () {