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>
This commit is contained in:
Derek Straka 2017-01-05 12:05:26 +01:00 committed by Armin Kuster
parent 27cd419817
commit 0070398393
2 changed files with 2 additions and 2 deletions

View File

@ -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 \
"

View File

@ -6,7 +6,7 @@ DEPENDS = "libtool-native apache2-native openssl expat pcre apr apr-util"
SECTION = "net"
LICENSE = "Apache-2.0"
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://server-makefile.patch \
file://httpd-2.4.1-corelimit.patch \
file://httpd-2.4.4-export.patch \