mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 06:52:39 +02:00
Drop upstreamed patches, rebase the PYTHON_INSTALL_DIR patch. (From OE-Core rev: 7b77824462edbdf978df5dd56bfeab78ac47bb6c) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
764 B
BlitzBasic
22 lines
764 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 libcheck gpgme"
|
|
|
|
inherit cmake distutils3-base pkgconfig
|
|
|
|
EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|