mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
libcomps: update to 0.1.15
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>
This commit is contained in:
committed by
Richard Purdie
parent
4f1c3907d1
commit
11fff92f7a
22
meta/recipes-devtools/libcomps/libcomps_0.1.15.bb
Normal file
22
meta/recipes-devtools/libcomps/libcomps_0.1.15.bb
Normal file
@@ -0,0 +1,22 @@
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user