diff mbox series

package/libgpgme: properly tweak gpgme-config

Message ID 20181211152425.32525-1-thomas.petazzoni@bootlin.com
State Accepted
Headers show
Series package/libgpgme: properly tweak gpgme-config | expand

Commit Message

Thomas Petazzoni Dec. 11, 2018, 3:24 p.m. UTC
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@bootlin.com>
---
 package/libgpgme/libgpgme.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Dec. 13, 2018, 8:53 p.m. UTC | #1
Hello,

On Tue, 11 Dec 2018 16:24:25 +0100, Thomas Petazzoni wrote:
> 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@bootlin.com>
> ---
>  package/libgpgme/libgpgme.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
Peter Korsgaard Dec. 16, 2018, 9:29 p.m. UTC | #2
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > 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@bootlin.com>

Committed to 2018.02.x, 2018.08.x and 2018.11.x, thanks.
diff mbox series

Patch

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 \