diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-01-23 12:10:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-24 20:09:00 +0000 |
commit | e90fad58faf9e25479158359c528999b09be1a02 (patch) | |
tree | 4e50bee32d6e74ea37a9c37f9c7cb3e606354780 /meta/recipes-extended/zypper/zypper_git.bb | |
parent | 1f8f6fe4eb6884ac3a254d4ef54c7841e407ecab (diff) | |
download | poky-e90fad58faf9e25479158359c528999b09be1a02.tar.gz |
zypper: remove
Functionality provided by Zypper is now covered more effectively by
Smart (python-smartpm) which is now being used for package management
on the target when enabled and RPM packaging is selected.
Fixes [YOCTO #3349].
(From OE-Core rev: cc866433341532a0b5cf8cd5f67998960ea96499)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/zypper/zypper_git.bb')
-rw-r--r-- | meta/recipes-extended/zypper/zypper_git.bb | 29 |
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 @@ | |||
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 = "r3" | ||
9 | SRCREV = "2c5bb6ceb99ecd950ef993e43d77bf0569ea0582" | ||
10 | |||
11 | inherit cmake | ||
12 | |||
13 | SRC_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 | " | ||
21 | S = "${WORKDIR}/git" | ||
22 | |||
23 | PV = "1.5.3-git${SRCPV}" | ||
24 | |||
25 | RDEPENDS_${PN} = "rpm-libs" | ||
26 | RRECOMMENDS_${PN} = "procps util-linux-uuidgen" | ||
27 | |||
28 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
29 | OECMAKE_CXX_LINK_FLAGS_libc-uclibc += "-lintl" | ||