summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas PERROT <thomas.perrot@tupi.fr>2016-01-04 19:45:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-15 13:14:35 +0000
commita690c381abbbd0ea896e37b81672f39c3b945087 (patch)
tree2d62e3d7a86220e4ba4c111fa0475c3173cd0516
parent58f6a400d1df17fd89a475c62aeb7ad656439330 (diff)
downloadpoky-a690c381abbbd0ea896e37b81672f39c3b945087.tar.gz
openssl: fix SRC_URI
Corrects the URI of the openssl's recipe from fido. The sources were moved to a new subdirectory. (From OE-Core rev: 685e861f085736a4b0bae09bab86c3d456ec84ae) Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr> Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-connectivity/openssl/openssl.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
index ba9bca6af4..a5b8ed35bd 100644
--- a/meta/recipes-connectivity/openssl/openssl.inc
+++ b/meta/recipes-connectivity/openssl/openssl.inc
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8"
11DEPENDS = "perl-native-runtime" 11DEPENDS = "perl-native-runtime"
12DEPENDS_append_class-target = " openssl-native" 12DEPENDS_append_class-target = " openssl-native"
13 13
14SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \ 14SRC_URI = "http://www.openssl.org/source/old/1.0.2/openssl-${PV}.tar.gz \
15 " 15 "
16S = "${WORKDIR}/openssl-${PV}" 16S = "${WORKDIR}/openssl-${PV}"
17 17