summaryrefslogtreecommitdiffstats
path: root/meta/packages/gpgme
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-25 11:52:05 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-25 11:52:05 +0000
commita0d0bd249a37d39d4301963e86a9b0019b619599 (patch)
tree8f29c8ce82f8acfa22ca69734e0f9120e31c1329 /meta/packages/gpgme
parentb33f6c2843b58acd036eb06ba6ffa0b1ca18e801 (diff)
downloadpoky-a0d0bd249a37d39d4301963e86a9b0019b619599.tar.gz
gpgme: split packaging to package per library
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4112 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gpgme')
-rw-r--r--meta/packages/gpgme/gpgme_1.1.4.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/packages/gpgme/gpgme_1.1.4.bb b/meta/packages/gpgme/gpgme_1.1.4.bb
index 120a07e2ae..8ac8bb3398 100644
--- a/meta/packages/gpgme/gpgme_1.1.4.bb
+++ b/meta/packages/gpgme/gpgme_1.1.4.bb
@@ -1,7 +1,8 @@
1DESCRIPTION = "GPGME - GnuPG Made Easy"
1LICENSE = "GPL" 2LICENSE = "GPL"
2SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2" 3SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2"
3DEPENDS = "libgpg-error pth" 4DEPENDS = "libgpg-error pth"
4PR = "r2" 5PR = "r3"
5 6
6EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \ 7EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \
7 --with-gpg=${bindir}/gpg --without-gpgsm" 8 --with-gpg=${bindir}/gpg --without-gpgsm"
@@ -20,4 +21,8 @@ do_stage() {
20 install -m 0644 gpgme/gpgme.m4 ${STAGING_DATADIR}/aclocal/ 21 install -m 0644 gpgme/gpgme.m4 ${STAGING_DATADIR}/aclocal/
21} 22}
22 23
24PACKAGES =+ "${PN}-pth ${PN}-pthread"
25FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*"
26FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*"
27FILES_${PN} = "${libdir}/libgpgme.so.*"
23FILES_${PN}-dev += "${bindir}/gpgme-config" 28FILES_${PN}-dev += "${bindir}/gpgme-config"