diff options
author | Qing He <qing.he@intel.com> | 2011-01-11 17:09:12 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-30 12:09:52 -0800 |
commit | 114cee75bd4753c19b254a6d81b4d1284cbfa863 (patch) | |
tree | 81614d9759140182fd757b94461402342c33e19c /meta/recipes-extended/zypper/zypper_git.bb | |
parent | 483ee172cf522969a7e5eb7f81ba2be412db9ee4 (diff) | |
download | poky-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.bb | 6 |
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 | ||
13 | SRC_URI = "git://gitorious.org/opensuse/zypper.git;protocol=git \ | 13 | SRC_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 | " | ||
16 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
17 | 19 | ||
18 | PV = "1.4.7-git${SRCPV}" | 20 | PV = "1.5.3-git${SRCPV}" |