diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-12-01 08:00:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-01 10:50:08 +0000 |
commit | 53a59dc19d7dbd2f78f08ba3345d4cbe6cc847a1 (patch) | |
tree | 80d7dbba62e77d66b7085a31862198ca0a1a78e2 | |
parent | cafe634233774c6e85cd82bbdd792c427f1084e2 (diff) | |
download | poky-53a59dc19d7dbd2f78f08ba3345d4cbe6cc847a1.tar.gz |
apr-util: bump PR for gdbm SOVERSION change
(From OE-Core rev: 19008204cd6a5bbc20491b1c897d6cf4f7407506)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/apr/apr-util_1.3.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/apr/apr-util_1.3.12.bb b/meta/recipes-support/apr/apr-util_1.3.12.bb index 62d72cfd72..676b1b4efa 100644 --- a/meta/recipes-support/apr/apr-util_1.3.12.bb +++ b/meta/recipes-support/apr/apr-util_1.3.12.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "Apache-2.0" | |||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb \ | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb \ |
10 | file://include/apu_version.h;endline=17;md5=806685a84e71f10c80144c48eb35df42" | 10 | file://include/apu_version.h;endline=17;md5=806685a84e71f10c80144c48eb35df42" |
11 | 11 | ||
12 | PR = "r1" | 12 | PR = "r2" |
13 | 13 | ||
14 | SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \ | 14 | SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \ |
15 | file://configfix.patch \ | 15 | file://configfix.patch \ |