]> code.ossystems Code Review - openembedded-core.git/commitdiff
libcense.bbclass: fix OpenSSL mapping
authorMartin Jansa <martin.jansa@gmail.com>
Wed, 2 Nov 2011 12:26:40 +0000 (13:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Nov 2011 14:03:36 +0000 (14:03 +0000)
[YOCTO #1712]

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Fixed YOCTO bug format and location

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/license.bbclass
meta/recipes-connectivity/openssl/openssl_0.9.8r.bb

index 3f93bf5df224be72da5e459d0e951e66d4eafdf9..baf35f00cc4944457e800a60a34fb707319308d5 100644 (file)
@@ -44,7 +44,7 @@ SPDXLICENSEMAP[MPLv1.1] = "MPL-1"
 SPDXLICENSEMAP[MIT-X] = "MIT"
 
 #Openssl variations
-SPDXLICENSEMAP[openssl] = "Openssl"
+SPDXLICENSEMAP[openssl] = "OpenSSL"
 
 #Other variations
 SPDXLICENSEMAP[AFL2.1] = "AFL-2"
index 5add70eacb941f1b1fca860651192e844b5b6ee5..555bacf86be2fc7d6206ad66a6f1d7feabe8d0a2 100644 (file)
@@ -1,6 +1,6 @@
 require openssl.inc
 
-PR = "r6"
+PR = "r7"
 SRC_URI += "file://debian/ca.patch \
             file://debian/config-hurd.patch;apply=no \
             file://debian/debian-targets.patch \