diff options
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/gpgme/gpgme_1.1.4.bb | 3 |
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 @@ | |||
1 | LICENSE = "GPL" | 1 | LICENSE = "GPL" |
2 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2" | 2 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2" |
3 | DEPENDS = "libgpg-error pth libassuan" | 3 | DEPENDS = "libgpg-error pth libassuan" |
4 | PR = "r1" | 4 | PR = "r2" |
5 | 5 | ||
6 | EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \ | 6 | EXTRA_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 | ||
23 | FILES_${PN}-dev += "${bindir}/gpgme-config" | ||