diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-08-04 17:53:33 +0100 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-08-10 17:15:22 +0100 |
commit | 672d02047042b94e038247b2d3c04992c9497896 (patch) | |
tree | aa650b40b342d8a27a52c80d0b0a0bddb016d75e /meta-webserver/recipes-httpd | |
parent | 53ba2729a8feb652e8cf11769abd298f29c1fa8f (diff) | |
download | meta-openembedded-672d02047042b94e038247b2d3c04992c9497896.tar.gz |
apache2: update to 2.4.10
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta-webserver/recipes-httpd')
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2-native_2.4.10.bb (renamed from meta-webserver/recipes-httpd/apache2/apache2-native_2.4.9.bb) | 4 | ||||
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2_2.4.10.bb (renamed from meta-webserver/recipes-httpd/apache2/apache2_2.4.9.bb) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.9.bb b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.10.bb index 107480e96..5963b7943 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.9.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.10.bb | |||
@@ -15,8 +15,8 @@ SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \ | |||
15 | S = "${WORKDIR}/httpd-${PV}" | 15 | S = "${WORKDIR}/httpd-${PV}" |
16 | 16 | ||
17 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dbff5a2b542fa58854455bf1a0b94b83" | 17 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dbff5a2b542fa58854455bf1a0b94b83" |
18 | SRC_URI[md5sum] = "2ef4e65353497606b24fa9bb3e5a3c40" | 18 | SRC_URI[md5sum] = "44543dff14a4ebc1e9e2d86780507156" |
19 | SRC_URI[sha256sum] = "f78cc90dfa47caf3d83ad18fd6b4e85f237777c1733fc9088594b70ce2847603" | 19 | SRC_URI[sha256sum] = "176c4dac1a745f07b7b91e7f4fd48f9c48049fa6f088efe758d61d9738669c6a" |
20 | 20 | ||
21 | EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ | 21 | EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ |
22 | --with-apr-util=${STAGING_BINDIR_CROSS}/apu-1-config \ | 22 | --with-apr-util=${STAGING_BINDIR_CROSS}/apu-1-config \ |
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.9.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.10.bb index fd8ed9260..614dd4e7d 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.9.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.10.bb | |||
@@ -21,8 +21,8 @@ SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \ | |||
21 | file://apache2-volatile.conf" | 21 | file://apache2-volatile.conf" |
22 | 22 | ||
23 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dbff5a2b542fa58854455bf1a0b94b83" | 23 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dbff5a2b542fa58854455bf1a0b94b83" |
24 | SRC_URI[md5sum] = "2ef4e65353497606b24fa9bb3e5a3c40" | 24 | SRC_URI[md5sum] = "44543dff14a4ebc1e9e2d86780507156" |
25 | SRC_URI[sha256sum] = "f78cc90dfa47caf3d83ad18fd6b4e85f237777c1733fc9088594b70ce2847603" | 25 | SRC_URI[sha256sum] = "176c4dac1a745f07b7b91e7f4fd48f9c48049fa6f088efe758d61d9738669c6a" |
26 | 26 | ||
27 | S = "${WORKDIR}/httpd-${PV}" | 27 | S = "${WORKDIR}/httpd-${PV}" |
28 | 28 | ||