diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-06-30 16:42:22 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-06-30 15:44:29 -0700 |
commit | e957ffe9726d8b23574ae2af4f434eaa3929df6e (patch) | |
tree | 149ae349082ca97680e01a4d93f27607013f56d8 /meta/packages/gpgme | |
parent | 2136f753eb04952c7cd489c8339b10092b6bfb19 (diff) | |
download | openembedded-core-e957ffe9726d8b23574ae2af4f434eaa3929df6e.tar.gz openembedded-core-e957ffe9726d8b23574ae2af4f434eaa3929df6e.tar.bz2 openembedded-core-e957ffe9726d8b23574ae2af4f434eaa3929df6e.zip |
gpgme: fix metadata
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/gpgme')
-rw-r--r-- | meta/packages/gpgme/gpgme_1.1.4.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/packages/gpgme/gpgme_1.1.4.bb b/meta/packages/gpgme/gpgme_1.1.4.bb index 3ea165e150..fa1632b94d 100644 --- a/meta/packages/gpgme/gpgme_1.1.4.bb +++ b/meta/packages/gpgme/gpgme_1.1.4.bb @@ -1,5 +1,7 @@ -DESCRIPTION = "GPGME - GnuPG Made Easy" -LICENSE = "GPL" +DESCRIPTION = "GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management" +HOMEPAGE = "http://www.gnupg.org/gpgme.html" +LICENSE = "GPLv2+ & LGPLv2.1+" + SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2" DEPENDS = "libgpg-error pth" PR = "r4" |