mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
(From OE-Core rev: f8fe4ef09d6ab037928850bbb953e2b0a2da49e9) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 lines
669 B
BlitzBasic
26 lines
669 B
BlitzBasic
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 = "r6"
|
|
SRCREV = "2c5bb6ceb99ecd950ef993e43d77bf0569ea0582"
|
|
|
|
inherit cmake
|
|
|
|
SRC_URI = "git://github.com/openSUSE/zypper.git;protocol=git \
|
|
file://cmake.patch \
|
|
file://dso_linking_change_build_fix.patch \
|
|
file://rpm5-flag.patch \
|
|
"
|
|
S = "${WORKDIR}/git"
|
|
|
|
PV = "1.5.3-git${SRCPV}"
|
|
|
|
RDEPENDS_${PN} = "rpm-libs"
|
|
RRECOMMENDS_${PN} = "procps util-linux-uuidgen"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|