package/libassuan: drop HOST_LIBGPGME_CONFIG_SCRIPTS
This variable was added in commit
62c7857dfa ("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>
This commit is contained in:
parent
89ff62a0f4
commit
fc8355c7f5
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue