diff options
| -rw-r--r-- | meta/packages/gpgme/gpgme_1.1.4.bb | 7 |
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 @@ | |||
| 1 | DESCRIPTION = "GPGME - GnuPG Made Easy" | ||
| 1 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
| 2 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2" | 3 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2" |
| 3 | DEPENDS = "libgpg-error pth" | 4 | DEPENDS = "libgpg-error pth" |
| 4 | PR = "r2" | 5 | PR = "r3" |
| 5 | 6 | ||
| 6 | EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \ | 7 | EXTRA_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 | ||
| 24 | PACKAGES =+ "${PN}-pth ${PN}-pthread" | ||
| 25 | FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*" | ||
| 26 | FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*" | ||
| 27 | FILES_${PN} = "${libdir}/libgpgme.so.*" | ||
| 23 | FILES_${PN}-dev += "${bindir}/gpgme-config" | 28 | FILES_${PN}-dev += "${bindir}/gpgme-config" |
