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:39:44 +0000 |
commit | 19008204cd6a5bbc20491b1c897d6cf4f7407506 (patch) | |
tree | 9879d8eebe11d647e2ab32bdf4f25669f46ad521 | |
parent | 2c7006d4b8018f169cc60b428eb83c2f8004ec06 (diff) | |
download | openembedded-core-19008204cd6a5bbc20491b1c897d6cf4f7407506.tar.gz openembedded-core-19008204cd6a5bbc20491b1c897d6cf4f7407506.tar.bz2 openembedded-core-19008204cd6a5bbc20491b1c897d6cf4f7407506.zip |
apr-util: bump PR for gdbm SOVERSION change
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" LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb \ file://include/apu_version.h;endline=17;md5=806685a84e71f10c80144c48eb35df42" -PR = "r1" +PR = "r2" SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \ file://configfix.patch \ |