summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/zypper/zypper_git.bb
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2011-01-11 17:09:12 +0800
committerSaul Wold <sgw@linux.intel.com>2011-01-30 12:09:52 -0800
commit114cee75bd4753c19b254a6d81b4d1284cbfa863 (patch)
tree81614d9759140182fd757b94461402342c33e19c /meta/recipes-extended/zypper/zypper_git.bb
parent483ee172cf522969a7e5eb7f81ba2be412db9ee4 (diff)
downloadpoky-114cee75bd4753c19b254a6d81b4d1284cbfa863.tar.gz
zypper: 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/zypper/zypper_git.bb')
-rw-r--r--meta/recipes-extended/zypper/zypper_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-extended/zypper/zypper_git.bb b/meta/recipes-extended/zypper/zypper_git.bb
index b9e2e85943..729eabdaa8 100644
--- a/meta/recipes-extended/zypper/zypper_git.bb
+++ b/meta/recipes-extended/zypper/zypper_git.bb
@@ -12,7 +12,9 @@ inherit cmake
12 12
13SRC_URI = "git://gitorious.org/opensuse/zypper.git;protocol=git \ 13SRC_URI = "git://gitorious.org/opensuse/zypper.git;protocol=git \
14 file://cmake.patch \ 14 file://cmake.patch \
15 file://dso_linking_change_build_fix.patch " 15 file://dso_linking_change_build_fix.patch \
16 file://rpm5-flag.patch \
17 "
16S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
17 19
18PV = "1.4.7-git${SRCPV}" 20PV = "1.5.3-git${SRCPV}"