diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-11-02 13:26:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-07 14:05:38 +0000 |
commit | fc50781c3406578158b4b96b94baad03a8b3b38f (patch) | |
tree | d1fd0a3800b90856ae9459f50275b3ca85699523 /meta/classes | |
parent | d70ba51ad96190f58eebb136b30f9621d42f0db3 (diff) | |
download | poky-fc50781c3406578158b4b96b94baad03a8b3b38f.tar.gz |
libcense.bbclass: fix OpenSSL mapping
[YOCTO #1712]
(From OE-Core rev: 56799ebcb5c55a7fc75458fc2be2e69a67e8fd21)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Fixed YOCTO bug format and location
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/license.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index 3f93bf5df2..baf35f00cc 100644 --- a/meta/classes/license.bbclass +++ b/meta/classes/license.bbclass | |||
@@ -44,7 +44,7 @@ SPDXLICENSEMAP[MPLv1.1] = "MPL-1" | |||
44 | SPDXLICENSEMAP[MIT-X] = "MIT" | 44 | SPDXLICENSEMAP[MIT-X] = "MIT" |
45 | 45 | ||
46 | #Openssl variations | 46 | #Openssl variations |
47 | SPDXLICENSEMAP[openssl] = "Openssl" | 47 | SPDXLICENSEMAP[openssl] = "OpenSSL" |
48 | 48 | ||
49 | #Other variations | 49 | #Other variations |
50 | SPDXLICENSEMAP[AFL2.1] = "AFL-2" | 50 | SPDXLICENSEMAP[AFL2.1] = "AFL-2" |