From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-devtools/libcomps/libcomps_0.1.15.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 external/poky/meta/recipes-devtools/libcomps/libcomps_0.1.15.bb (limited to 'external/poky/meta/recipes-devtools/libcomps/libcomps_0.1.15.bb') diff --git a/external/poky/meta/recipes-devtools/libcomps/libcomps_0.1.15.bb b/external/poky/meta/recipes-devtools/libcomps/libcomps_0.1.15.bb new file mode 100644 index 00000000..98c55dca --- /dev/null +++ b/external/poky/meta/recipes-devtools/libcomps/libcomps_0.1.15.bb @@ -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" + -- cgit 1.2.3-korg