mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 17:26:36 +01:00
In this update the 0001-Make-__comps_objmrtree_all-static-inline.patch was mainlined by commit 18f52cb. Furthermore mainline commit 3237f44 fixes a build problem with the default "-fno-common" of gcc 10. (From OE-Core rev: 90b942d01decbcff3b883ee6fb4bba67fb446817) Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
716 B
BlitzBasic
23 lines
716 B
BlitzBasic
SUMMARY = "Libcomps is alternative for yum.comps library (which is for managing rpm package groups)."
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
SRC_URI = "git://github.com/rpm-software-management/libcomps.git \
|
|
file://0001-Add-crc32.c-to-sources-list.patch \
|
|
file://0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \
|
|
"
|
|
|
|
SRCREV = "b213f749405d84e989b25e183bcf28ce701696dd"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake distutils3-base
|
|
|
|
DEPENDS += "libxml2 expat libcheck"
|
|
|
|
EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3"
|
|
OECMAKE_SOURCEPATH = "${S}/libcomps"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|