From a690c381abbbd0ea896e37b81672f39c3b945087 Mon Sep 17 00:00:00 2001 From: Thomas PERROT Date: Mon, 4 Jan 2016 19:45:49 +0100 Subject: 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 Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- meta/recipes-connectivity/openssl/openssl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index ba9bca6..a5b8ed3 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" 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}" -- cgit v1.1