diff options
| author | Shane Wang <shane.wang@intel.com> | 2012-03-14 22:31:05 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-21 13:03:45 +0000 |
| commit | 87f284f70dcb04f3cf3b8557d0b79976a4b59469 (patch) | |
| tree | 3c94068cc5c470157d72f2c562fc963b7bfb24b0 | |
| parent | 5f83df6da173281df0071421216e7b23f7ec204b (diff) | |
| download | poky-87f284f70dcb04f3cf3b8557d0b79976a4b59469.tar.gz | |
apr: upgrade to 1.4.6
(From OE-Core rev: f79819fe3d78c1da74753174efbc2fb2b1239da0)
Signed-off-by: Shane Wang <shane.wang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/apr/apr_1.4.6.bb (renamed from meta/recipes-support/apr/apr_1.4.5.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/apr/apr_1.4.5.bb b/meta/recipes-support/apr/apr_1.4.6.bb index 2374d300ab..c0ab4f114f 100644 --- a/meta/recipes-support/apr/apr_1.4.5.bb +++ b/meta/recipes-support/apr/apr_1.4.6.bb | |||
| @@ -8,15 +8,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0c35ff3c4c83b89d2f076e315caac28b \ | |||
| 8 | 8 | ||
| 9 | BBCLASSEXTEND = "native" | 9 | BBCLASSEXTEND = "native" |
| 10 | 10 | ||
| 11 | PR = "r1" | 11 | PR = "r0" |
| 12 | 12 | ||
| 13 | SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \ | 13 | SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \ |
| 14 | file://configure_fixes.patch \ | 14 | file://configure_fixes.patch \ |
| 15 | file://cleanup.patch \ | 15 | file://cleanup.patch \ |
| 16 | file://configfix.patch" | 16 | file://configfix.patch" |
| 17 | 17 | ||
| 18 | SRC_URI[md5sum] = "8b53f5a5669d0597f2da889a2f576eb6" | 18 | SRC_URI[md5sum] = "ffee70a111fd07372982b0550bbb14b7" |
| 19 | SRC_URI[sha256sum] = "38c61cacb39be649411cdab212979c71ce29495549c249c2e9a1b0d12480c93e" | 19 | SRC_URI[sha256sum] = "9b635e60feb163e6fc6c375721f71f44d7e26d6b9cd52f6b86b04e65d2481cbc" |
| 20 | 20 | ||
| 21 | inherit autotools lib_package binconfig multilib_header | 21 | inherit autotools lib_package binconfig multilib_header |
| 22 | 22 | ||
