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.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-extended/zypper/zypper_git.bb b/meta/recipes-extended/zypper/zypper_git.bb
deleted file mode 100644
index c5d7c61052..0000000000
--- a/meta/recipes-extended/zypper/zypper_git.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1HOMEPAGE = "http://gitorious.org/opensuse/zypper"
2DESCRIPTION = "The ZYpp Linux Software management framework"
3
4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413"
6
7DEPENDS = "libzypp augeas"
8PR = "r3"
9SRCREV = "2c5bb6ceb99ecd950ef993e43d77bf0569ea0582"
10
11inherit cmake
12
13SRC_URI = "git://github.com/openSUSE/zypper.git;protocol=git \
14 file://cmake.patch \
15 file://cmake_libxml2.patch \
16 file://dso_linking_change_build_fix.patch \
17 file://rpm5-flag.patch \
18 file://gcc-scope.patch \
19 file://rpmatch.patch \
20 "
21S = "${WORKDIR}/git"
22
23PV = "1.5.3-git${SRCPV}"
24
25RDEPENDS_${PN} = "rpm-libs"
26RRECOMMENDS_${PN} = "procps util-linux-uuidgen"
27
28PACKAGE_ARCH = "${MACHINE_ARCH}"
29OECMAKE_CXX_LINK_FLAGS_libc-uclibc += "-lintl"