diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-03-14 17:51:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-16 10:40:31 +0000 |
commit | 958e675489f544f10b2f18224a2f1d998c93fe29 (patch) | |
tree | 03ab023b7df232c6d39d40bfff19c89ce33aa51b /meta | |
parent | 17895d3559281dac79cb26d3bf6c9b19b9225ba3 (diff) | |
download | poky-958e675489f544f10b2f18224a2f1d998c93fe29.tar.gz |
libnewt: fix license warnings
WARNING: libnewt: No generic license file exists for: LGPL in any provider
(From OE-Core rev: 8883d4c9ad83b5d0725a4477b87ec8042d5dffb3)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/newt/libnewt_0.52.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/newt/libnewt_0.52.14.bb b/meta/recipes-extended/newt/libnewt_0.52.14.bb index 5a3cc567c4..8a89eb7678 100644 --- a/meta/recipes-extended/newt/libnewt_0.52.14.bb +++ b/meta/recipes-extended/newt/libnewt_0.52.14.bb | |||
@@ -11,7 +11,7 @@ slang library." | |||
11 | HOMEPAGE = "https://fedorahosted.org/newt/" | 11 | HOMEPAGE = "https://fedorahosted.org/newt/" |
12 | SECTION = "libs" | 12 | SECTION = "libs" |
13 | 13 | ||
14 | LICENSE = "LGPL" | 14 | LICENSE = "LGPLv2" |
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" |
16 | 16 | ||
17 | # slang needs to be >= 2.2 | 17 | # slang needs to be >= 2.2 |