summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-11-02 13:26:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-07 14:05:38 +0000
commitfc50781c3406578158b4b96b94baad03a8b3b38f (patch)
treed1fd0a3800b90856ae9459f50275b3ca85699523 /meta
parentd70ba51ad96190f58eebb136b30f9621d42f0db3 (diff)
downloadpoky-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')
-rw-r--r--meta/classes/license.bbclass2
-rw-r--r--meta/recipes-connectivity/openssl/openssl_0.9.8r.bb2
2 files changed, 2 insertions, 2 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"
44SPDXLICENSEMAP[MIT-X] = "MIT" 44SPDXLICENSEMAP[MIT-X] = "MIT"
45 45
46#Openssl variations 46#Openssl variations
47SPDXLICENSEMAP[openssl] = "Openssl" 47SPDXLICENSEMAP[openssl] = "OpenSSL"
48 48
49#Other variations 49#Other variations
50SPDXLICENSEMAP[AFL2.1] = "AFL-2" 50SPDXLICENSEMAP[AFL2.1] = "AFL-2"
diff --git a/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb b/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb
index 5add70eacb..555bacf86b 100644
--- a/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb
+++ b/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb
@@ -1,6 +1,6 @@
1require openssl.inc 1require openssl.inc
2 2
3PR = "r6" 3PR = "r7"
4SRC_URI += "file://debian/ca.patch \ 4SRC_URI += "file://debian/ca.patch \
5 file://debian/config-hurd.patch;apply=no \ 5 file://debian/config-hurd.patch;apply=no \
6 file://debian/debian-targets.patch \ 6 file://debian/debian-targets.patch \