From: Chen Qi Date: Thu, 27 Mar 2025 06:21:43 +0000 (+0800) Subject: mc: fix buildpath QA regarding unzip X-Git-Tag: 2025-04-walnascar~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d4987cf652c9844d93000fb012dc09eebcf9fcc;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/mc/mc_4.8.33.bb b/meta/recipes-extended/mc/mc_4.8.33.bb index ec50cfc7ce1..fd18edf7bef 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 () {