diff options
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2/apache2-native_2.4.25.bb')
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2-native_2.4.25.bb | 2 |
1 files changed, 1 insertions, 1 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 7a2b2364c2..fc848727e6 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://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 \ " |