[gnome-continuous-yocto/gnomeostree-3.14-dizzy] gpgme: Install -pthread .pc file



commit 992aed81a5945a5417b6af34fe43322d60057bd6
Author: Colin Walters <walters verbum org>
Date:   Mon Feb 22 21:15:37 2016 -0500

    gpgme: Install -pthread .pc file
    
    gpgme needs to upstream these.

 .../gpgme/gpgme-1.4.3/gpgme-pthread.pc             |   10 ++++++++++
 meta/recipes-support/gpgme/gpgme_1.4.3.bb          |    1 +
 2 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-support/gpgme/gpgme-1.4.3/gpgme-pthread.pc 
b/meta/recipes-support/gpgme/gpgme-1.4.3/gpgme-pthread.pc
new file mode 100644
index 0000000..6492bd0
--- /dev/null
+++ b/meta/recipes-support/gpgme/gpgme-1.4.3/gpgme-pthread.pc
@@ -0,0 +1,10 @@
+prefix=/usr
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: gpgme-pthread
+Description: GNU Privacy Guard Made Easy
+Version: 1.4.3
+Requires:
+Libs: -L${libdir} -lgpgme -lassuan -lgpg-error
+Cflags: -I${includedir}
diff --git a/meta/recipes-support/gpgme/gpgme_1.4.3.bb b/meta/recipes-support/gpgme/gpgme_1.4.3.bb
index ca1e5f9..a2a8def 100644
--- a/meta/recipes-support/gpgme/gpgme_1.4.3.bb
+++ b/meta/recipes-support/gpgme/gpgme_1.4.3.bb
@@ -37,4 +37,5 @@ do_configure_prepend () {
 do_install_append () {
         install -d ${D}${libdir}/pkgconfig
         install -m 0644 ${WORKDIR}/gpgme.pc ${D}${libdir}/pkgconfig/
+        install -m 0644 ${WORKDIR}/gpgme-pthread.pc ${D}${libdir}/pkgconfig/
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]