summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-01-05 12:05:26 +0100
committerArmin Kuster <akuster808@gmail.com>2017-06-26 11:24:58 -0700
commit00703983937b2c71d87bb182055aad8da9ed0b5a (patch)
tree6a0aa2b57c3598d301d08a8f6d6a771d8c6d2da7
parent27cd4198174e807693774b5632798c76ef52fbf7 (diff)
downloadmeta-openembedded-00703983937b2c71d87bb182055aad8da9ed0b5a.tar.gz
apache2: always use the archive.apache.org to ensure older releases are always available
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Piotr Lewicki <piotr.lewicki@elfin.de> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb2
-rw-r--r--meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb
index b227f191d..aa26cc7bf 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb
@@ -8,7 +8,7 @@ LICENSE = "Apache-2.0"
8 8
9inherit autotools pkgconfig native 9inherit autotools pkgconfig native
10 10
11SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \ 11SRC_URI = "http://archive.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \
12 file://0001-configure-use-pkg-config-for-PCRE-detection.patch \ 12 file://0001-configure-use-pkg-config-for-PCRE-detection.patch \
13 " 13 "
14 14
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb
index 96f21dde4..0cd762eaa 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.23.bb
@@ -6,7 +6,7 @@ DEPENDS = "libtool-native apache2-native openssl expat pcre apr apr-util"
6SECTION = "net" 6SECTION = "net"
7LICENSE = "Apache-2.0" 7LICENSE = "Apache-2.0"
8 8
9SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \ 9SRC_URI = "http://archive.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \
10 file://server-makefile.patch \ 10 file://server-makefile.patch \
11 file://httpd-2.4.1-corelimit.patch \ 11 file://httpd-2.4.1-corelimit.patch \
12 file://httpd-2.4.4-export.patch \ 12 file://httpd-2.4.4-export.patch \