]> code.ossystems Code Review - openembedded-core.git/commitdiff
libtasn1: update to 2.10
authorSaul Wold <sgw@linux.intel.com>
Wed, 9 Nov 2011 01:32:39 +0000 (17:32 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Nov 2011 12:07:21 +0000 (12:07 +0000)
COPYING.LIB has white space formating changing
README has Copyright update to year range

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/gnutls/libtasn1_2.10.bb [moved from meta/recipes-support/gnutls/libtasn1_2.9.bb with 65% similarity]

similarity index 65%
rename from meta/recipes-support/gnutls/libtasn1_2.9.bb
rename to meta/recipes-support/gnutls/libtasn1_2.10.bb
index 9a80005e5ae2c426128f8f42d71b33bfe09ca108..ef15be79315976bc7a4ba8592e7efe83c4879cf3 100644 (file)
@@ -5,18 +5,16 @@ LICENSE = "GPLv3+ & LGPLv2.1+"
 LICENSE_${PN}-bin = "GPLv3+"
 LICENSE_${PN} = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
-                    file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \
+                    file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
                     file://README;endline=8;md5=c3803a3e8ca5ab5eb1e5912faa405351"
 
-#RREPLACES_${PN}-bin = "libtasn1 (<< 2.7)"
+SRC_URI[md5sum] = "ef80c227d0dcdc2940fbc58faf8e0cf1"
+SRC_URI[sha256sum] = "17e4c06212e00437c13633c26ed73dad21784805008cf7550f1399adbd1006d0"
 
 PR = "r0"
 
 SRC_URI = "ftp://ftp.gnu.org/gnu/libtasn1/libtasn1-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "f4f4035b84550100ffeb8ad4b261dea9"
-SRC_URI[sha256sum] = "fac46855fac8b08cf6f5a1b60cebad8e090bac1f06c335a044e84110d0b412c4"
-
 inherit autotools binconfig lib_package
 
 BBCLASSEXTEND = "native"