diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-08-08 14:13:08 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-10 10:45:32 +0100 |
commit | 2ef6b50547a809fe92edf41b7a557f918f167ead (patch) | |
tree | d598ed0d5bd39f5bb40e49e0efacc7f52541023a /meta/recipes-support | |
parent | 5cf3ae34df0a39deead8b029353b41a60e48c24a (diff) | |
download | openembedded-core-2ef6b50547a809fe92edf41b7a557f918f167ead.tar.gz openembedded-core-2ef6b50547a809fe92edf41b7a557f918f167ead.tar.bz2 openembedded-core-2ef6b50547a809fe92edf41b7a557f918f167ead.zip |
nettle: update LICENSE info for version 2.7.1
LICENSE_${PN} shouldn't contain anything that is not specified in LICENSE.
[YOCTO #10075]
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/nettle/nettle_2.7.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/nettle/nettle_2.7.1.bb b/meta/recipes-support/nettle/nettle_2.7.1.bb index d4df0a3a8e..ae8e3119fe 100644 --- a/meta/recipes-support/nettle/nettle_2.7.1.bb +++ b/meta/recipes-support/nettle/nettle_2.7.1.bb @@ -1,6 +1,6 @@ require nettle.inc -LICENSE = "LGPLv2.1 & GPLv2" +LICENSE = "LGPLv2.1+ & GPLv2" LICENSE_${PN} = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ |