]> code.ossystems Code Review - openembedded-core.git/commitdiff
gpgme: fix metadata
authorKevin Tian <kevin.tian@intel.com>
Wed, 30 Jun 2010 08:42:22 +0000 (16:42 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Wed, 30 Jun 2010 22:44:29 +0000 (15:44 -0700)
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
meta/packages/gpgme/gpgme_1.1.4.bb

index 3ea165e150b6ebeb22a720fd30448827cbe24ae1..fa1632b94d1f2ebf0ca380d90530494cce22c5b0 100644 (file)
@@ -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"