diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-01-31 02:48:17 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-06 11:06:28 +0000 |
commit | 475a6187dc4a2b138a652cd54592406f509d37bc (patch) | |
tree | 0d7e0a9098ba4c09d89512041b5f0b8909064439 /meta/recipes-support/apr | |
parent | 17528da6b9ef4c4d57b99768a9302a261e7338f9 (diff) | |
download | poky-475a6187dc4a2b138a652cd54592406f509d37bc.tar.gz |
apr-util: 1.6.0 -> 1.6.1
(From OE-Core rev: 2fe6961b3d6786c4acd666f78b8b2105bfa0b9d1)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/apr')
-rw-r--r-- | meta/recipes-support/apr/apr-util_1.6.1.bb (renamed from meta/recipes-support/apr/apr-util_1.6.0.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-support/apr/apr-util_1.6.0.bb b/meta/recipes-support/apr/apr-util_1.6.1.bb index 748d196988..88b4300f9d 100644 --- a/meta/recipes-support/apr/apr-util_1.6.0.bb +++ b/meta/recipes-support/apr/apr-util_1.6.1.bb | |||
@@ -15,8 +15,8 @@ SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \ | |||
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI[md5sum] = "3b03dbff60728a4f4c33f5d929e8b35a" | 18 | SRC_URI[md5sum] = "bd502b9a8670a8012c4d90c31a84955f" |
19 | SRC_URI[sha256sum] = "483ef4d59e6ac9a36c7d3fd87ad7b9db7ad8ae29c06b9dd8ff22dda1cc416389" | 19 | SRC_URI[sha256sum] = "b65e40713da57d004123b6319828be7f1273fbc6490e145874ee1177e112c459" |
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 | --without-odbc \ | 22 | --without-odbc \ |
@@ -29,8 +29,6 @@ EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ | |||
29 | 29 | ||
30 | inherit autotools lib_package binconfig | 30 | inherit autotools lib_package binconfig |
31 | 31 | ||
32 | PR = "r1" | ||
33 | |||
34 | OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'" | 32 | OE_BINCONFIG_EXTRA_MANGLE = " -e 's:location=source:location=installed:'" |
35 | 33 | ||
36 | do_configure_append() { | 34 | do_configure_append() { |