libmodule: add recipe

libmodule offers a small and simple C implementation of an actor library
that aims to let developers easily create modular C projects in a way
which is both simple and elegant.

Signed-off-by: LI Qingwu <Qing-wu.Li@leica-geosystems.com.cn>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
LI Qingwu
2025-08-15 11:56:32 +08:00
committed by Khem Raj
parent ab5cd440b3
commit 14b8d3cf17
2 changed files with 84 additions and 0 deletions
@@ -0,0 +1,18 @@
SUMMARY = "Small and simple C actor library for modular projects"
HOMEPAGE = "https://github.com/FedeDP/libmodule"
SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4f3c068505fd5a09e90662bfca90ad04"
SRCREV = "3f60063e98631ce3fd25f70428b67ef15025597f"
SRC_URI = "git://github.com/FedeDP/${BPN};protocol=https;branch=master;tag=${PV} \
file://0001-Update-cmake_minimum_required-to-3.5.patch \
"
inherit cmake pkgconfig
FILES:${PN} += " \
${libdir}/* \
${datadir}/* \
"