[oe] [PATCH 02/69] libtasn1: update LICENSE setting

Chase Maupin Chase.Maupin at ti.com
Mon May 14 16:09:27 UTC 2012


* Updated the LICENSE field setting based on settings in oe-core
  as well as code inspection.
* Inherit lib_package to separate out the GPLv3 binaries from the
  LGPLv2.1 libraries
* Bump the PR

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
---
 recipes/gnutls/libtasn1_1.7.bb |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/recipes/gnutls/libtasn1_1.7.bb b/recipes/gnutls/libtasn1_1.7.bb
index 44da659..0603949 100644
--- a/recipes/gnutls/libtasn1_1.7.bb
+++ b/recipes/gnutls/libtasn1_1.7.bb
@@ -1,11 +1,13 @@
 DESCRIPTION = "Library for ASN.1 and DER manipulation"
-LICENSE = "LGPL"
+LICENSE = "GPLv3+ LGPLv2.1+"
+LICENSE_${PN}-bin = "GPLv3+"
+LICENSE_${PN} = "LGPLv2.1+"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/libtasn1/libtasn1-${PV}.tar.gz"
 
-inherit autotools binconfig
+inherit autotools binconfig lib_package
 
 SRC_URI[md5sum] = "ebfd69b3514d8e8830057f0e9df6a5f9"
 SRC_URI[sha256sum] = "9431f8e41acbeb5b5b89ec87a092b1a1fe9ef0a229a9a90806f4774707ca1f1f"
-- 
1.7.0.4





More information about the Openembedded-devel mailing list