diff options
Diffstat (limited to 'meta/recipes-extended/zypper/zypper_git.bb')
-rw-r--r-- | meta/recipes-extended/zypper/zypper_git.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-extended/zypper/zypper_git.bb b/meta/recipes-extended/zypper/zypper_git.bb new file mode 100644 index 0000000000..b7adb0f602 --- /dev/null +++ b/meta/recipes-extended/zypper/zypper_git.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | HOMEPAGE = "http://gitorious.org/opensuse/zypper" | ||
2 | DESCRIPTION = "The ZYpp Linux Software management framework" | ||
3 | |||
4 | LICENSE = "GPLv2+" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413" | ||
6 | |||
7 | DEPENDS = "libzypp augeas" | ||
8 | PR = "r0" | ||
9 | |||
10 | inherit cmake | ||
11 | |||
12 | SRCREV = "9eb0e248e06c8d20ad054be2439149d9ede37531" | ||
13 | |||
14 | SRC_URI = "git://gitorious.org/opensuse/zypper.git;protocol=git \ | ||
15 | file://cmake.patch \ | ||
16 | " | ||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | PV = "1.4.7-git${SRCPV}" | ||