diff options
Diffstat (limited to 'meta/recipes-extended/zypper/zypper_git.bb')
-rw-r--r-- | meta/recipes-extended/zypper/zypper_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/zypper/zypper_git.bb b/meta/recipes-extended/zypper/zypper_git.bb index 4f4fc4dc8c..e5963be5b9 100644 --- a/meta/recipes-extended/zypper/zypper_git.bb +++ b/meta/recipes-extended/zypper/zypper_git.bb | |||
@@ -5,13 +5,14 @@ LICENSE = "GPLv2+" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413" |
6 | 6 | ||
7 | DEPENDS = "libzypp augeas" | 7 | DEPENDS = "libzypp augeas" |
8 | PR = "r6" | 8 | PR = "r1" |
9 | SRCREV = "2c5bb6ceb99ecd950ef993e43d77bf0569ea0582" | 9 | SRCREV = "2c5bb6ceb99ecd950ef993e43d77bf0569ea0582" |
10 | 10 | ||
11 | inherit cmake | 11 | inherit cmake |
12 | 12 | ||
13 | SRC_URI = "git://github.com/openSUSE/zypper.git;protocol=git \ | 13 | SRC_URI = "git://github.com/openSUSE/zypper.git;protocol=git \ |
14 | file://cmake.patch \ | 14 | file://cmake.patch \ |
15 | file://cmake_libxml2.patch \ | ||
15 | file://dso_linking_change_build_fix.patch \ | 16 | file://dso_linking_change_build_fix.patch \ |
16 | file://rpm5-flag.patch \ | 17 | file://rpm5-flag.patch \ |
17 | " | 18 | " |