diff options
author | Thomas PERROT <thomas.perrot@tupi.fr> | 2016-01-04 19:45:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-15 13:14:35 +0000 |
commit | a690c381abbbd0ea896e37b81672f39c3b945087 (patch) | |
tree | 2d62e3d7a86220e4ba4c111fa0475c3173cd0516 | |
parent | 58f6a400d1df17fd89a475c62aeb7ad656439330 (diff) | |
download | poky-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.inc | 2 |
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" | |||
11 | DEPENDS = "perl-native-runtime" | 11 | DEPENDS = "perl-native-runtime" |
12 | DEPENDS_append_class-target = " openssl-native" | 12 | DEPENDS_append_class-target = " openssl-native" |
13 | 13 | ||
14 | SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \ | 14 | SRC_URI = "http://www.openssl.org/source/old/1.0.2/openssl-${PV}.tar.gz \ |
15 | " | 15 | " |
16 | S = "${WORKDIR}/openssl-${PV}" | 16 | S = "${WORKDIR}/openssl-${PV}" |
17 | 17 | ||