فهرست منبع

package/libassuan: drop HOST_LIBGPGME_CONFIG_SCRIPTS

This variable was added in commit
62c7857dfa5036e26d5b921c199e66621a4bc508 ("package/libassuan: 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 <pkg>_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 <thomas.petazzoni@bootlin.com>
Thomas Petazzoni 1 سال پیش
والد
کامیت
fc8355c7f5
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      package/libassuan/libassuan.mk

+ 0 - 1
package/libassuan/libassuan.mk

@@ -16,7 +16,6 @@ LIBASSUAN_CONF_OPTS = \
 LIBASSUAN_CONFIG_SCRIPTS = libassuan-config
 
 HOST_LIBASSUAN_DEPENDENCIES = host-libgpg-error
-HOST_LIBASSUAN_CONFIG_SCRIPTS = libassuan-config
 HOST_LIBASSUAN_CONF_OPTS = --with-gpg-error-prefix=$(HOST_DIR)
 
 # Force the path to "gpgrt-config" (from the libgpg-error package) to