mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
8f0fc87a18
Since libzypp is now of ${MACHINE_ARCH}, change zypper to base
on this arch to.
(From OE-Core rev: 90b618231e77c96e36d7955815aad2ed85258a23)
Signed-off-by: Qing He <qing.he@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
591 B
BlitzBasic
23 lines
591 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"
|
|
RRECOMMENDS_${PN} = "procps util-linux-uuidgen"
|
|
PR = "r5"
|
|
|
|
inherit cmake
|
|
|
|
SRC_URI = "git://gitorious.org/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}"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|