summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libzypp/libzypp_git.bb
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2011-01-11 16:40:04 +0800
committerSaul Wold <sgw@linux.intel.com>2011-01-30 12:09:52 -0800
commit483ee172cf522969a7e5eb7f81ba2be412db9ee4 (patch)
tree5b5db49d3023fa27e18f63550f0e1968fd5312bd /meta/recipes-extended/libzypp/libzypp_git.bb
parent2c32f494ccf1721d0888bde59be41ba05e221d33 (diff)
downloadpoky-483ee172cf522969a7e5eb7f81ba2be412db9ee4.tar.gz
libzypp: upgrade to newer git version
this works with rpm 5.4.0 Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-extended/libzypp/libzypp_git.bb')
-rw-r--r--meta/recipes-extended/libzypp/libzypp_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/libzypp/libzypp_git.bb b/meta/recipes-extended/libzypp/libzypp_git.bb
index c65ae46b05..b9110eb09e 100644
--- a/meta/recipes-extended/libzypp/libzypp_git.bb
+++ b/meta/recipes-extended/libzypp/libzypp_git.bb
@@ -17,7 +17,9 @@ PR = "r6"
17 17
18SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \ 18SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \
19 file://no-doc.patch \ 19 file://no-doc.patch \
20 file://rpm5.patch " 20 file://rpm5.patch \
21 file://rpm5-no-rpmdbinit.patch \
22 "
21 23
22SRC_URI_append_mips = " file://mips-workaround-gcc-tribool-error.patch" 24SRC_URI_append_mips = " file://mips-workaround-gcc-tribool-error.patch"
23 25