mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
libzypp: add new package
Signed-off-by: Saul Wold <saul.wold@intel.com> Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
22
meta/recipes-extended/libzypp/libzypp_git.bb
Normal file
22
meta/recipes-extended/libzypp/libzypp_git.bb
Normal file
@@ -0,0 +1,22 @@
|
||||
HOMEPAGE = "http://en.opensue.org/Portal:Libzypp"
|
||||
DESCRIPTION = "The ZYpp Linux Software management framework"
|
||||
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=11fccc94d26293d78cb4996cb17e5fa7"
|
||||
|
||||
inherit cmake
|
||||
|
||||
DEPENDS = "rpm boost gettext curl libxml2 zlib sat-solver expat openssl udev"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.0-git${SRCPV}"
|
||||
PR = "r0"
|
||||
|
||||
SRCREV = "4494797d5b0369365b1af63921de45b197ead64f"
|
||||
|
||||
SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \
|
||||
file://no-doc.patch \
|
||||
file://rpm5.patch"
|
||||
|
||||
FILES_${PN} += "${libdir}/zypp ${datadir}/zypp ${datadir}/icons"
|
||||
FILES_${PN}-dev += "${datadir}/cmake"
|
||||
Reference in New Issue
Block a user