]> code.ossystems Code Review - openembedded-core.git/commitdiff
libgcrypt: upgrade to version 1.4.5
authorQing He <qing.he@intel.com>
Tue, 22 Jun 2010 04:21:47 +0000 (12:21 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 30 Jun 2010 12:19:04 +0000 (13:19 +0100)
from 1.2.4
add homepage and tracker
clarify license terms

Signed-off-by: Qing He <qing.he@intel.com>
meta/packages/libgcrypt/libgcrypt.inc
meta/packages/libgcrypt/libgcrypt_1.4.5.bb [moved from meta/packages/libgcrypt/libgcrypt_1.2.4.bb with 69% similarity]

index b950318b56e41aa0f816d3368ed8d8a80d8b03de..6c46087045d8e442150a5e3e09cf26a16b4a0e54 100644 (file)
@@ -1,11 +1,18 @@
 DESCRIPTION = "A general purpose cryptographic library based on the code from GnuPG"
+HOMEPAGE = "http://directory.fsf.org/project/libgcrypt/"
+BUGTRACKER = "https://bugs.g10code.com/gnupg/index"
 SECTION = "libs"
 PRIORITY = "optional"
-LICENSE = "GPL LGPL FDL"
+
+# helper program gcryptrnd and getrandom are under GPL, rest LGPL
+LICENSE = "GPLv2+ & LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+                    file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff"
+
 DEPENDS = "libgpg-error"
 
 SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \
-           file://add-pkgconfig-support.patch;patch=1"
+           file://add-pkgconfig-support.patch"
 
 inherit autotools binconfig pkgconfig pkgconfig_stage
 
similarity index 69%
rename from meta/packages/libgcrypt/libgcrypt_1.2.4.bb
rename to meta/packages/libgcrypt/libgcrypt_1.4.5.bb
index 6f2097e54a0115221a19f5a8bcf97936da45524a..a592437913153750f393fb70964f24f1aa5543e4 100644 (file)
@@ -1,3 +1,3 @@
 require libgcrypt.inc
 
-PR = "r6"
+PR = "r0"