From 89ff62a0f4c3a97161af38518b3964e32d54341b Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 15 Jul 2024 14:19:20 +0200 Subject: [PATCH] package/libgpgme: drop HOST_LIBGPGME_CONFIG_SCRIPTS This variable was added in commit 6a4ad23a07236348034a54997dd09e79166f2d11 ("package/libgpgme: add host variant"), but in fact does not make sense for a host package. Indeed, config scripts only need to be tweaked for target packages, and in any case, the _CONFIG_SCRIPTS variable is only used during staging installation (to tweak the config scripts) and during target installation (to remove them), and neither staging nor target installation are relevant for host packages. Therefore, let's remove this small piece of dead code. Signed-off-by: Thomas Petazzoni --- package/libgpgme/libgpgme.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/libgpgme/libgpgme.mk b/package/libgpgme/libgpgme.mk index 7e224e1962..635aea4955 100644 --- a/package/libgpgme/libgpgme.mk +++ b/package/libgpgme/libgpgme.mk @@ -48,7 +48,6 @@ LIBGPGME_CONF_OPTS += --disable-linux-getdents endif HOST_LIBGPGME_DEPENDENCIES = host-libassuan host-libgpg-error -HOST_LIBGPGME_CONFIG_SCRIPTS = gpgme-config # C++ bindings require a C++11 capable gcc, and -Wsuggest-override support # Let's assume the host toolchain always has C++