diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-06-11 13:18:56 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-12 11:06:08 +0100 |
commit | a57002c854fed27d9c06a360da7133637afec2d6 (patch) | |
tree | 2cefefd09eede32483866f96657e5f0824ce1070 /meta/recipes-extended/libzypp | |
parent | a8ff3141fd78442bf328c9d3a489db88ad27486b (diff) | |
download | openembedded-core-a57002c854fed27d9c06a360da7133637afec2d6.tar.gz openembedded-core-a57002c854fed27d9c06a360da7133637afec2d6.tar.bz2 openembedded-core-a57002c854fed27d9c06a360da7133637afec2d6.zip |
rpm: Bump PR numbers on componets that require RPM
With the recent RPM uprev, libzypp, sat-solver and zypper should be
rebuilt to ensure they get the right BerkleyDB and rpmdb interfaces.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libzypp')
-rw-r--r-- | meta/recipes-extended/libzypp/libzypp_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/libzypp/libzypp_git.bb b/meta/recipes-extended/libzypp/libzypp_git.bb index c5761d5784..90ee8c4a56 100644 --- a/meta/recipes-extended/libzypp/libzypp_git.bb +++ b/meta/recipes-extended/libzypp/libzypp_git.bb @@ -11,7 +11,7 @@ DEPENDS = "rpm boost curl libxml2 zlib sat-solver expat openssl udev libproxy" S = "${WORKDIR}/git" SRCREV = "15b6c52260bbc52b3d8e585e271b67e10cc7c433" PV = "0.0-git${SRCPV}" -PR = "r21" +PR = "r22" SRC_URI = "git://github.com/openSUSE/libzypp.git;protocol=git \ file://no-doc.patch \ |