diff options
author | Derek Straka <derek@asterius.io> | 2017-02-08 19:35:11 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:34 +0100 |
commit | dfbe6cf2145f8daf05f8aa3ee41d7a7ef0fe48c4 (patch) | |
tree | 46193a432581f800325546116e1f71a1d80fde62 /meta-webserver | |
parent | 3b1ea9889616de37f5a002b8f0207e372914b188 (diff) | |
download | meta-openembedded-dfbe6cf2145f8daf05f8aa3ee41d7a7ef0fe48c4.tar.gz |
apache: use the APACHE_MIRROR variable in the SRC_URI
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-webserver')
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2-native_2.4.25.bb | 2 | ||||
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2_2.4.25.bb | 2 |
2 files changed, 2 insertions, 2 deletions
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 7a2b2364c..fc848727e 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" | |||
8 | 8 | ||
9 | inherit autotools pkgconfig native | 9 | inherit autotools pkgconfig native |
10 | 10 | ||
11 | SRC_URI = "http://archive.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \ | 11 | SRC_URI = "${APACHE_MIRROR}/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.25.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.25.bb index 9446082fb..b3a2dfdc9 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.25.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.25.bb | |||
@@ -6,7 +6,7 @@ DEPENDS = "libtool-native apache2-native openssl expat pcre apr apr-util" | |||
6 | SECTION = "net" | 6 | SECTION = "net" |
7 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
8 | 8 | ||
9 | SRC_URI = "http://archive.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \ | 9 | SRC_URI = "${APACHE_MIRROR}/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 \ |