diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-04-13 13:34:19 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-13 15:57:27 +0100 |
commit | b91d8a07f736b7698650d25609245c89e0ed73d5 (patch) | |
tree | 368ca9dc76ee5b184bf64b28c943f29d3a5309bd /meta/recipes-support/apr | |
parent | 703d7efdf7679040f19430458cd575cded5c600e (diff) | |
download | openembedded-core-b91d8a07f736b7698650d25609245c89e0ed73d5.tar.gz openembedded-core-b91d8a07f736b7698650d25609245c89e0ed73d5.tar.bz2 openembedded-core-b91d8a07f736b7698650d25609245c89e0ed73d5.zip |
PR bump packages with gdbm in DEPENDS
This is done because of this change in gdbm:
"gdbm: Package compat libs in gdbm-compat"
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
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.4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/apr/apr-util_1.4.1.bb b/meta/recipes-support/apr/apr-util_1.4.1.bb index 029cf7ed9e..deb608f8de 100644 --- a/meta/recipes-support/apr/apr-util_1.4.1.bb +++ b/meta/recipes-support/apr/apr-util_1.4.1.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 = "r0" +PR = "r1" SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \ file://configfix.patch \ |