diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-11-09 17:47:54 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-10 13:21:52 +0100 |
commit | 1e6ab4a20c096d17a9db936c3e3da045bfebbca0 (patch) | |
tree | 0240c9691a85fecf202d37645bdb06e6c57bc82c | |
parent | 5dc56d6dfe5b5169cab2a89491ab6c18ce7da0ed (diff) | |
download | meta-openembedded-1e6ab4a20c096d17a9db936c3e3da045bfebbca0.tar.gz |
openssl: bump PR to fix license
* see http://patchwork.openembedded.org/patch/14217/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-oe/recipes-connectivity/openssl/openssl_0.9.8m.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/openssl/openssl_0.9.8m.bb b/meta-oe/recipes-connectivity/openssl/openssl_0.9.8m.bb index 1091bf2ed..dde797b6e 100644 --- a/meta-oe/recipes-connectivity/openssl/openssl_0.9.8m.bb +++ b/meta-oe/recipes-connectivity/openssl/openssl_0.9.8m.bb | |||
@@ -4,7 +4,7 @@ require openssl.inc | |||
4 | SRC_URI[src.md5sum] = "898bf125370926d5f692a2201124f8ec" | 4 | SRC_URI[src.md5sum] = "898bf125370926d5f692a2201124f8ec" |
5 | SRC_URI[src.sha256sum] = "36037160281cf4977d964e403d2bc0680fbca0a7ff9f65e33136d75fae12cb5b" | 5 | SRC_URI[src.sha256sum] = "36037160281cf4977d964e403d2bc0680fbca0a7ff9f65e33136d75fae12cb5b" |
6 | 6 | ||
7 | PR = "${INC_PR}.0" | 7 | PR = "${INC_PR}.1" |
8 | 8 | ||
9 | export OE_LDFLAGS="${LDFLAGS}" | 9 | export OE_LDFLAGS="${LDFLAGS}" |
10 | 10 | ||
diff --git a/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb b/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb index 8fcf0ff54..ea129747d 100644 --- a/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb +++ b/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb | |||
@@ -6,7 +6,7 @@ DEPENDS += "ocf-linux" | |||
6 | 6 | ||
7 | CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS" | 7 | CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS" |
8 | 8 | ||
9 | PR = "${INC_PR}.3" | 9 | PR = "${INC_PR}.4" |
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" | 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" |
12 | 12 | ||