| Submitter | chase maupin |
|---|---|
| Date | May 21, 2012, 2:29 p.m. |
| Message ID | <1337610609-1173-3-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/28075/ |
| State | Accepted, archived |
| Commit | a73d045d7c83f8fde1a05cb8c51d9e531a8b958d |
| Headers | show |
Comments
Patch
diff --git a/recipes/gnutls/libtasn1_1.7.bb b/recipes/gnutls/libtasn1_1.7.bb index 44da659..65b6321 100644 --- a/recipes/gnutls/libtasn1_1.7.bb +++ b/recipes/gnutls/libtasn1_1.7.bb @@ -1,5 +1,7 @@ DESCRIPTION = "Library for ASN.1 and DER manipulation" -LICENSE = "LGPL" +LICENSE = "GPLv3+ LGPLv2.1+" +LICENSE_${PN}-bin = "GPLv3+" +LICENSE_${PN} = "LGPLv2.1+" PR = "r1"
* Updated the LICENSE field setting based on settings in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> --- recipes/gnutls/libtasn1_1.7.bb | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)