]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: fix SRC_URI
authorThomas PERROT <thomas.perrot@tupi.fr>
Mon, 4 Jan 2016 18:45:49 +0000 (19:45 +0100)
committerJoshua Lock <joshua.g.lock@intel.com>
Thu, 7 Jan 2016 11:08:36 +0000 (11:08 +0000)
Corrects the URI of the openssl's recipe from fido. The sources were moved
to a new subdirectory.

Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
meta/recipes-connectivity/openssl/openssl.inc

index ba9bca6af4a0bb328ec3f9d24c451ef1f427e751..a5b8ed35bd64a1195bec153323f863fc7f32f4f9 100644 (file)
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8"
 DEPENDS = "perl-native-runtime"
 DEPENDS_append_class-target = " openssl-native"
 
-SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \
+SRC_URI = "http://www.openssl.org/source/old/1.0.2/openssl-${PV}.tar.gz \
           "
 S = "${WORKDIR}/openssl-${PV}"