From 7ef4ff68031e5f58e665a02b1baa4c7b51684fdb Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 23 Dec 2016 17:25:19 -0500 Subject: apache2: always use the archive.apache.org to ensure older releases are always available Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-webserver/recipes-httpd/apache2/apache2-native_2.4.25.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-webserver/recipes-httpd/apache2/apache2-native_2.4.25.bb') diff --git a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.25.bb b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.25.bb index ca8ebaf956..7a2b2364c2 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.25.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.25.bb @@ -8,7 +8,7 @@ LICENSE = "Apache-2.0" inherit autotools pkgconfig native -SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \ +SRC_URI = "http://archive.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \ file://0001-configure-use-pkg-config-for-PCRE-detection.patch \ " -- cgit 1.2.3-korg