mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-20 17:47:14 +00:00
apache2: Correct the SRC_URI
The change to use ${APACHE_MIRROR} in the SRC_URI in dfbe6cf214 did
not take into account that ${APACHE_MIRROR} already contains "/dist".
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
56d77341bb
commit
99d89597b6
@@ -8,7 +8,7 @@ LICENSE = "Apache-2.0"
|
|||||||
|
|
||||||
inherit autotools pkgconfig native
|
inherit autotools pkgconfig native
|
||||||
|
|
||||||
SRC_URI = "${APACHE_MIRROR}/dist/httpd/httpd-${PV}.tar.bz2 \
|
SRC_URI = "${APACHE_MIRROR}/httpd/httpd-${PV}.tar.bz2 \
|
||||||
file://0001-configure-use-pkg-config-for-PCRE-detection.patch \
|
file://0001-configure-use-pkg-config-for-PCRE-detection.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ DEPENDS = "libtool-native apache2-native openssl expat pcre apr apr-util"
|
|||||||
SECTION = "net"
|
SECTION = "net"
|
||||||
LICENSE = "Apache-2.0"
|
LICENSE = "Apache-2.0"
|
||||||
|
|
||||||
SRC_URI = "${APACHE_MIRROR}/dist/httpd/httpd-${PV}.tar.bz2 \
|
SRC_URI = "${APACHE_MIRROR}/httpd/httpd-${PV}.tar.bz2 \
|
||||||
file://server-makefile.patch \
|
file://server-makefile.patch \
|
||||||
file://httpd-2.4.1-corelimit.patch \
|
file://httpd-2.4.1-corelimit.patch \
|
||||||
file://httpd-2.4.4-export.patch \
|
file://httpd-2.4.4-export.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user