libtasn1: upgrade to version 2.7

from 1.7
update homepage, clarify license

changes:
  - because the utilities are licensed under GPLv3+, separate them
    out to a new package libtasn1-bin
  - libtasn1-bin now RRPLACES libtasn1 (<< 2.7)

Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Qing He 2010-06-25 11:17:35 +08:00 committed by Joshua Lock
parent 69a86f98a3
commit 7fa2815605
2 changed files with 21 additions and 12 deletions

View File

@ -1,12 +0,0 @@
DESCRIPTION = "Library for ASN.1 and DER manipulation"
LICENSE = "LGPL"
PR = "r1"
SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-${PV}.tar.gz"
inherit autotools binconfig
AUTOTOOLS_STAGE_PKGCONFIG = "1"
BBCLASSEXTEND = "native"

View File

@ -0,0 +1,21 @@
DESCRIPTION = "Library for ASN.1 and DER manipulation"
HOMEPAGE = "http://www.gnu.org/software/libtasn1/"
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://README;endline=8;md5=c3803a3e8ca5ab5eb1e5912faa405351"
RREPLACES_${PN}-bin = "libtasn1 (<< 2.7)"
PR = "r0"
SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-${PV}.tar.gz"
inherit autotools binconfig lib_package
AUTOTOOLS_STAGE_PKGCONFIG = "1"
BBCLASSEXTEND = "native"