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>
This commit is contained in:
Derek Straka
2017-02-08 19:35:11 -05:00
committed by Martin Jansa
parent 3b1ea98896
commit dfbe6cf214
2 changed files with 2 additions and 2 deletions
@@ -8,7 +8,7 @@ LICENSE = "Apache-2.0"
inherit autotools pkgconfig native
SRC_URI = "http://archive.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \
SRC_URI = "${APACHE_MIRROR}/dist/httpd/httpd-${PV}.tar.bz2 \
file://0001-configure-use-pkg-config-for-PCRE-detection.patch \
"