summaryrefslogtreecommitdiffstats
path: root/meta/packages/gpgme
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-14 10:10:09 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-14 10:10:09 +0000
commit83bf46fe5ebb84a29ff50cb6e87ca2abd9c12845 (patch)
treeefe4c5eab4ffa3bbc8bd0bc9b6350a8bebedc145 /meta/packages/gpgme
parent25679467aa6a38b5b514a706e166fade6fcb5a4d (diff)
downloadpoky-83bf46fe5ebb84a29ff50cb6e87ca2abd9c12845.tar.gz
gpgme: moved gpgme-config into gpgme-dev package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3997 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gpgme')
-rw-r--r--meta/packages/gpgme/gpgme_1.1.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/gpgme/gpgme_1.1.4.bb b/meta/packages/gpgme/gpgme_1.1.4.bb
index 550144be88..a6b26ee192 100644
--- a/meta/packages/gpgme/gpgme_1.1.4.bb
+++ b/meta/packages/gpgme/gpgme_1.1.4.bb
@@ -1,7 +1,7 @@
1LICENSE = "GPL" 1LICENSE = "GPL"
2SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2" 2SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2"
3DEPENDS = "libgpg-error pth libassuan" 3DEPENDS = "libgpg-error pth libassuan"
4PR = "r1" 4PR = "r2"
5 5
6EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \ 6EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \
7 --with-gpg=${bindir}/gpg --without-gpgsm" 7 --with-gpg=${bindir}/gpg --without-gpgsm"
@@ -20,3 +20,4 @@ do_stage() {
20 install -m 0644 gpgme/gpgme.m4 ${STAGING_DATADIR}/aclocal/ 20 install -m 0644 gpgme/gpgme.m4 ${STAGING_DATADIR}/aclocal/
21} 21}
22 22
23FILES_${PN}-dev += "${bindir}/gpgme-config"