summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/zypper/zypper_git.bb
blob: 56ccc86221009dfb7667b44c68ad874a85e68787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
HOMEPAGE = "http://gitorious.org/opensuse/zypper"
DESCRIPTION  = "The ZYpp Linux Software management framework"

LICENSE  = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413"

DEPENDS  = "libzypp augeas"
PR = "r2"
SRCREV = "2c5bb6ceb99ecd950ef993e43d77bf0569ea0582"

inherit cmake

SRC_URI = "git://github.com/openSUSE/zypper.git;protocol=git \
           file://cmake.patch \
           file://cmake_libxml2.patch \
           file://dso_linking_change_build_fix.patch \
           file://rpm5-flag.patch \
           file://gcc-scope.patch \
          "
S = "${WORKDIR}/git"

PV = "1.5.3-git${SRCPV}"

RDEPENDS_${PN} = "rpm-libs"
RRECOMMENDS_${PN} = "procps util-linux-uuidgen"

PACKAGE_ARCH = "${MACHINE_ARCH}"