diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-14 10:09:41 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-14 10:09:41 +0000 |
commit | 25679467aa6a38b5b514a706e166fade6fcb5a4d (patch) | |
tree | 04daf99db4dbac8f16c5eee52c43034458ae00d2 /meta/packages | |
parent | 70483e47c5e9cece727d0958b53646550ada41cc (diff) | |
download | poky-25679467aa6a38b5b514a706e166fade6fcb5a4d.tar.gz |
gpgme: reformatted
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3996 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/gpgme/gpgme_1.1.4.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/gpgme/gpgme_1.1.4.bb b/meta/packages/gpgme/gpgme_1.1.4.bb index d78cc88cef..550144be88 100644 --- a/meta/packages/gpgme/gpgme_1.1.4.bb +++ b/meta/packages/gpgme/gpgme_1.1.4.bb | |||
@@ -1,10 +1,10 @@ | |||
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 | PR = "r1" | ||
4 | |||
5 | DEPENDS = "libgpg-error pth libassuan" | 3 | DEPENDS = "libgpg-error pth libassuan" |
4 | PR = "r1" | ||
6 | 5 | ||
7 | EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test --with-gpg=${bindir}/gpg --without-gpgsm" | 6 | EXTRA_OECONF = "--with-pth=${STAGING_DIR}/${HOST_SYS} --without-pth-test \ |
7 | --with-gpg=${bindir}/gpg --without-gpgsm" | ||
8 | 8 | ||
9 | inherit autotools binconfig | 9 | inherit autotools binconfig |
10 | 10 | ||