[Buildroot] [git commit branch/2018.11.x] package/libgpgme: properly tweak gpgme-config

Peter Korsgaard peter at korsgaard.com
Sun Dec 16 21:28:10 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=10ee74f5e94f61a2ef53a35cf311debb53a99516
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.11.x

libgpgme installs a gpgme-config script, it should be tweaked using
the <pkg>_CONFIG_SCRIPTS mechanism. This is generally useful and is
going to be particularly important with per-package directories.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 3df53aa11dce9f80a2f97709c3a7056af4d13439)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/libgpgme/libgpgme.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libgpgme/libgpgme.mk b/package/libgpgme/libgpgme.mk
index a70ffcf11d..85450c83d2 100644
--- a/package/libgpgme/libgpgme.mk
+++ b/package/libgpgme/libgpgme.mk
@@ -12,6 +12,7 @@ LIBGPGME_LICENSE_FILES = COPYING.LESSER
 LIBGPGME_INSTALL_STAGING = YES
 LIBGPGME_DEPENDENCIES = libassuan libgpg-error
 LIBGPGME_LANGUAGE_BINDINGS = cl
+LIBGPGME_CONFIG_SCRIPTS = gpgme-config
 
 LIBGPGME_CONF_OPTS = \
 	--with-gpg-error-prefix=$(STAGING_DIR)/usr \


More information about the buildroot mailing list