diff options
author | Kang Kai <kai.kang@windriver.com> | 2014-04-22 23:12:31 +0800 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-05-02 09:54:00 +0100 |
commit | 396cb0c354a63f4eb25ddd1755c274206c234705 (patch) | |
tree | 147f18527d3c180c4be3e651363789aa5c03a03e /meta-webserver/recipes-httpd | |
parent | ee6f88f28566acaada77a74ce02f66fee0219ab4 (diff) | |
download | meta-openembedded-396cb0c354a63f4eb25ddd1755c274206c234705.tar.gz |
apache: upgrade to 2.4.9
Upgrade apache from 2.4.7 to 2.4.9.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Diffstat (limited to 'meta-webserver/recipes-httpd')
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2-native_2.4.9.bb (renamed from meta-webserver/recipes-httpd/apache2/apache2-native_2.4.7.bb) | 4 | ||||
-rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2_2.4.9.bb (renamed from meta-webserver/recipes-httpd/apache2/apache2_2.4.7.bb) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.7.bb b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.9.bb index bd935ebc5..aaa7e607d 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.7.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.9.bb | |||
@@ -13,8 +13,8 @@ SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2" | |||
13 | S = "${WORKDIR}/httpd-${PV}" | 13 | S = "${WORKDIR}/httpd-${PV}" |
14 | 14 | ||
15 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dbff5a2b542fa58854455bf1a0b94b83" | 15 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dbff5a2b542fa58854455bf1a0b94b83" |
16 | SRC_URI[md5sum] = "170d7fb6fe5f28b87d1878020a9ab94e" | 16 | SRC_URI[md5sum] = "2ef4e65353497606b24fa9bb3e5a3c40" |
17 | SRC_URI[sha256sum] = "64368d8301836815ae237f2b62d909711c896c1bd34573771e0ee5ad808ce71b" | 17 | SRC_URI[sha256sum] = "f78cc90dfa47caf3d83ad18fd6b4e85f237777c1733fc9088594b70ce2847603" |
18 | 18 | ||
19 | do_configure () { | 19 | do_configure () { |
20 | ./configure --with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ | 20 | ./configure --with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ |
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.7.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.9.bb index 3c038a956..33e197ab8 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.7.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.9.bb | |||
@@ -20,8 +20,8 @@ SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.bz2 \ | |||
20 | file://apache2-volatile.conf" | 20 | file://apache2-volatile.conf" |
21 | 21 | ||
22 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dbff5a2b542fa58854455bf1a0b94b83" | 22 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dbff5a2b542fa58854455bf1a0b94b83" |
23 | SRC_URI[md5sum] = "170d7fb6fe5f28b87d1878020a9ab94e" | 23 | SRC_URI[md5sum] = "2ef4e65353497606b24fa9bb3e5a3c40" |
24 | SRC_URI[sha256sum] = "64368d8301836815ae237f2b62d909711c896c1bd34573771e0ee5ad808ce71b" | 24 | SRC_URI[sha256sum] = "f78cc90dfa47caf3d83ad18fd6b4e85f237777c1733fc9088594b70ce2847603" |
25 | 25 | ||
26 | S = "${WORKDIR}/httpd-${PV}" | 26 | S = "${WORKDIR}/httpd-${PV}" |
27 | 27 | ||