mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
Also remove libcheck dependency which was required only for tests. (From OE-Core rev: cde1b85d402f5999814de4022e3b6ddc90b4604a) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
792 B
BlitzBasic
22 lines
792 B
BlitzBasic
SUMMARY = " A library providing C and Python (libcURL like) API for downloading linux repository metadata and packages."
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
SRC_URI = "git://github.com/rpm-software-management/librepo.git \
|
|
file://0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch \
|
|
file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \
|
|
"
|
|
|
|
SRCREV = "7b9b7bf388f3f059529c6f50c40b30919fef30f9"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
DEPENDS = "curl expat glib-2.0 openssl attr gpgme"
|
|
|
|
inherit cmake distutils3-base pkgconfig
|
|
|
|
EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3 -DENABLE_TESTS=OFF -DENABLE_DOCS=OFF"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|