summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/zypper/zypper_git.bb
diff options
context:
space:
mode:
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}"